cancel
Showing results for 
Search instead for 
Did you mean: 

Get list of available coupons on a cart id

Re: Get list of available coupons on a cart id

Hello @Sahil_coder ,

 

You should check Magento\SalesRule\Model\Validator:: process method. In which you will get an idea about it.

 

 


--
If my answer is useful, please Accept as Solution & give Kudos

Re: Get list of available coupons on a cart id

@gelanivishal  yes i will check and try then let you know

Re: Get list of available coupons on a cart id

There is already a full fledged free extension available on magento's marketplace and github

 

magento: https://marketplace.magento.com/ambab-module-couponlist.html

 

github: https://github.com/ambab-infotech/couponlist

 

This might help someone and this does provide APIs to just list of applicable coupon for specify cart.