You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to use utils.api.productAttributes.optionChange on the checkout SDK, I am getting the response data but the attribute/option of the item is not changed .... How to use it so I can change the product option value on the checkout page ? Here is my code utils.api.productAttributes.optionChange(238,'item_id=0aaaee28-865d-4c32-b99a-e826b7488adb&attribute%5B116%5D=112233444',(err, response) => { console.log(response.data); });
The text was updated successfully, but these errors were encountered:
When I am trying to use utils.api.productAttributes.optionChange on the checkout SDK, I am getting the response data but the attribute/option of the item is not changed .... How to use it so I can change the product option value on the checkout page ? Here is my code
utils.api.productAttributes.optionChange(238,'item_id=0aaaee28-865d-4c32-b99a-e826b7488adb&attribute%5B116%5D=112233444',(err, response) => { console.log(response.data); });
The text was updated successfully, but these errors were encountered: