The Virtuemart homepage is showing "Product details" for the products instead of "Add to cart". Is there a way to change this in the back end of virtuemart? Perhaps in the configuration?
You can take a look at www.visionworksmicro.com
Instead of having a customer click on product details and taking them to another page, can they just add the product to the cart from the homepage and then move to another product?
Hello,
You have to override and edit your vm template files. Here is a good example how you could add to cart button in category view: http://forum.virtuemart.net/index.php?topic=90961.0
Also please read the following:
Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0
Creating Template overrides: https://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
Regards
Thank you. I'll check them out.