{literal} {/literal}

You’ve received a Requested for Quote from: {$form.fname} {$form.lname}



  REQUEST A QUOTE FORM
PRODUCT:  {$product.title}
Company:  {$form.company|htmlspecialchars}
Full Name:  {$form.fname} {$form.lname}
Address 1:  {$form.addr1|htmlspecialchars}
Address 2:  {$form.addr2|htmlspecialchars}
City/Town :  {if $form.city != ''}{$form.city|htmlspecialchars}{else}n/a{/if}
State/Province/Territory:  {if trim($form.OfficeState93262) != ''}{$form.OfficeState93262|htmlspecialchars}{else}n/a{/if}
Zip/Postal Code:  {if $form.zip != ''}{$form.zip|htmlspecialchars}{else}n/a{/if}
Country:  {$form.OfficeCountry93259|htmlspecialchars}
Phone:  +{$form.phone|htmlspecialchars}
Email Address:  {$form.email|htmlspecialchars}
Comments:  {$form.description|htmlspecialchars|nl2br}

Item of Interest {if $image_url!=''} {/if}
Product Name : {$product.title}
Product Id : {$product.product_id}
Manufacturer : {$manufacturer}
Model : {$product.model}
Year : {$product.year}
Item Price : ${$product.price|string_format:"%.2f"}
Sale Price : ${$product.price2|string_format:"%.2f"}
Cost : ${$product.cost|string_format:"%.2f"}
Gross Profit :${math equation="x - y" x=$product.price2 y=$product.cost format="%.2f"}
View Full Product Details