VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: fffzql on October 09, 2012, 12:23:48 PM

Title: remove "add to cart" column from the product detail page
Post by: fffzql on October 09, 2012, 12:23:48 PM
I use virtuemart2, this is the product detail page: (http://www.chineseleds.co.cc/11.jpg),
I would like to remove this column on the right: (http://www.chineseleds.co.cc/2.jpg),
and move the short description column (http://www.chineseleds.co.cc/33.jpg)  to the right (to replace the previous removed column). Could anyone help me? Thank you very much in advance for your help.
Title: Re: remove "add to cart" column from the product detail page
Post by: bytelord on October 09, 2012, 12:40:04 PM
Hello,

You are using a custom template so without a live url i don't think someone can help you ...
btw, edit your css using float:right could move that to the right i suppose.

You could use firebug to test you site code and CSS styling: http://forum.virtuemart.net/index.php?topic=102850.0

Read also that regarding to commercial templates: http://forum.virtuemart.net/index.php?topic=108212.0

Also forgot to mention your joomla and vm versions

Regards
Title: Re: remove "add to cart" column from the product detail page
Post by: fffzql on October 09, 2012, 15:39:08 PM
Thank you very much, bytelord.
Quote from: bytelord on October 09, 2012, 12:40:04 PM
Hello,

You are using a custom template so without a live url i don't think someone can help you ...
btw, edit your css using float:right could move that to the right i suppose.

You could use firebug to test you site code and CSS styling: http://forum.virtuemart.net/index.php?topic=102850.0

Read also that regarding to commercial templates: http://forum.virtuemart.net/index.php?topic=108212.0

Also forgot to mention your joomla and vm versions

Regards
Title: Re: remove "add to cart" column from the product detail page
Post by: bytelord on October 09, 2012, 15:46:29 PM
did you accomplish it?
Title: Re: remove "add to cart" column from the product detail page
Post by: fffzql on October 10, 2012, 04:22:20 AM
solved, thanks.