Hi to All,
i'm new in this forum, I'm doing my first e-commerce with virtuemart and I need some help.
I'm having trouble with the category layout, in this ...
look at this page: http://albertoguglielmi.it/demo30/index.php/bike-bags-cases
How can I take out the price and rating from the layout?
Please help me!
thanks!
To remove the price disply from the category layout make a copy of the view file at joomla_root/components/com_virtuemart/views/category/tmpl/default.php and remove the div that starts
<div class="product-price marginbottom12" id="productPrice
Save the file and use as a template override - see http://forum.virtuemart.net/index.php?topic=90935.0 and http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
You can turn off reviews in VM configuration/shopfront - Shopper Review/Rating System
Or in the file above remove the code block beginning
<!-- The "Average Customer Rating" Part -->
And again, use as an override.
Thank for your help, but I have another question for you...I need to insert a new button in the category layout.... How could I do it? it is to add the items to the cart.
take a look at the following thread - it works
http://forum.virtuemart.net/index.php?topic=103322.0
take a look at this message
http://forum.virtuemart.net/index.php?topic=103322.msg343809
hope it helps