{literal} {/literal} {if !$is_print_version}

Additional Details

Vehicle Details

Length Width Height
Inches {$product.length_inches} {$product.width_inches} {$product.height_inches}
Feet {$product.length_inches/12|string_format:"%.2f"} {$product.width_inches/12|string_format:"%.2f"} {$product.height_inches/12|string_format:"%.2f"}
Cm {$product.length_inches*25.4|string_format:"%.2f"} {$product.width_inches*25.4|string_format:"%.2f"} {$product.height_inches*25.4|string_format:"%.2f"}

Vin # {$product.vin}
Serial {$product.serial}
Tire Condition {$product.tire_condition}
Paint Condition {$product.paint_condition}
Engine Condition {$product.engine_condition}
Pump Condition {$product.pump_condition}
Trailer Condition {$product.trailer_condition}
Hose Condition {$product.hose_condition}
Hose Length {$product.hose_length}
Hose Type {$product.hose_type}

Owner Details

Company {$product.owner_company}
Name {$product.owner_name}
Address1 {$product.owner_address1}
Address2 {$product.owner_address2}
City/Town {$product.owner_city}
State/Prov/Trty {$product.owner_state}
Zip/Postal Code {$product.owner_zip}
Country {$product.owner_country}
Phone {$product.owner_phone}
Mobile {$product.owner_mobile}
Fax {$product.owner_fax}
Date Listed on Web {$product.added}
Move by Date {$product.move_by_date}
Distance to PTIC {$product.owner_company}
Owner Last Contact Date {$product.owner_last_contact_date}
Owner Wants Price ${$product.consignee_ask_price}
Owner Lowest Price ${$product.consignee_low_price}

Item Details

Item #  {$product.item}
Address1 {$product.item_addr1}
Address2 {$product.item_addr2}
City/Town {$product.item_city}
State/Prov/Trty {$product.item_state}
Zip/Postal Code {$product.item_zip}
Country {$product.item_country}
Loading Method {$product.loading_method}
Loading Contact {$product.loading_contact}
Loading Phone {$product.loading_phone}
Loading Hours {$product.loading_hours}
Cost Per Mile ${$product.cost_per_mile}
{if $condition }

Condition Details

{foreach from=$condition item=v} {/foreach}
{$v.condition_name} {$v.pvalue}
{/if}
{/if}