[comment]
ui_template: Yes
ui_template_name: noleft
[/comment]
[tmp page_title]__COMPANY__ -- [L]Receipt[/L][/tmp]
@_NOLEFT_TOP_@
[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",
no_session_id => 1,
no_count => 1,
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] SIZE-->[item-modifier size][/if-modifier][if-modifier color] COLOR-->[item-modifier color][/if-modifier] [if-item-field option_type] [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] [if-item-param pay_cert_code] [tmp gc_url][area href="pay_cert/redeem" no_session_id=1 no_count=1 form=" pay_cert_code=[item-param pay_cert_code] pay_cert_check=[item-param pay_cert_check] "][/tmp] Give this URL to pass on the gift certificate: [scratch gc_url] [/if-item-param] [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] | |||
GIFT CERTIFICATE | [currency][scratch pay_cert_total][/currency] | |||
CHARGED | [currency][scratch tmp_remaining][/currency] | |||
Comments/Note for Gift: |
[value gift_note] |
[L RECEIPT_PRINT](Please print this receipt for your records. Thank you for your order!)[/L]
[include templates/components/specials]