Reputation: 193
How to implement shopping cart price rules which allow a customer to buy X product of one category and get Y another products of same category for free?
I have followed and implemented the instructions according to the link:
and tried to implement all other ideas. But I am not able to implement it in proper and correct manner.
Upvotes: 1
Views: 1322
Reputation: 278
I have created an observer for the requirement of custom discount. Please find the files in https://github.com/alameluvalluvan1/customdiscount
and follow the instructions.
Upvotes: 1