Category | {$product.cat_name} |
New/Used? | {$product.new_or_used} |
Product Name | {$product.title} |
Product ID | {$product.product_id} |
Manufacturer | {$product.manufacturer_name} |
Model | {$product.model} |
Year | {$product.year} |
Product Location | {if $product.products_location_id==0} {if $product.products_location_value} {$product.products_location_value} {else} {$product_location} {/if} {else} {$product_location} {/if} |
Size | {$product.size} |
Capacity | {$product.capacity} |
Hours Meter | {$product.hoursmeter} |
Condition | {$product.condition1} |
VIN | {$product.vin} |
Serial# | {$product.serial} |
{$cond.condition_name} | {$cond.pvalue} |
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"} |