My website will sell quantity-limited items, but I want to use e-junkie so I don't have to deal with delivery.
However, after I planned on sending the product ID through the custom variable... I saw that only 1 is allowed per order, and I want to use the cart feature - not buy it now.
So, my next thought is that I'll use the item-specific information to grab the item number, but I've never dealt with this in regards to post-payment data processing. I've always just used delimiters & split the custom variable.
Do I just set my script to check:
if ($item_number1) {
do this}
if ($item_number2) {
do this
}
& so forth? What I am asking is that the x represents numbers 1+ & that I only have to create variables like listed above (to whatever number, like 10) to be sure that I capture that data?
I'm pretty sure this is the case, but I want to be sure cuz I would like to know things are going to respond before I make something live.
I have another solution that isn't quite as nice & I hope that this'll work.
Thanks.