With the PayPal add-on, is it possible to set up a form with multiple products listed, then allow the user to specify a different shipping address for each selected product?
For example, let's say a form has the following products:
1) Widget
2) Cog
3) Gear
The user decides to buy a widget, a cog and a gear. When they submit the form, they would be prompted to enter their shipping address 3 times (once for each type of product)?
In this particular case, the products in the form are gifts to be sent to other people, so I want the user to be able to specify who should receive each separate gift.
Is this possible? If so, how would I go about doing this? Thanks.