Can Customers Use Coupon Codes With MonsterUpsells?
Unfortunately Shopify has rendered this coupon feature useless with a recent update. We are currently investigating alternative ways to implement coupons in the cart.
They can use them on the Shopify checkout page.
Please note: Customers may have to remove discount offers that have been produced by MonsterUpsells.
We hid this functionality in the app for a few reasons:
- It will only work for Shopify basic discounts. (Shopify has some time sensitive complicated discounts that will not work.)
- When coupon code is entered it removes all upsell campaigns from your cart (this can confuse customers)
- Reduces conversion rates by adding extra thing to the cart.
You can however unhide the coupon code section by adding some code to the CSS settings at the bottom of your app settings page.
.mu-sneaky-coupon{
display: block !important;
}
This is where you will need to enter the code.

Here is what it looks like.


Can customers use discount codes with MonsterUpsells?
They can use them on the Shopify checkout page.
Please note: Customers may have to remove discount offers that have been produced by MonsterUpsells.
Can customers use discount codes within the cart?
We hid this functionality in the app for a few reasons:
- It will only work for Shopify basic discounts. (Shopify has some time sensitive complicated discounts that will not work.)
- When coupon code is entered it removes all upsell campaigns from your cart (this can confuse customers)
- Reduces conversion rates by adding extra thing to the cart.
You can however unhide the coupon code section by adding some code to the CSS settings at the bottom of your app settings page.
.mu-sneaky-coupon{
display: block !important;
}
This is where you will need to enter the code.

Here is what it looks like.


Updated on: 21/02/2023
Thank you!