plugin issue with default WooCommerce coupon functionality
-
We have two custom snippets that create a coupon for the first order of a user and for when they first register to the site.
However, we noticed that when the Yith Gift Card plugin is activated the coupons are not created.The user gets a mail notification for their new coupon code, but there isn’t one created in Woocommerce.
If we deactivate the plugin, everything works fine.We are using $coupon = new WC_Coupon(); {..all the coupon settings..} $coupon->save(); and the coupon is not created.
Any suggestions?
I’ve shared the credentials from the website in question in your ticket #313570
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.