[ic] Ooooppppsss Odd problem with payments being processed

David Etheredge David_e at charter.net
Wed Jun 11 17:19:17 UTC 2008


Following are the route statements in catalog.cfg



FormIgnore mv_order_route 

## This route places the order entry in the database. If you don't

## have an inventory table (or a userdb table for that matter) make

## sure you remove it from the list of "transactions" tables.

Route log <<EOF

empty 1

encrypt 0

increment 0

report etc/log_transaction

supplant 0

track logs/log

EOF

## This route places the order entry in the database when you are

## entering an order from the admin. See above.

Route log_entry <<EOF

empty 1

encrypt 0

report etc/log_entry

supplant 0

track logs/log

EOF

ifdef TRANSACTION_TABLES

Route log transactions '__TRANSACTION_TABLES__'

Route log_entry transactions '__TRANSACTION_TABLES__'

endif

## This route copies the user if they requested that. We don't

## care (much) if it fails, so error_ok is set and failure will

## not cause the order to fail

Route copy_user <<EOF

empty 1

error_ok 1

encrypt 0

increment 0

report etc/mail_receipt

supplant 0

track logs/log

EOF

ParseVariables Yes

## 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 '__ORDERS_TO__'

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

# Order routes can be maintained in a database

# CHANGES TO THIS WILL OVERRIDE THE ROUTES ABOVE.

RouteDatabase route

# Default route is run if no routes set, this should be last Route

# always

Route default master 1

Route default cascade "log main copy_user"

Route default empty 1

Route default supplant 1

Route default email '__ORDERS_TO__'




More information about the interchange-users mailing list