Limitations with Price Addons and Discount Codes

Because of Shopify’s current limitations, there are a few issues with discount codes and price add-ons created in our app:

  • Auto discount codes based on quantity will count our app’s price add-ons as a product.
  • BOGO discount codes won’t apply to the price add-ons.
  • Product-specific discounts won’t apply to the price add-ons.

To fix the issues above you can use the app below which will add a discount code box to the cart.

Dr. Discount On Cart
Accept Coupon Codes on Cart, Stack Discounts
Includes automatic discounts for free with a subscription
4.8⭐ (169 reviews)
$4.99/month. 14-day free trial.

You can check out a working version of this app on our demo site.

These issues will only be fixed if the customer uses the discount code box from the app on the cart page.

You can remove the discount code box from the checkout page to ensure customers don’t run into the issues mentioned previously.

Add the code snippet to your theme.liquid file right after the first <head>  tag at the top of the page (see screenshot below). If need more instruction click the link below.

<script>
/* Disable Discounts Codes in Checkout */
function bcpoFirst() {
bcpo_settings.disallowDiscountCodesInCheckout = true;
}
</script>
Was this article helpful?
Dislike