I have looked at the paypal documentation and this one.
It seems pass-through variables only have 3:
- custom
- item_number or item_number_x
- invoice
I want to use custom, but it is already used by one of the plugin. (I am using joomla)
Is there any variable that I can use as pass-through variable?
I would recommend saving any data you need to the order (I'm assuming you're using VirtueMart on Joomla..??)
Then you can pass that order ID into the invoice parameter, and then pull data back out of the order that you need based on that order ID.
If you're using VirtueMart it would be the same flow. Just save all the data you need to your order/invoice record, then pull it back out when you need it based on the invoice value PayPal has.