Name

ORDERS_TO —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

ORDERS_TO is available in Interchange versions:

4.6.0-5.6.0

SOURCE

Interchange 5.6.0:

Source: lib/Vend/Payment/GoogleCheckout.pm
Line 146 (context shows lines 136-150)

report            etc/log_transaction
track             logs/tracking.asc
counter_tid       logs/tid.counter
EOF

Route gco_final master 1
Route gco_final cascade "copy_user main_entry"
Route gco_final empty   1
Route gco_final supplant 1
Route gco_final no_receipt 1
Route gco_final email __ORDERS_TO__

The 'edit basket' URL is available to customers when they are at Google, and lets them change either
the basket contents or the delivery address.


Source: lib/Vend/Payment/GoogleCheckout.pm
Line 418 (context shows lines 408-422 in googlecheckout():389)

my $exempt_taxfield = charge_param('exempt_tax_field') || 'exempt';
my $tax_included = $::Values->{tax_included} || charge_param('tax_included') || '';
my $calculate_included_tax = $::Values->{calculate_included_tax} || charge_param \
('calculate_included_tax') || '';
my $ordernumber  = charge_param('ordernumber') || 'etc/order.number';
my $gcocounter   = charge_param('gcocounter') || 'etc/username.counter'; 
my $defaultshipmode = charge_param('default_shipmode') || 'upsg';
my $defaultcountry  = $::Values->{default_country} || charge_param('default_country') || '';
my $defaultstate    = $::Values->{default_state} || charge_param('default_state') || '';
my $bypass_auth  = charge_param('bypass_authorization') || '1';
my $senderemail  = charge_param('sender_email') ;
my $merchantemail = charge_param('merchant_email') || $::Variable->{ORDERS_TO};
my $doreceipt    = charge_param('receipt_from_merchant') || '1';
my $sendemail    = charge_param('email_auth_charge') || 'charge';
my $htmlmail     = charge_param('html_mail') || '';
my $mailriskfail = $::Values->{mailriskfail} || charge_param('mail_on_risk_failure') \
 || "Authentication checks failed";

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!