{literal} {/literal}
Shopping Basket
{section name=item loop = $basketitems}
{$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}
{/section}
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'}
--Select Country--
{section name=count loop = $allcountry}
{$allcountry[count][1]}
{/section}
State
City
Zip/ Postal Code
{error field = 's_state'}
--Select State--
{section name=count1 loop = $allStates}
{$allStates[count1][1]}
{/section}
{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}
{$ship_methods[contn][0]}
{/section}
Gift Message
Limited to 250 characters
{if $shoping.s_giftmessage}{$shoping.s_giftmessage}{else}{$userInfo.s_giftmessage}{/if}
{$googleCode}