-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundles not appearing in cart #863
Comments
Hi there -- I'm checking in on this issue again. Thank you! |
I thought bundles did not work with Buy Buttons. At least from the Shopify backend there is no way to create a Bundle Buy Button like there is for products and collections. I get a "buy-button-storefront.min.js:6 [SHOPIFY-BUY-UI]: Not Found: product not found for id xxxxxxxxxx in the browser console when I use a bundle ID in Buy Button code. |
Despite its name, I do not believe this library is related to the Buy Button feature. When I add products to my BuyButton.js-powered storefront in Shopify, I select a custom storefront channel that I've created, rather than the "Buy Button" channel. I could be wrong, of course! |
Hello, I'm looking for a solution too, but yes it appear as a locked function by shopify on backend side. Maybe someone know where to ask for an integration. Thank you |
Hi there! I'm checking in on this again. Is there any chance this software can be updated to support Shopify bundles? |
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 confirmedAdd 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!
The text was updated successfully, but these errors were encountered: