hello,
in vm2 weight and length does not show in description. how to show it?
thanks.
Hello,
here is a list of available fields: http://forum.virtuemart.net/index.php?topic=92756.0
QuoteProduct Weight
<?php echo $this->product->product_weight ?>
Product Weight Unit of Measure
<?php echo $this->product->product_weight_uom ?>
Product Length
<?php echo $this->product->product_length ?>
Product Width
<?php echo $this->product->product_width ?>
Product Height
<?php echo $this->product->product_height ?>
need to to add them one products details page or template files?
Template, if it overrides the default view. Otherwise, in the product detail view itself.
Thanks, i will configure and update here the result.
Quote from: SamF on March 06, 2012, 07:16:21 AM
Hello,
here is a list of available fields: http://forum.virtuemart.net/index.php?topic=92756.0
QuoteProduct Weight Unit of Measure
<?php echo $this->product->product_weight_uom ?>
You are invited to write contracted version of the unit. How to display the full name, supporting multilingualism?