{**include file="templates/emails/elements/top_html.html"**} {literal} {/literal}

Hi Admin,

You received a request for more information on {$product.title|htmlspecialchars}.

  REQUEST MORE INFO FORM
Company:  {$company}
First Name:  {$fname}
Last Name:  {$lname}
Email:  {$email}
Phone:  +{$phone}
Address 1:  {$addr1}
Address 2:  {$addr2}
City/Town :  {if $city != ''}{$city}{else}n/a{/if}
Country:  {$country}
State/Province/Territory:  {if $state != ''}{$state}{else}n/a{/if}
Zip/Postal Code:  {if $zip != ''}{$zip}{else}n/a{/if}
Message :  {if $description != NULL} {$description|htmlspecialchars}{/if}

{if $image_url!=''} {/if}
More Info Requested On This Item
Product Name : {$product.title}
Product Id : {$product.product_id}
Manufacturer : {$manufacturer}
Model : {$product.model}
Year : {$product.year}
{if $product.price> 0} {if $product.price2 !=0} Item Price : ${$product.price2|string_format:"%.2f"}
Sale Price : ${$product.price|string_format:"%.2f"}
{else} Item Price : ${$product.price|string_format:"%.2f"}
{/if} {else} Price : Call for price
{/if} View Full Product Details

Sincerely,
{$CompanyName|htmlspecialchars}

{**include file="templates/emails/elements/bottom_html.html"**}