{literal} {/literal}
{section name=item loop = $basketitems} {/section}
Shopping Basket

    {$basketitems[item][1]}

Delivery Date:   {$basketitems[item][10]|date_format:"%b %e %Y"}
Qty:   {$basketitems[item][2]}
Price:   $ {$basketitems[item][4]|string_format:"%.2f"}
Item total:   $ {if $basketitems[item][2]>0}{math equation = "(x * y)" x = $basketitems[item][2] y=$basketitems[item][4] format="%.2f"}{else} 0{/if}
     
{if $smarty.section.item.index+1 < $cntCartItem} {/if}
 
Sub Total:   $ {$total|string_format:"%.2f"}   
Discount   {if $discode}${$discode}{else}$0{/if}   
Shipping:   $0   
Total:   $ {$grandtotal|string_format:"%.2f"}   
     
     
     
 
 
 - {$chkoutg} {if $smarty.session.uid} LogOut {/if}
 
   
First Name M.I. Last Name
{error field = 's_fname'} {error field = 's_mi'} {error field = 's_lname'}
Company Email  
{error field = 's_company'} {error field = 'emailaddress'}  
Street Address    
{error field = 's_address'}
Country    
{error field = 's_country'}
State City Zip/ Postal Code
{error field = 's_city'} {error field = 's_postcode'}
Daytime Phone Alternate Phone
{error field = 's_phone'} () - x {error field = 's_alternatephone'} () - x
Shipping Methods    
{section name=contn loop=$ship_methods} {/section}
{$ship_methods[contn][0]}
     
   
Gift Message
Limited to 250 characters

     
 
     
 
   
 
 
 
 
 
 
{$googleCode}