VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: noobs on October 15, 2012, 21:28:16 PM

Title: homepage is showing "Product details"
Post by: noobs on October 15, 2012, 21:28:16 PM
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?
Title: Re: homepage is showing "Product details"
Post by: bytelord on October 16, 2012, 12:19:23 PM
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
Title: Re: homepage is showing "Product details"
Post by: noobs on October 17, 2012, 18:58:10 PM
Thank you. I'll check them out.