cancel
Showing results for 
Search instead for 
Did you mean: 

Discount based on buying from 2 different appointed categories

SOLVED

Discount based on buying from 2 different appointed categories

My Magento have 2 different categories.

one for selling Vegi.(exist around 30 products)

one for selling oil. (exist around 40 products)

 

And I want to make the bundle alike promotion insisting the user must buy at least 1 item Vegi category, and 1 item from oil category. then, I offer them 5% discount on both products while checkout.

 

Can any people help?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Discount based on buying from 2 different appointed categories

Hello @henrywugre0052 

 

If the rule is customer buys atleast 1 Vegi and 1 oil then you can make some condition like Cart must have equals to / greater than 1 item of Vegi AND Cart must have equals to / greater than 1 item of Oil.

The Rule will be like this :

https://www.awesomescreenshot.com/image/5299830/14bbd93fa97e9ac78a3404b856c2f100

category 3 and 4 should be change with Vegi and oil.

Hope this is what you were looking for.

Let us know if it works.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

View solution in original post

2 REPLIES 2

Re: Discount based on buying from 2 different appointed categories

Hello @henrywugre0052 

 

If the rule is customer buys atleast 1 Vegi and 1 oil then you can make some condition like Cart must have equals to / greater than 1 item of Vegi AND Cart must have equals to / greater than 1 item of Oil.

The Rule will be like this :

https://www.awesomescreenshot.com/image/5299830/14bbd93fa97e9ac78a3404b856c2f100

category 3 and 4 should be change with Vegi and oil.

Hope this is what you were looking for.

Let us know if it works.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Discount based on buying from 2 different appointed categories

Thanks to your sharing and which works fine for me.

 

One more sharing to enhance your contribution that, there are only possible to implement till the category level, aka:

Category A with Category B

 

It cannot process in:

subCategory-Aa  with  subCategory Bb

 

For me suitation, there is enough, so, much thanks to your helping!