How do I delete all WooCommerce Coupon data in the MySql Database?
-
I am currently using the ‘First Order Discount‘, in order to generate a WooCommerce Coupon but restrict it to just first orders.
It worked until processed an order. I then deleted the Coupon/Plugin, reinstalled it, and tested it with another account, which had not made an order yet. Whenever I now head into the Basket/Cart,I get a message saying ‘Coupon already applied’, even though the newly created Coupon code has yet to be used.
Maybe the Coupon code is being stored in the Database. To test this possibility, how do I delete all reference/data regarding previously created Coupon codes within the MySql Database? I went into
wp_posts
but could not find anything. Maybe I am looking in the wrong place.
- The topic ‘How do I delete all WooCommerce Coupon data in the MySql Database?’ is closed to new replies.