Thank you for your replies!! I am trying to pass checkbox options, however I am still unsuccessful in doing so.
The resulting JSON code shows that the options are still empty for the product:
----start var_dump ($options) for display purposes----
array
'option' =>
array
228 => int 52
----end var_dump ($options) for display purposes----
array
'60:YToxOntzOjY6Im9wdGlvbiI7YToxOntpOjIyODtpOjUy1200' =>
array
'key' => string '60:YToxOntzOjY6Im9wdGlvbiI7YToxOntpOjIyODtpOjUy1200' (length=51)
'product_id' => string '60' (length=2)
'name' => string 'Custom Set' (length=10)
'model' => string 'customset' (length=9)
'shipping' => string '1' (length=1)
'image' => string '' (length=0)
'option' =>
array
empty
I am using the correct ids from the database, so that shouldn't be the issue.
Help is much appreciated! Thanks again guys!!
