[comment] ui_template: Yes ui_template_name: noleft [/comment] [tmp page_title]__COMPANY__ -- [L]Receipt[/L][/tmp] @_NOLEFT_TOP_@
[if value company] [/if] [if value address2] [/if] [if value mv_handling] [/if] [if value phone_day] [/if] [if value phone_night] [/if] [if value b_fname] [/if] [if value b_address1] [if value b_address2] [/if] [/if] [if value b_country] [/if]
[L]ORDER NUMBER[/L] [value mv_order_number]
[L]Name[/L] [value fname] [value lname]
[L]Company[/L] [value company]
[L]Email Address[/L] [value email]
[L]Address[/L] [value address1]
  [value address2]
[L]City[/L], [L]State[/L], [L]Zip[/L] [value city], [value state] [value zip]
[L]Country[/L] [value country]
[L]Payment Method[/L] [value mv_payment]
[L]Shipping Method[/L] [shipping_desc]
[L]Handling Charge[/L] [loop list="[value mv_handling]"] [loop-change 1] [condition]1[/condition] [else]
[/else] [/loop-change 1] [either][shipping_desc mode="[loop-code]"][or][L]CHARGED[/L][/either] [/loop]
[L]Daytime Phone[/L] [value phone_day]
[L]Evening Phone[/L] [value phone_night]
[L]Billing Name[/L] [value b_fname] [value b_lname]
[L]Billing Address[/L] [value b_address1]
  [value b_address2]
[L]City[/L], [L]State[/L], [L]Zip[/L] [value b_city], [value b_state] [value b_zip]
[L]Billing Country[/L] [value b_country]

[comment] Handle downloadables [/comment] [perl products] sub get_download { if (! $Scratch->{download_present}) { return '(Must pay by credit card to download now.)'; } my $sku = shift; return '' unless tag_data('products', 'download', $sku); my $loc = tag_data('products', 'dl_location', $sku); my $save = delete $Scratch->{mv_add_dot_html}; my $url = $Tag->area( { href => "deliver/$loc", arg => $sku, form => $Scratch->{mv_autocreate}, } ); $Scratch->{mv_add_dot_html} = $save if $save; return qq{
}; } return; [/perl]

[item-list modular=1] [/item-list] [if value mv_shipmode] [/if] [if value mv_handling] [/if] [if value gift_note] [/if]
[L]Quan[/L] [L]Item No.[/L] [L]Description[/L] [L]Price[/L] [L]Extension[/L]
[item-quantity] [item-sku] [item-data products description] [if-modifier size__MVC_FIELDMUNGE__]
[L]SIZE[/L]-->[item-modifier size__MVC_FIELDMUNGE__][/if-modifier][if-modifier color] [L]COLOR[/L]-->[item-modifier color][/if-modifier] [table-organize cols=4 table=' ' font="size=1" pretty=1] [item-options td=1 label=1 bold=1 price=1 type=display] [/table-organize] [if-item-field download]
[calc]get_download('[item-code]')[/calc] [/if-item-field] [if-item-modifier mv_ad]
[L]SHIP TO:[/L]
[item-modifier mv_ad]
[/if-item-modifier]
[item-price] [item-subtotal]
  [L]SUBTOTAL[/L] [subtotal]
  [L]SALES TAX[/L] [salestax]
  [L]SHIPPING[/L] [shipping]
  [L]HANDLING[/L] [handling]
  [L]ORDER TOTAL[/L] [total-cost]
[L]Comments/Note for Gift:[/L]
	[value gift_note]
	

[L](Please print this receipt for your records. Thank you for your order!)[/L]

[include templates/components/specials]

@_NOLEFT_BOTTOM_@