{if $description !=''}
Product Description
{$description|strip}
{/if}
{counter name="productSalesmanViewCounter" assign="productSalesmanViewCounter"}
{assign var="flag" value="hideit"}
{foreach from=$product_pdf item=pdf}
{if ($pdf.is_salesperson_visible=='Yes' || $pdf.is_dataentry_visible=='Yes') && ($user_level==100 || $user_level==200) }
{assign var="flag" value="showit"}
{php}break;{/php}
{elseif $pdf.is_service_visible=='Yes' && ($user_level==150 || $user_level==200)}
{assign var="flag" value="showit123"}
{php}break;{/php}
{/if}
{/foreach}
Product Details
{if $product.products_history}
Records Edits :
{assign var="ph1" value="1"}
{foreach from=$product.products_history item=history_name}
{$history_name.username} {$history_name.last_update_date_time},
{if $ph1%2==0}
{/if}
{assign var="ph1" value=$ph1+1}
{/foreach}
{/if}
|
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"} |
|
Shipping Weight (Lbs) |
{$product.shipping_weight} |
|
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}
|
|
|
Management Details
Category |
{$product.cat_name} |
Secondary Categories |
{$product_subcategories} |
Product ID |
{$product.product_id} |
Product SKU |
{$product.product_sku} |
UPC |
{$product.product_upc} |
Product Name |
{$product.title} |
Product Location |
{$product_location} |
Priority |
{$product.priority} |
Item price |
${$product.price2|string_format:"%.2f"} |
Sales Price |
${$product.price|string_format:"%.2f"} |
Cost |
${$product.cost|string_format:"%.2f"} |
Is this a taxable item? |
{$product.is_taxable} |
Tax Class |
{$product_taxclass} |
Tax Rate |
{$product.tax_rate} |
Free Shipping ? |
{$product.free_shipping} |
Unit Weight Lbs |
{$product.weight|string_format:"%.2f"} |
Shipping Price |
{$product.shipping_price} |
Inter Pack/Case Pack |
{$product.inter_pack}/{$product.case_pack} |
Minimum/Maximum Order |
{$product.min_order}/{$product.max_order} |
Product Available |
{$product.is_visible} |
Hot Deal |
{$product.is_hotdeal} |
Show product on home page? |
{$product.is_home} |
Meta Keywords |
{$product.meta_keywords} |
Meta Title |
{$product.meta_title} |
Product URL Custom |
{$product.url_custom} |
Meta Description |
{$product.meta_description} |
Quick Overview |
{$product.overview} |
Seller Details
Broker |
{$product.owner_broker} |
Owner |
{$product.owner_owner} |
Seller Company |
{$product.owner_company} |
Seller First Name |
{$product.owner_fname} |
Seller Last Name |
{$product.owner_lname} |
Seller Address 1 |
{$product.owner_address1} |
Seller Address 2 |
{$product.owner_address2} |
Seller City/Town |
{$product.owner_city} |
Seller State/Prov/Trtry |
{$product.owner_state} |
Seller Zip/Postal Code |
{$product.owner_zip} |
Seller Country |
{$product.owner_country} |
Seller Phone |
{$product.owner_phone} |
Seller Mobile |
{$product.owner_mobile} |
Seller Fax |
{$product.owner_fax} |
Seller Email |
{$product.owner_email} |
Seller Item # |
{$product.item} |
Seller Last Contact Date |
{if $product.owner_last_contact_date == '0000-00-00' || $product.owner_last_contact_date == '1970-01-01' } {else}{$product.owner_last_contact_date|date_format:"%m-%d-%Y"}{/if} |
Item Details
Item Location |
{$product.products_location2} |
Item Address1 |
{$product.item_addr1} |
Item Address2 |
{$product.item_addr2} |
Item City/Town |
{$product.item_city} |
Item State/Prov/Trtry |
{$product.item_state} |
Item Zip/Postal Code |
{$product.item_zip} |
Item Country |
{$product.item_country} |
Loading Method |
{$product.loading_method} |
Loading Contact |
{$product.loading_contact} |
Loading Phone |
{$product.loading_phone} |
Loading Mobile |
{$product.loading_mobile} |
Loading Hours |
{$product.loading_hours} |
Move by Date |
{if $product.move_by_date == '0000-00-00' || $product.move_by_date == '1970-01-01' }{else}{$product.move_by_date|date_format:"%m-%d-%Y"}{/if} |
Shipping Details
{if $product.cost_per_mile==0.00}
{assign var="costpermile" value="2.00"}
{else}
{assign var="costpermile" value=$product.cost_per_mile}
{/if}
{if $condition }
Condition Details
{assign var="count" value="1"}
{assign var="count1" value="1"}
{foreach from=$condition item=v}
{if $count%2==0}
{assign var="trcolor" value="#D9DDE3"}
{else}
{assign var="trcolor" value="#FFFFFF"}
{/if}
{if $v.condition_name!="Notes"}
{$v.condition_name} |
{$v.pvalue} |
{/if}
{assign var="count" value=$count+1}
{/foreach}
{assign var="count" value="1"}
{assign var="count1" value="1"}
{foreach from=$condition item=v}
{if $count%2==0}
{assign var="trcolor" value="#D9DDE3"}
{else}
{assign var="trcolor" value="#FFFFFF"}
{/if}
{if $v.condition_name=="Notes"}
{if $count1==1}
{$v.condition_name} |
{$v.pvalue}
|
{/if}
{assign var="count1" value=$count1+1}
{/if}
{assign var="count" value=$count+1}
{/foreach}
{/if}
Vehicle Details
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} |