does the demo mode redirect to the URLs you have specified in your backend after a purchase? The site I am working on needs that to function properly in order to complete an order. If this functionality is not offered in the demo mode, what would be a suggested way to test the entire order submission/approval process through 2checkout? Penny transactions?
query string parameters
June 8th, 2009, by: jsimmonsHi, I’m actually coding for a new cart system. I need to know if a flat rate can be charged to a customer or if each charge using 2checkout has to be connected to a product in their 2checkout backend? This could be unwieldy if a customer has to enter all of their product in their cart AND in 2co’s system.
I need to know what the absolute minimum parameters are needed (I really am just interested in bypassing 2co’s plug n play cart) to charge something to a customer in 2co’s system. The reason I am asking is that I am getting a “parameter error” error message when I use only the the sid, total, and cart_order_id parameter. I also was passing in the demo parameter set to Y, but I took it out and it still failed. I’ve tried this with multiple purchase URLs as well.