How can I create unique discount codes for different membership levels?

How can I create unique discount codes for different membership levels?

RoofTopOverland
Visitor
3 0 0

Greetings,

is it possible to create a discount model like this:

New members members joining at the $100 and $250 membership level recieve the following
discount on orders purchased (want customer to have option to choose either one vs providing 2 codes if possible, but 2 codes would work if can make code unique to each user)
o $25 off on orders of $150 or greater
o $100 off on orders of $600 or greater

 

Needs:

  • Unique code for each customer to be shared when register as a member (its a partner organization, not with our store)
  • Multi option discount
    • $25 Off purchased of $150 or greater
    • $100 Off purchases of $600 or greater

 

The goal is to offer the option to choose either discount based on amount spent using a single code, with the key element that a unique code is created for each customer (verses a generic code anyone can use) that can only be used once. 

Thank you for any help you can offer!!!

Replies 2 (2)

tobebuilds
Shopify Partner
432 29 117

Hi RoofTopOverland,

 

It sounds like you want a discount code that "remembers" each member's choice.

 

If so, then this is a complex use case that you might have a hard time finding an existing solution for.

 

For custom discounts like this, your best option might be to build a custom app using Shopify Functions:

 

https://shopify.dev/docs/apps/functions

Founder, Regios Discounts app (4.9 stars)
- Custom discounts made simple
- "Just about any discount you'll ever need"
- Built by an ex-Google software engineer
RoofTopOverland
Visitor
3 0 0

Thanks for reply.

We don't need it to remember anything. More of an if-then concept:

if the purchase is greater than $150 but less than $600 apply $25 coupon. 

if purchase is greater than $600 apply $100 coupon.

it's not very complex - just apply discount based on cart amount (no different than giving free shipping, or a free promo item over certain amount) and seen it in other ecommerce platforms.

Really don't want to pay for 3rd party app, but haven't found anyone offering it anyways