Shipping Dimensions |
|
Lbs |
KG |
Weight |
{$product.weight|string_format:"%.2f"} |
{math equation="x * y" x=$product.weight y=0.45359237|string_format:"%.2f"} |
|
|
Inches |
Feet |
Cm |
Length |
{$product.length_feets*12|string_format:"%.2f"} |
{$product.length_feets} |
{$product.length_feets*30.48|string_format:"%.2f"} |
Width |
{$product.width_feets*12|string_format:"%.2f"} |
{$product.width_feets} |
{$product.width_feets*30.48|string_format:"%.2f"} |
Height |
{$product.height_feets*12|string_format:"%.2f"} |
{$product.height_feets} |
{$product.height_feets*30.48|string_format:"%.2f"} |
|
Equipment Dimensions |
|
Lbs |
KG |
Weight |
{$product.v_weight|string_format:"%.2f"} |
{math equation="x * y" x=$product.v_weight y=0.45359237|string_format:"%.2f"} |
|
|
Inches |
Feet |
Cm |
Length |
{$product.v_length_feets*12|string_format:"%.2f"} |
{$product.v_length_feets} |
{$product.v_length_feets*30.48|string_format:"%.2f"} |
Width |
{$product.v_width_feets*12|string_format:"%.2f"} |
{$product.v_width_feets} |
{$product.v_width_feets*30.48|string_format:"%.2f"} |
Height |
{$product.v_height_feets*12|string_format:"%.2f"} |
{$product.v_height_feets} |
{$product.v_height_feets*30.48|string_format:"%.2f"} |
Dims Note :
|
{$product.dimension_note}
|
Cost/Shipping Notes :
|
{$product.cost_note}
|
Items Details :
|
{$product.note}
|