class: SmartyResource mimetype: text
********* TEST ORDER DO NOT MAKE ********* | ||||
ORDER NUMBER: {$resource->order_id} | {if $resource->order_type eq 'D'}REQUESTED DELIVERY TIME: {$resource->requested_delivery_time} | {else}PLACED AT: {$resource->order_date3} | REQUESTED AT: {$resource->pickup_date3} | {/if}|
{$resource->full_name|upper} | Customer Phone: {$resource->user_phone_no} | {if $resource->order_type eq 'D'}delivery | {else}pick-up | {/if}|
Splick.it Support: 1.888.775.4254 | ||||
********* TEST ORDER DO NOT MAKE ********* |
|
|
${$resource->delivery_amt} |
|
  |
{$item_name|upper} | ORDER NUMBER: {$resource->order_id} |
DOUBLE MEAT | {/if} {if $add_bacon eq 'yes' || $add_bacon eq 'holdit'}{if $add_bacon eq 'yes'} ADD BACON {elseif $add_bacon eq 'holdit'} HOLD THE BACON {/if} | {/if} {if $extra_cheese eq 'yes'}EXTRA CHEESE | {/if}
SIZE: {$item_size|upper} | PITA: {$bread_type|upper} | |||
EXTRAS: {$sides2} | ||||
TOPPINGS: {$toppings2} | ||||
CHEESE: {$cheese2} | ||||
SAUCE: {$sauce2} | ||||
COMBO: {$mealdeal2} | ||||
NOTES: {$item_note|escape} |
|
  |
Points Automatically Added: | {$resource->points_earned} |
Subtotal: | ${$resource->order_amt} |
Tax: | ${$resource->total_tax_amt} |
promo amt: | ${$resource->promo_amt} |
promo: {$resource->promo_code} | |
delivery: | ${$resource->delivery_amt} |
Total: | ${math equation="order + tax + delivery + promo" order=$resource->order_amt tax=$resource->total_tax_amt delivery=$resource->delivery_amt promo=$promo_amt } |
Tip: | ${$resource->tip_amt} |
Grand Total: | ${math equation="order + tax + tip + delivery + promo" order=$resource->order_amt tax=$resource->total_tax_amt tip=$resource->tip_amt delivery=$resource->delivery_amt promo=$promo_amt } |