[ic] Skipjack and routing

DB DB at M-and-D.com
Thu Feb 12 09:03:49 EST 2004


After yet more digging through the archives, I found of course that this 
exact issue has come up before.. but I could use a little more detail. 
Here is what I found in 
http://www.icdevgroup.org/pipermail/interchange-users/2003-April/032633.html:

> 
> TIMTOWTDI.  Mike Heins helped me with the very same thing (and for the very 
> same reasons, in fact) a little while ago.  The solution depends on how 
> your catalog is setup.  One way would be to modify your profile.order...
> 
> [elsif value fax_order == 3]
> &set = mv_payment COD
> [value name=mv_handling set=cod hide=1]
> [/elsif]
> [elsif variable MV_PAYMENT_MODE]
> &credit_card=standard keep __CREDIT_CARDS_ACCEPTED__
> &charge=[var MV_PAYMENT_MODE][cgi mv_payment_test]
> &set=mv_payment Real-time ([var MV_PAYMENT_MODE]) Credit Card
> [/elsif]
> 
> You simply throw some extra conditions in there before the &charge 
> operation is called, such as [if b_country ne "US"]...
> 
> HTH,
> -Dan


Now that looks like exactly what I need, but I'm too dumb to complete 
the puzzle. Can anyone help me with exactly what extra conditions to add 
if I want Real time processing only for orders shipped to the US, and 
Manual processing for all others?

DB


More information about the interchange-users mailing list