imranhsayed / woo-next

:rocket: React WooCommerce theme, built with Next JS, Webpack, Babel, Node, Express, using GraphQL and Apollo Client
https://codeytek.com/course/woocommerce-with-react-course/
879 stars 260 forks source link

handle Coupon discount #111

Open thefoxes86 opened 2 years ago

thefoxes86 commented 2 years ago

Hi, I'm trying to implement a input field in cart page to handle the coupon discount. First i make a query to have a list of available coupon and the I try to send a mutation to handle but i don't have a cartain mode to do the mutation.

Someone have tryed to do this before ?

Thanks