Search found 2 matches

by angryhans
06 May 2022, 07:12
Forum: Laravel package
Topic: How to call createRebateProducts() method in basket plugin
Replies: 2
Views: 921

Re: How to call createRebateProducts() method in basket plugin

OK, I will try with the addCoupon() method, thank you very much!
by angryhans
05 May 2022, 10:13
Forum: Laravel package
Topic: How to call createRebateProducts() method in basket plugin
Replies: 2
Views: 921

How to call createRebateProducts() method in basket plugin

Hi, I want to automaticly add a coupon code according to basket products total amount. e.g. When the total amount reach 100$, a coupon code with 10% off will be applied automaticly, and when the total amount reach 200$, a coupon code with 20$ off will be appiled automaticly etc. so the customer do n...