sanjeevyadavIT / magento_react_native

🛒 MageCart: E-commerce app for Magento 2.x written in React Native
GNU General Public License v3.0
282 stars 124 forks source link

Implement functionality to apply cupon/gift cupoun in checkout process #12

Open sanjeevyadavIT opened 5 years ago

sanjeevyadavIT commented 5 years ago

Is your feature request related to a problem? Please describe. Show option to enter coupon or gitft coupon in CartScreen to apply discount before going to shipping method page.

Describe the solution you'd like Show an input box to apply coupon/gift coupon in CartScreen(can be PaymentScreen need to decide) to apply discount. Once the coupon is entered make an api request to fetch amount of discount applicable and then proceed to the checkout process.

Additional context Read Magento 2 REST API