App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone,
I’m looking to implement a quick one-click checkout solution on my Shopify store using apps like GoKwik Checkout, Shiprocket Checkout, or Razorpay Checkout to improve conversions.
However, I’ve heard these checkout apps have limited or no support for bundle apps, especially when bundles are created as custom products or use third-party bundling logic (e.g., Bundler, Bundle Bear, PickyStory, etc.).
Has anyone found a workaround or compatible bundling solution that works seamlessly with these checkout providers?
Specifically, I want to:
Offer product bundles (e.g., Pack of 3 with color selection).
Use a quick checkout experience (preferably skipping the cart).
Ensure inventory is tracked properly for individual items in the bundle.
Any recommendations on compatible bundle apps or tweaks to make these setups work with quick checkouts would be greatly appreciated!
Thanks in advance!
Hi @vijayk,
I understand your requirements, and I’d like to suggest the Profit Bundles app as the perfect solution. This app works perfectly with quick checkout apps like GoKwik Checkout and Shiprocket Checkout, as the bundles are broken down after order creation via order edit.
Also, just to confirm—as per your requirements, the inventory of these bundles will be tracked.
Hello,
Thank you for the detailed explanation and suggestion.
I'll definitely go through the Profit Bundles app as recommended. If I have any further questions or need assistance while setting it up, I’ll be sure to reach out.
Appreciate your support!
Best regards,
Vijay
Hello,
Thanks a lot for the detailed explanation — really appreciate the support from your team!
The Profit Bundles app seems to perfectly solve my bundle requirements, and I finally got the exact, easy-to-use solution I was looking for. Everything was explained very clearly, which made it much easier to understand.
At the moment, I haven’t connected any quick checkout yet, but could you please confirm if Profit Bundles is also compatible with Razorpay Magic Checkout?
Thanks again for the great support!
Best regards,
Vijay
Hi @vijayk 😊 I have tested for you and found out this bundle app: SB | Simple Bundles & Kits that can perfectly handle what you want:
💡 Skip cart process
💡 Perfect if you sell fixed bundles (e.g. Pack of 3, Starter Kits, etc.) as a product
💡 Ensure inventory is tracked properly for individual items in the bundle.
If you want to run advanced bundle logic — like Mix & Match bundles, Bundle widget under product page, Bundle Builder, Tiered Bundle,... then you’ll need to use a dedicated app like BOGOS app.
I clearly understand your need, but I beg for your sympathy because Shopify doesn't allow any bundle apps (with advanced bundle logic above) to edit at checkout. That’s why every bundle app, including BOGOS, must work with the cart.
That said, if you’re open to keeping the cart step, you’ll unlock a much more powerful setup using this BOGOS app:
Track inventory for each product
Easily let customers pick bundle variants (like colors or sizes)
Let me know if you’d like help setting up a bundle or promotion flow that fits your store — happy to help! 😊
Hello,
Thank you so much for the detailed explanation and recommendations.
I’ll surely explore both the SB | Simple Bundles & Kits and the BOGOS app as suggested. The features look quite powerful and seem to fit well with what we need.
That said, the overall pricing does seem on the higher side, so I’ll need to evaluate that a bit more before deciding.
Appreciate your help and will reach out if I need assistance with setup!
Best regards,
Vijay
Hi @vijayk, hust a heads-up: starting July, BOGOS app will launch a Free Plan available for all Shopify plans, so you can try it out without worrying about the cost. Hope it helps you explore things more comfortably! 😊
And finally, thanks again for your kind words!
I was looking forward to trying out the Free Plan on the BOGOS app as mentioned, but I still couldn’t find any option to explore it. Could you please guide me where I can access it or if it has officially launched for all Shopify users?
Appreciate your help in advance!
Best regards,
Vijay
Most modern bundle apps are based on a Shopify API called the Cart Transform Functions API. This API allows developers to execute custom logic on Shopify's servers. 3rd party checkouts, like Razorpay, most likely don't execute this logic. After all, the WebAssembly binaries for Shopify Functions are not directly accessible through any API. At best, maybe these apps could use line_item.components in Liquid, but I don't know if they use Liquid at all.
Best,
Tobe