Hello all,
I want to use Virtuemart as an online catalog, but I noticed that if I choose the "Use only as catalog" option, then I won't be able to use the cart variant custom fields (article with different sizes and prices), which is very convenient even in a catalog only site. So I was wondering how I could get rid of the cart button and quantity field in this template?
Also, I noticed that the "Please log in to write a review." is visible even if the review and rating are disabled. How can I solve this issue?
Any help appreciated. Thank you for your time.
J 2.5.6 / VM 2.0.8e
Does anyone know the answer to this as i have exactly the same problem
Hi,
please try add to template override.css
.productdetails-view .addtocart-bar {
display:none;
}
and remember to enable override.css option in template settings if the option exists
Hi
I am having the same problem. Not sure how to do this. So you mean under template/templatename/css/overide.css i should enter this code?
Tried but no luck.
Appreciate if someone can tell me how to make the custom fields appear when using VM 2 as a catalogue.
The css can be added to the end of your normal Joomla template.css file, alternatively you can remove the addtocart-bar div from the template file joomla_root/components/com_virtuemart/views/productdetails/tmpl/default_addtocart.php and use the edited file as a template override.
http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
The important point here is that you leave "Use only as catalogue " unselected. You are using a normal store setup, but hiding/removing the add to cart facility on the product details page.