According to the documentation for the Infusionsoft shopping cart URL parameters, the processBundle
interface supports a productOptions
parameter. Unfortunately, as far as I can tell supplying a value for productOptions
seems to fail silently.
Here is a demo using the addProduct
interface to illustrate adding a “T-shirt” with the “Color” option “Red”:
Here is a version using processBundle
which should produce the same result:
However, when the T-shirt gets added via processBundle
, the Color option gets ignored.
Have I got the syntax for productOptions
wrong or something?
(What I am ultimately trying to do is create a web form on my own site where people can select multiple products with multiple product options, and then to send all that information to the Infusionsoft shopping cart in one go.)