Hi Ben,
I am on to integrating PayPal into one of my forms. In this case, the user can choose to buy three different levels of tickets, each at different prices and quantity. I do not think it will be practical to use the PP Cart because I believe that everytime you add to the cart, it takes you to the cart page and then you have to return to the site to add another item(s). We would lose the form data every time. In looking at the tutorial, you seem to have added the following to the <form>
In my case I have up to three items a user may purchase. So with the line above, I can add one item name but what about the other two? In the config file, I see the os and on variables. Are these usable? With this first line above, where do I set the value? Also in the config file? For the total of the transaction, is this set in the paypal_submit,php page or in the config file as well? Sorry but the tutorial is not clear on this, at least to me.
Dave
I am on to integrating PayPal into one of my forms. In this case, the user can choose to buy three different levels of tickets, each at different prices and quantity. I do not think it will be practical to use the PP Cart because I believe that everytime you add to the cart, it takes you to the cart page and then you have to return to the site to add another item(s). We would lose the form data every time. In looking at the tutorial, you seem to have added the following to the <form>
Code:
<input type="hidden" name="item_name" value="Form Tools" />
In my case I have up to three items a user may purchase. So with the line above, I can add one item name but what about the other two? In the config file, I see the os and on variables. Are these usable? With this first line above, where do I set the value? Also in the config file? For the total of the transaction, is this set in the paypal_submit,php page or in the config file as well? Sorry but the tutorial is not clear on this, at least to me.
Dave