Hello,
How to display the weight of the item card? VIRTUEMART 3
Maybe somebody knows?
Best Regards,
Vitalijj
what card?
Hello,
on the product page
echo '<div>'.JText::_('COM_VIRTUEMART_PRODUCT_WEIGHT').': ' .$this->product->product_weight.$this->product->product_weight_uom.'</div>';
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.