Soft79
Forum Replies Created
-
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Performance ImprovementIt’s out!
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Performance ImprovementGood catch. This is from back in the WooCommerce 2.x era where WC_Coupon expected a $code. It would make sense to replace post_title by ID. We will do this in a next release.
Hi,
Discounts are calculated by the WooCommerce plugin itself. It’s best to contact the WooCommerce support for this.
It looks like an issue with the PayPal simulated cart functionality. We will need to check what causes this. Maybe for now you can disable the simulated cart with the following snippet (source: How can I disable ‘ppc-simulate-cart’ request? | ww.wp.xz.cn )
add_filter( 'woocommerce_paypal_payments_simulate_cart_enabled', '__return_false' );Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Conflict with wooCan you explain with a bit more detail? Does it not apply the auto coupons? What are the coupon settings?
I suspect an issue in your checkout/review-order.php theme file at line 43. Please make sure three arguments are passed to the woocommerce_cart_item_subtotal-filter.
For pro support, please use the forum at our site (soft79.nl)
Hi, I tried to test the wallet plugin but unfortunately I can’t add balance to my test user.
Please ask the plugin author how it’s possible to detect how wallet payment is used. With that information it should be possible to prevent a coupon from being used, I can help you further with that. I’m not sure if it will work good with automatic coupons, though.
Update has been released.
I can’t believe we missed that! We will release a fix soon.
Forum: Plugins
In reply to: [Cart links for WooCommerce] Add HPOS compatible declarationHi, we have no plans on updating the plugin on short notice, but a quick workaround for you would be adding the snippet to your child theme’s functions.php and replacing
__FILE__with the filename of our plugin.This has been solved in the latest release.
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Coupon for automatic renewalHi, no, that’s not possible with our plugin.
thanks, will look into this.
Forum: Plugins
In reply to: [Cart links for WooCommerce] Abandoned?Actually, yes we don’t do updates anymore but chance is it still works due to its simplicity. Haven’t tried it for a long time 😊
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Plugin Still Supported?Yes, it’s still compatible.