[comment]
ui_template: Yes
ui_template_name: noleft
[/comment]
[tmp page_title]__COMPANY__ -- Receipt[/tmp]
@_NOLEFT_TOP_@
ORDER NUMBER | [value mv_order_number] |
---|---|
Name | [value fname] [value lname] |
Company | [value company] |
Email Address | [value email] |
Address | [value address1] |
[value address2] | |
City, State, Zip | [value city], [value state] [value zip] |
Country | [value country] |
Payment Method | [value mv_payment] |
Shipping Method | [shipping_desc] |
Handling Charge |
[loop list="[value mv_handling]"]
[loop-change 1]
[condition]1[/condition]
[else] [/else] [/loop-change 1] [either][shipping_desc mode="[loop-code]"][or]CHARGED[/either] [/loop] |
Daytime Phone | [value phone_day] |
Evening Phone | [value phone_night] |
Billing Name | [value b_fname] [value b_lname] |
Billing Address | [value b_address1] |
[value b_address2] | |
City, State, Zip | [value b_city], [value b_state] [value b_zip] |
Billing Country | [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]
[L]Quan[/L] | [L]Item No.[/L] | [L]Description[/L] | [L]Price[/L] | [L]Extension[/L] | [item-list modular=1]
---|---|---|---|---|
[item-quantity] | [item-sku] |
[item-data products description]
[if-modifier size__MVC_FIELDMUNGE__] SIZE-->[item-modifier size__MVC_FIELDMUNGE__][/if-modifier][if-modifier color] COLOR-->[item-modifier color][/if-modifier] [if-item-data options o_enable] [if-item-data !options o_modular] [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-data] [/if-item-data] [if-item-field download] [calc]get_download('[item-code]')[/calc] [/if-item-field] [if-item-modifier mv_ad] SHIP TO: [item-modifier mv_ad][/if-item-modifier] |
[item-price] | [item-subtotal] | [/item-list]
SUBTOTAL | [subtotal] | |||
SALES TAX | [salestax] | |||
SHIPPING | [shipping] | |||
HANDLING | [handling] | |||
ORDER TOTAL | [total-cost] | |||
Comments/Note for Gift: |
[value gift_note] |
(Please print this receipt for your records. Thank you for your order!)
[include templates/components/specials]