VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: daviat on October 20, 2013, 08:27:05 AM

Title: Need to move the 'short description' to under the 'add to cart' button
Post by: daviat on October 20, 2013, 08:27:05 AM
Hi . . .

I would like to move the 'short description' to under the add to cart button. How do I do that?

thanks
Title: Re: Need to move the 'short description' to under the 'add to cart' button
Post by: jenkinhill on October 20, 2013, 13:41:36 PM
Assuming that you mean for the product details page then make a copy of components/com_virtuemart/views/productdetails/tmpl/default.php and edit it to move the short description code labelled with // Product Short Description below the add to cart section, labelled  // Add To Cart Button

Use the edited file as a template override. If you are already using overrides, eg in a commercial VirtueMart template, then you should edit the existing override file.