ok got a question that I can't seem to find a great way to do this.
Paypal only allows you to send one custom field through IPN.
So I have the following. I'm trying to build my site so that users can build subscriptions depending on what they select that they want included in their subscription:
Duration - Images - Featured - Categories - And whatever
So lets say that they select that they want to subscribe for 1 month and have 3 images not featured 1 category. Depending on what they select I figured that I could build a code from their selections like (1301) to correspond to what was selected and pass that to paypal. So for each different variation for this one subscription would end up having a ton of different possibilities. So do i need to add each different possibility to another table called packages and set those settings in there depending on what they select and reference the package from the code generated above? That would take forever since I have 8 different main packages with all different options. What would be the best way to handle this?
ANY IDEAS WOULD BE MUCH APPRECAITED.