Soft79
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] planification des couponsYou can set a publish date to any WordPress post. You can use this for coupons as well.
You can set an expiry date for a coupon on the ‘General’-tab.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Support for HPOSOur plugin is HPOS compatible and the next release will declare this compatibility, but I don’t know when it’ll be released.
If you already want to perform some tests you can add this snippet at the bottom of woocommerce-jos-autocoupon.php.add_action( 'before_woocommerce_init', function() { if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); } } );
If you don’t wish to alter the plugin file directly, you can add this snippet to your child theme’s functions.php instead and replace __FILE__ with the full path to our plugin’s woocommerce-jos-autocoupon-pro.php file.
- This reply was modified 1 year, 8 months ago by Soft79.
I need more info than that. I can’t reproduce the issue locally. Please let me know the coupon settings; is the user logged in, what role does the user have?
If you temporarily disable our plugin and then try to apply the coupon that yields the message, do you still get the same message?
What are all the coupon’s settings?
Could you please test if configuring an email restriction of * fixes this issue? This wildcard accepts all email addresses, but might be a workaround for the issue you are facing.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Discount coupon- Configure the 20-pieces coupon with min=20, max=39
- Configure the 40-pieces coupon with min=40, max=59
- etc
In your screenshot the max quantity of the 40-pieces coupon is 39, of course that won’t work.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Discount couponYour image link doesn’t work, it’s a shortcut to your PC’s desktop.
When I add 40 items, the polka_dot_discount_20pcs is being applied. So you didn’t set “Maximum quantity of matching products” to 39. Please share a screenshot of your coupon min/max quantity settings using a service like imgbb.com or similar.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Discount couponI can’t see anything. What are the coupon codes so I can test it in your store? How are the first two coupons configured?
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Discount couponAre you referring to auto-coupons? Are the coupon codes unique for every tier?
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Discount couponYou can set minimum to 20, maximum to 39 for the first tier, 40 .. 59 for the second tier etc…
Another solution is ticking the ‘individual use only’-checkbox.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] wp 6.1.1Yes, it is
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] 100% OFF coupon not workingWhat is the error that you get? Can you send me details so I can reproduce it in your store?
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] PHP 8 CompatabilityIt’s a false positive, you can ignore the warning. Our plugin is compatible with PHP8.
- This reply was modified 1 year, 10 months ago by Soft79.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Coupons with Credit AmountHi,
No, not with our plugin.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Apply coupon to cart totalHi, unfortunately due to the way coupons are applied this is not possible. The coupons are validated always before any coupon discount are applied. When the coupon(s) is/are applied the discount is calculated.