VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: dazmilliom on October 14, 2014, 13:36:19 PM

Title: How to hide product details button
Post by: dazmilliom on October 14, 2014, 13:36:19 PM
Hi,

I am using the new virtue-mart 3. I want to remove the product details button but cant find where the code is located.

I saw some other posts about this issue but it was of no help. I need help on this. thanks.
Title: Re: How to hide product details button
Post by: jenkinhill on October 14, 2014, 15:16:04 PM
I'm sure I don't have to tell you that VirtueMart 3 has not yet been released, but the VM2.9 development & testing versions (as will VM3) use sublayouts in addition to the "older" view template files. It is one of the sublayout files that you need to edit and override. In this case I'd guess that the file is sublayouts/product.php

http://forum.virtuemart.net/index.php?topic=126190
http://docs.virtuemart.net/tutorials/development/175-code-adjustments-for-virtuemart-3.html
Title: Re: How to hide product details button
Post by: dazmilliom on October 14, 2014, 17:31:12 PM
Thanks jenkinhill. That resolved my issue. :)