cancel
Showing results for 
Search instead for 
Did you mean: 

Build a catalog price rule

SOLVED

Build a catalog price rule

I want to build a catalog price rule

Customer chose a item in category A.
Whe customer choose cateory B item. All item in Category B can take 30% off discount

How can I set it?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Build a catalog price rule

Hi erik_chan,

nisha_jangid is right however you can set up "Shopping Cart Price Rules" and effect outcome on a cart for the customer.
this an only way without custom programming.

 

You might need to do more tweaking to get what you want.

 

I hope that will help in any way

 

condtitions.PNGaction.PNG

View solution in original post

3 REPLIES 3

Re: Build a catalog price rule

Hello @erik_chan

 

As the rule you want to apply is not possible by magento admin panel. If you want to apply this you have to do this programmatically by coding which will calculate discount on checkout according to required condition. 

 

If issue solved,Click Kudos & Accept as Solution

Re: Build a catalog price rule

Hi erik_chan,

nisha_jangid is right however you can set up "Shopping Cart Price Rules" and effect outcome on a cart for the customer.
this an only way without custom programming.

 

You might need to do more tweaking to get what you want.

 

I hope that will help in any way

 

condtitions.PNGaction.PNG

Re: Build a catalog price rule

Thanks, you are so great