[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Strange problem in chekout submission
- Subject: [ic] Strange problem in chekout submission
- From: interchange-users@icdevgroup.org (Krishna)
- Date: Mon Dec 2 02:34:00 2002
- In-reply-to: <20021130170001.1822.94893.Mailman@icdevgroup.org>
> All you should have to do is put "empty 1" in there. That stops any
email
>from being sent.
Hi Mike,
After placing "empty 1" in the following way I could able to submit the
checkout page to receipt page, but in mail logs mails are been sent to
empty@domain.com , 1@domain.com. Still mails are bouncing. Could you
please suggest me where to place "empty 1" value in catalog.cfg file?
## This route emails the order to you unless email is set to "",
## and failsafe-logs the order report a couple of places
Route main <<EOF
attach 0
credit_card 1
default 1
email "empty 1"
encrypt 0
errors_to '__ORDERS_TO__'
pgp_cc_key "__PGP_KEY__"
pgp_key "__PGP_KEY__"
receipt etc/receipt.html
report etc/report
supplant 1
individual_track orders
track logs/tracking.asc
EOF
Thanks & Regards,
Krishna