{literal} {/literal}
Flower Basket – Lola Blooms
{section name=item loop = $basketitems}
{$basketitems[item][1]}
Delivery Date:
{$basketitems[item][10]|date_format:"%b %e %Y"}
Qty:
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:
{if $allship.id}${$allship.amount}{else}$0{/if}
Total:
$ {$grandtotal|string_format:"%.2f"}
- {$chkoutg}
{if $smarty.session.uid}
LogOut
{/if}
edit
{$userInfo.s_fname} {$userInfo.s_lname}
{$userInfo.s_address} {$userInfo.s_address2},{$userInfo.city},{$getStateName},{$userInfo.postcode}
{if $allship.id} {$allship.title} Shipping:
${$allship.amount}
{/if}
Use Shipping address as billing address
First Name
M.I.
Last Name
{error field = 'fname'}
{error field = 'mi'}
{error field = 'lname'}
Company
Email
{error field = 'company'}
{error field = 'emailaddress'}
Street Address
{error field = 'address'}
Country
{error field = '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 = 'city'}
{error field = 'postcode'}
Daytime Phone
Alternate Phone
{error field = 'phone'}
(
)
-
x
{error field = 'alternatephone'}
(
)
-
x
{$googleCode}