I mentioned this in the JS Buy SDK repo but I'm now realizing this might be a better place for it:
I'm looking to use bundles in my BuyButton.js-powered store. I'm currently able to call ui.createComponent("product", { etc. }) for bundles -- they appear like regular products, just as I expect.
However, when I select Add to cart for the bundle, the cart panel slides open, as expected, but nothing is actually added. There are no errors in the JS console. I've confirmed Add to cart is working correctly for non-bundle products.
The lack of errors is what's throwing me -- any tips or intuitions would be helpful. Thanks for your consideration!
I mentioned this in the JS Buy SDK repo but I'm now realizing this might be a better place for it:
I'm looking to use bundles in my BuyButton.js-powered store. I'm currently able to call
ui.createComponent("product", { etc. })for bundles -- they appear like regular products, just as I expect.However, when I select
Add to cartfor the bundle, the cart panel slides open, as expected, but nothing is actually added. There are no errors in the JS console. I've confirmedAdd to cartis working correctly for non-bundle products.The lack of errors is what's throwing me -- any tips or intuitions would be helpful. Thanks for your consideration!