suppressed wrote: > I just added Skipjack realtime credit card processing to a store and > it is working. I would like to have non-US orders to still use the old > default non-realtime credit card payment method. [snip stuff] > [if value country=US] > > Can anyone tell me why this is failing? This works for me: [if value country =~ /^(US)$/i] <!-- Do real-time credit card --> [else] <!-- Don't do real-time credit card --> [/else] [/if] YMMV > > DB > > Good luck! Curt Hauge Office 763-689-4984 Cell 612-598-5530 www.IWantAConsultant.com www.MNWebDesign.com _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.