[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Order profile problem
I am moving my catalog onto a production machine and suddenly
my order profile is blowing up. It seems it is trying to email
a receipt/order to the Interchange user that posted the order.
I have never observed this problem on my development machine
because I thought I had circumvented most of the _standard_
order profile stuff since I really do all my custom work (including
email) in perl on pages/receipt.html. I am getting the error "
Error transmitting order" page coming up which I traced back
to bin/interchange.
Question: How do I skip the _standard_ email stuff in my order_profile and
Route
and just process my pages/receipt.html?
My checkout page has: NAME="mv_order_profile" VALUE="final"
My etc/profiles.order has:
__NAME__ final
&final=yes
__END__
My catalog.cfg file has:
# Main route must be last to make default
Route main attach 0
Route main credit_card 0
Route main cybermode ""
Route main default 1
#Route main email '__ORDERS_TO__'
Route main encrypt 0
Route main encrypt_program '__ENCRYPTOR__'
Route main errors_to '__ORDERS_TO__'
Route main increment 0
Route main pgp_cc_key ""
Route main pgp_key ""
Route main receipt pages/receipt
Route main report pages/report
Route main supplant 1
Route main individual_track orders
Route main track logs/tracking.asc