Hello!
I am interested in setting up an account with 2CO, however I need the ability to be able to compute total price based on selections that the customer makes in either a text field or check box. For example (this is just a hypothetical), if I am selling rocks at $500 for the first pound, and $400 for each additional pound, the customer would need to be able to enter the number of pounds of rocks he would like to purchase, and the price calculator would calculate the total automatically based on a simple formula that I input.
I was wondering if 2CO cart has this ability to do this, such as multiply, divide, add, and subtratct (like a price calculator). And if not, do you happen to know of a cart that can?
Many thanks for any information you can provide.
-Davide
1 comentario »
+0
-0
Our purchase routine will not perform any calculations of the type you are seeking. Most shopping cart software will calculate a total price before sending the customer to 2Checkout, then that pricing and product information is sent to our purchase routine using our 3rd-Party Cart parameter set to start the sale. You are also able to use the 3rd-Party Cart parameters to create your own script that calculates a total price and passes that information to 2Checkout.
You may also find our tutorial on creating purchase links helpful as you develop your script. The tutorial describes a few ways how you can use the various parameter sets to initiate sales, including an overview of how to use the 3rd-Party Cart parameter set.