NBDesign
Posts: 15
|
| Posted: 09/06/2007, 2:48 PM |
|
So I have been using the CCS Shopping cart example to build a shopping cart and have things working to a point.
I am having trouble getting the information from the editable grid to....
A) remove the temp cart and move it to the order section via the SQL Update
B) transfer the data to PayPal.
I can do either or, but not both.
If I change the form URL in the HTML from {Action} to the PayPal URL, I can get to paypal with the data, but the SQL updates will not work.
if I use the PayPal URL as a return page, the SQL update works, but the info will not transfer to PayPal unless I use the "Get/POST" to pass the variables, then you have a browser URL that is a mile long.
Any suggestions? I have tried the SQL update before submit, after submit, on-click, and a couple of other areas..... I just cannot hit the right one.
Thanks in advance for the help.
|
 |
 |
|