cancel
Showing results for 
Search instead for 
Did you mean: 

Stackable discount [price rule]

SOLVED

Stackable discount [price rule]

I'm having trouble creating a stackable discount code.

 

What needs to happen is the following:


When customer order is between $25 - $49,99 - discount $5

When customer order is between $50 - $74.99 - discount $10

When customer order is between $75 - or higher - discount $15

 

Is there any way this can be done within Magento. Any help I very appreciated.

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Stackable discount [price rule]

Hi Victor,
Unfortunately, as your discount amount varies, its 3 different actions for Magento, and it requires a specific price rule PER action.

French Magento Solution Specialist.
Magento consultancy

View solution in original post

Re: Stackable discount [price rule]

Hi Victor,

 

Magento by default doesn't support this feature. There are a lot of extensions marketplace, but they also don't support.  We must build our own code lines ever seen before.

Problem solved? Click Accept as Solution!

View solution in original post

5 REPLIES 5

Re: Stackable discount [price rule]

Hi VictorTerreau,

 

You can do this with Magento. We will set up following conditions below. Promotions -> Shopping Cart Price Rules -> Conditions :

 

1. When customer order is between $25 - $49,99 - discount $5:

If ALL  of these conditions are TRUE :

2. When customer order is between $50 - $74.99 - discount $10:

If ALL  of these conditions are TRUE :

3. When customer order is between $75 - or higher - discount $15

If ALL  of these conditions are TRUE :

Remember that in Actions tab, we also set up Discount Amount for each rule.

Hope this works for you.

Problem solved? Click Accept as Solution!

Re: Stackable discount [price rule]

Hi MrKhoa99,

 

Thx for the reply.

 

Your answer will create 3 different price-rules. But the problem is that the customer needs to receive only one discount-code.
So when he receives the code it should apply to all rules. I can't predict the amount the customer will order.

 

Is there any way I can apply these rules to just one rule?

Re: Stackable discount [price rule]

Hi Victor,
Unfortunately, as your discount amount varies, its 3 different actions for Magento, and it requires a specific price rule PER action.

French Magento Solution Specialist.
Magento consultancy

Re: Stackable discount [price rule]

Hi Victor,

 

Magento by default doesn't support this feature. There are a lot of extensions marketplace, but they also don't support.  We must build our own code lines ever seen before.

Problem solved? Click Accept as Solution!

Re: Stackable discount [price rule]

Hi MrKhoa99 & Mboulliung ,

 

Both thank you for your replies.
Unfortunately coding is not an option. For the simple reason I'm not a coder Smiley Happy

 

I'll have to contact my businesspartner to tell him it's not possible.

Anyways thx for the clear answers.

 

Answers will be checked as "solutions".