Hello,
How do I display the products Weight on the customers side for the 3.0.1?
Thanks
Tom
Hi
You can do this directly in the template, eg on the product in the file blocks / product_templates / default_template.tpl can insert the code:
{$product.weight}
Robert
[quote name='soft-solid' timestamp='1338070617' post='137397']
Hi
You can do this directly in the template, eg on the product in the file blocks / product_templates / default_template.tpl can insert the code:
{$product.weight}
Robert
[/quote]
Thanks, that did it.
Tom
Can you give me the html code for the total weight in the Checkout page??
It would be very beneficial to see the total weight of the order in the admin view of the order as well.
When you offer Free Shipping, you need to know if the weight is over 13 ounces so the order can be packed properly.