Skip to main content

Why It’s Adding Only One Quantity to the Cart

Learn why Kaching bundles app might be adding only single item to the cart

Darius Serapinas avatar
Written by Darius Serapinas
Updated this week

If Kaching bundles app is only adding 1 item to the cart, even when customers select a larger quantity in the widget — don’t worry, this is usually a quick fix related to your theme setup.


Why This Happens

The issue typically occurs when the native quantity selector is not added to the product page template in the Shopify theme editor.

When the quantity selector is missing:

  • Our app attempts to inject a hidden quantity input into the product form.

  • On most Shopify official themes, this works as expected.

However, in some themes (like Shrine), the hidden input added by our app is ignored during the add-to-cart process — causing only 1 item to be added, no matter what quantity the customer selects.

This happens because the form submission in these themes doesn’t recognize or process dynamically inserted quantity values properly.


How to Fix It

Step-by-Step: Add a Quantity Selector to Your Product Template

  1. Go to Shopify Admin > Online Store > Customize

  2. In the theme editor, switch to the Product page

  3. Click on “ + button (“Add block”)

  4. Choose Quantity Selector element from the list

  5. Click Save button on top right corner of the editor page

✅ You’re done! Even though the quantity selector will not appear visibly (because our app hides it), it’s now part of the page structure — and that’s what matters.


Still Not Working? Check These Next

  1. Open Dev Tools (F12) and check the Console tab
    If there’s an issue with detecting the “Add to Cart” button or product form, our app will display an error here.

  2. Make sure there’s an actual Add to Cart form in your product template

    Some highly customized or headless themes remove it — which breaks expected functionality.


Still Need Help?

If the issue continues after adding the quantity selector and checking the console, contact our support team via the in-app live chat. We’ll take a closer look and help you resolve it quickly.

Did this answer your question?