News:

Support the VirtueMart project and become a member

Main Menu

How to display the weight of the item card? VM3

Started by fale, May 10, 2015, 12:44:45 PM

Previous topic - Next topic

fale

Hello,

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

Maybe somebody knows?

Best Regards,

Vitalijj

PRO


fale


GJC Web Design

 echo '<div>'.JText::_('COM_VIRTUEMART_PRODUCT_WEIGHT').': ' .$this->product->product_weight.$this->product->product_weight_uom.'</div>';
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

fale

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.