So, I have fully implemented PayPal in my system. The system runs on custom “packages”, all at set prices. Each user has a subscr_id assigned to them (installed by PayPal), as well as information about the package they bought.
I need to change the subscription so that the user can select a different package. Essentially, I just need to be able to change the quantity and the “custom” field (this contains information about the package, coupons used, etc.).
I would think and hope that it would be easy to show the user a different form with hidden fields for "change", "subscr_id", "custom" (new value) and "amount" (new value), Unfortunately, I can not find anywhere on the Internet, and the PayPal documentation is so monolithic that I am around circles for hours at a time.
My IPN is configured and working fine, I just need to create a form that allows me to set the variables "quantity" and "custom" to something new ... the bit that I thought would be easy! Any help is appreciated. Thanks in advance.
Mike
source share