[set page_title]Check out -- __COMPANY__[/set]
__LOGOBAR__
__MENUBAR__
__NO_LEFT__
NOTE: If you access something above, it will not save anything you have entered.
[if !items]
No Items?
You have no items in your shopping cart.
This usually means that one of several things has occurred:
You have cookies turned off. This is not fatal unless you travel through
a proxy server to get to the net (don't worry if you don't know what that means).
You can confirm this by [page form="
mv_nextpage=ord/checkout
mv_todo=return
"]going to the checkout page in non-secure mode.
Our server is misconfigured.
Try calling us at __PHONE__ [if variable TOLLFREE]or __TOLLFREE__[/if]
to place the order.
[error std_label="Credit Card Information" name=mv_credit_card_valid] [calc]
my $accepted = $Variable->{CREDIT_CARDS_ACCEPTED};
my (@out);
my (@cc);
my $out;
push @cc, 'visa' if $accepted =~ /visa/;
push @cc, 'mc' if $accepted =~ /mc/;
push @cc, 'disc' if $accepted =~ /discover/;
push @cc, 'amex' if $accepted =~ /amex/;
for (@cc) {
push @out, qq{};
}
return join ' ', @out;
[/calc]
Card Number (test number 4111 1111 1111 1111)
[if variable MV_PAYMENT_MODE =~ /minivend_test/]
Interchange test should yield:
Success
Failure
[/if]
Expires
[if scratch some_downloadable]
To download items, you must pay by credit card [if variable PO_ACCEPTED]or purchase order[/if]
[value name=fax_order set=0 hide=1]
[/if]
Pay by credit card
[if value tried_credit_card]
Force this card number to be taken
[/if]
[/if]
[if variable CHECK_ACCEPTED]
I will call with payment information
[/if]
[if variable PO_ACCEPTED]
I will pay by purchase order
[error name=credit_limit_ok std_label="PO Number" required=1]
[if type=data
term="userdb::credit_limit::[data session username]"
op=">"
compare=0.01]
Current credit limit:
[currency]
[data table=userdb col=credit_limit key="[data session username]"]
[/currency]
[if type=data
term="userdb::credit_limit::[data session username]"
op=<
compare="[total-cost noformat=1]"
]
Order total [total-cost] exceeds credit limit, please call.
[/if]
[/if]
[/if]
[if variable COD_ACCEPTED]
I will pay by COD ([handling cod] extra charge will be added)
[/if]
Billing Address (if different)
Name
Address
City/ST/Zip
Country
[if session logged_in]
If you want to save this address in your address book,
[if value address_book]or recall a saved address,[/if]
click the button below.