TOPIC: Product Details Page

Product Details Page 11 years 2 weeks ago #1343

  • lmw1
  • lmw1's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
I have a few questions...

1) Please explain to me how I can set up my product details page like in the attached image.

2) Also notice the "Reviews" tab in the bottom left of the image. How can I remove that? I have everything that pertains to "Reviews" set to "off" in the backend, but it persists.

3) When I log-in I get an error saying: "empty password not allowed". How can I correct this?

I would greatly appreciate any help.

Respectfully,
Len
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Product Details Page 11 years 2 weeks ago #1345

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
To modify the layout of product details page, please edit /templates/ot_sportshop/html/com_virtuemart/productdetails/default.php and other files in /templates/ot_sportshop/html/com_virtuemart/productdetails/ if need.

To completely remove the Review tab, edit /templates/ot_sportshop/html/com_virtuemart/productdetails/default.php and find this code at the bottom of file and remove it:
//Show Review
echo $pane->startPanel(JText::_('COM_VIRTUEMART_REVIEWS'), 'otcustom-title-tab-'.$i++);
echo $this->loadTemplate('reviews');
When I log-in I get an error saying: "empty password not allowed". How can I correct this?
I guess you are using Joomla 2.5 version. Please remove or rename the folder /templates/ot_sportshop/html/mod_login.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Product Details Page 11 years 2 weeks ago #1346

  • lmw1
  • lmw1's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
If I edit the product details page, /templates/ot_sportshop/html/com_virtuemart/productdetails/default.php and other files in /templates/ot_sportshop/html/com_virtuemart/productdetails/ how will Virtuemart know to put the information I want there?

Should I use custom fields instead?

Also...

If I rename the the folder /templates/ot_sportshop/html/mod_login will it still keep the styling as it is now?

Thank you for your help!

Respectfully,
Len
The administrator has disabled public write access.

Re: Product Details Page 11 years 2 weeks ago #1347

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
If I rename the the folder /templates/ot_sportshop/html/mod_login will it still keep the styling as it is now?
If it does not keep the styling, you can edit /templates/ot_sportshop/html/mod_login/default.php and find the code:
<input ... name="passwd" .../>
and correct the name="password"
So not need remove or rename it.
If I edit the product details page, /templates/ot_sportshop/html/com_virtuemart/productdetails/default.php and other files in /templates/ot_sportshop/html/com_virtuemart/productdetails/ how will Virtuemart know to put the information I want there?

Should I use custom fields instead?

You can export or var_dump the product variable and know what you can show. I see almost you need to show as screenshot is set-able in backend product edit.
You also can use custom fields for custom attributes.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
The following user(s) said Thank You: lmw1

Re: Product Details Page 11 years 2 weeks ago #1348

  • lmw1
  • lmw1's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
Everything you suggested worked correctly. Thank you!

Respectfully,
Len
The administrator has disabled public write access.
Time to create page: 0.121 seconds