- Posts: 20
- Thank you received: 0
Product Details Page
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
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
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
- Posts: 908
- Thank you received: 568
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:
I guess you are using Joomla 2.5 version. Please remove or rename the folder /templates/ot_sportshop/html/mod_login.When I log-in I get an error saying: "empty password not allowed". How can I correct this?
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/
Please Log in or Create an account to join the conversation.
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
- Posts: 20
- Thank you received: 0
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
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
- Posts: 908
- Thank you received: 568
If it does not keep the styling, you can edit /templates/ot_sportshop/html/mod_login/default.php and find the code:If I rename the the folder /templates/ot_sportshop/html/mod_login will it still keep the styling as it is now?
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/
Please Log in or Create an account to join the conversation.
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
- Posts: 20
- Thank you received: 0
Respectfully,
Len
Please Log in or Create an account to join the conversation.