VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jwdltd on July 18, 2014, 18:09:46 PM

Title: Remove Product Dimensions and Weight from product view
Post by: jwdltd on July 18, 2014, 18:09:46 PM
My apologies if this has already been covered but having searched I could not find a relevant post.

In VM2 - I wish to remove the Product Dimensions and Weight - Product Weight: 150.0000G that appears in all the product pages.

Any advice would be very much appreciated.
Title: Re: Remove Product Dimensions and Weight from product view
Post by: jenkinhill on July 18, 2014, 18:35:24 PM
Exactly which J/VM versions? Link to a page showing the issue?

I guess you have already tried using Firebug?  http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: Remove Product Dimensions and Weight from product view
Post by: jwdltd on July 19, 2014, 17:51:50 PM
Hi Kelvyn

I am using VM 2.6.6 and a link to a page is: http://olivineoriginals.com/index.php/com-virtuemart-menu-shipmentmethods/com-virtuemart-menu-shipmentmethods/com-virtuemart-menu-mediafiles/all-products/citrus-crush-cream-200g-detail

As you can see it shows the Product Dimensions and Weight which I would prefer not to have showing.

Regards
Title: Re: Remove Product Dimensions and Weight from product view
Post by: GJC Web Design on July 19, 2014, 17:57:21 PM
commercial template

but the code you need to remove will be in
templates/t3_blank/html/com_virtuemart/productdetails/default.php

look for  <div class="Dimensions">

Title: Re: Remove Product Dimensions and Weight from product view
Post by: jwdltd on July 21, 2014, 18:41:09 PM
Thank you very much - all sorted out