RLDD
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] v2.0.11 not auto applying@jurajbar Can you add ?troubleshoot to the cart URL. It will provide a status of each coupon and if it qualifies to be applied. Let me know if this helps.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] v2.0.11 not auto applyingThanks for your help. This is now resolved in version 2.0.12.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] v2.0.11 not auto applyingThank you for your feedback. I’ve identified an issue when more than one product or variation is targeted on the coupon. This will be fixed within the next few hours.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] is it possible not to apply pickup?Hi, thank you for your question. Itβs not possible to tailor a coupon to a shipping method with this plug-in. WC currently allows the customer to apply coupons prior to choosing the shipping method.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] v2.0.11 not auto applyingHi Paul,
Thank you this report. It must be a circumstantial bug, as I have yet to reproduce an issue. Can you provide me with a screen capture of the coupon settings with ‘general’ and ‘usage restriction’ tabs?
I find https://snipboard.io/ helpful for screen capture urls.
Hi Fauzan,
Thanks for your reply. I understand your hesitation, but PHP 8 isn’t really a feature, it’s inevitable π All that’s required for PHP 8 compatibility is to remove the default value for the first parameter in the declaration of get_wholesale_variations($wholesale_role = ”, $request). The second parameter is required, so the function call must already have both parameters. You can add if(empty($wholesale_role)) $wholesale_role=”; to the first line in the function to ensure the value defaults to blank.
Much appreciated! Thanks Josh.
Sure thing. Here’s a screen capture:
Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartHi,
I was wrong in my last response about the whole page reloading. The default behavior for WooCommerce is to reload the cart via ajax when ‘update cart’ button is pressed. Nevertheless, it doesn’t appear this is the issue.Please find an example here: https://rl-b.com/product-category/accessories/ and add to cart.
Note that this is a default install of WooCommerce with Storefront theme. There are no other plugins installed that affect behavior. The ‘update cart’ button on the cart page appears on quantity change before and after the cart is reloaded by ajax.
I must assume that there is something else on your install that affects the cart after reload. The Quantity Buttons plugin uses the ‘woocommerce_after_cart’ action to load. So if for some reason the way your cart is refreshed might avoid this call, it would explain why the quantity buttons do not re-appear. Can you try again to remove the custom code on the cart page, clear server side and browser cache, and see if the issue persists?
Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartThanks for your persistence. I will look further into this and release a fix if possible!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Auto Coupon for specific category or productVersion 2.0.7 released today will display all product or category names (if specified) for a particular coupon discount when min/max notification is check marked.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Auto Coupon for specific category or productThank you, glad this is resolved for one participant. Paul, In a future release I will definitely add the ability for the plugin to specify category names when displaying notifications, as this seems to have been overlooked.
Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartOk, I see that if the js code is removed and the button is physically clicked, the issue remains. I noticed that either way, on your site the update cart button does not reload the page, it only reloads the cart contents. On a new install of storefront, the update cart button reloads the whole page, and WC Quantity Buttons requires a page refresh for the buttons to reload, as ajax does not reload them. It leads me to conclude there may be something else occurring on the cart page. Are you aware of any other custom scripts or plugins that are causing the cart to update via ajax instead of a page reload?
Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartHi,
Thank you. It looks like the Storefront theme is fully compatible. The issue may be a plugin like “Auto Update Cart for WooCommerce”, or a plugin or custom script with similar functionality that is automatically reloading the cart after the quantity button press.Normally, once the quantity button is pressed, a button will appear below the cart contents that say “Update Basket”. In this case, the button exists, but it is being hidden by another plugin that is automatically submitting the form via ajax, but not fully reloading the page. Quantity Buttons requires the Update Basket button to be pressed, or a script that binds to the Update Basket button.
I hope this helps. Please respond if you are unable to resolve this issue.
Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartHi,
The quantity buttons should remain visible, even after adding or removing products from the cart. Can you provide me with the theme you are using? Some themes and plugins create compatibility issues, but I can look into it if I know the theme you are using.