VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: fale on May 10, 2015, 12:44:45 PM

Title: How to display the weight of the item card? VM3
Post by: fale on May 10, 2015, 12:44:45 PM
Hello,

How to display the weight of the item card? VIRTUEMART 3

Maybe somebody knows?

Best Regards,

Vitalijj
Title: Re: How to display the weight of the item card? VM3
Post by: PRO on May 10, 2015, 17:53:37 PM
what card?
Title: Re: How to display the weight of the item card? VM3
Post by: fale on May 10, 2015, 18:20:47 PM
Hello,

on the product page
Title: Re: How to display the weight of the item card? VM3
Post by: GJC Web Design on May 10, 2015, 19:17:18 PM
 echo '<div>'.JText::_('COM_VIRTUEMART_PRODUCT_WEIGHT').': ' .$this->product->product_weight.$this->product->product_weight_uom.'</div>';
Title: Re: How to display the weight of the item card? VM3
Post by: fale on May 10, 2015, 19:45:30 PM
Quote from: GJC Web Design on May 10, 2015, 19:17:18 PM
echo '<div>'.JText::_('COM_VIRTUEMART_PRODUCT_WEIGHT').': ' .$this->product->product_weight.$this->product->product_weight_uom.'</div>';


Thank you very much !!! Problem solved.