wdevs
Forum Replies Created
-
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Issue with the widget showing up in our headerHello,
I’m seeing multiple JavaScript errors on that page. I believe the errors are caused by:
- Google Listings and Ads
- Simple Cloudflare Turnstile
Could you temporarily disable those plugins and check if the switch appears? You can also contact me via our contact form.
Forum: Reviews
In reply to: [Tax Switch for WooCommerce] 10/10 Support – Superb Plugin & DevelopersThank you very much onyxagency!๐๐ช
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] AJAX Filter CompatibilityHello, version 1.5.0 has just been released and FacetWP is now compatible! Cheers!
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Shortcode for “wdevs-tax-switch-label-text”Hello, version 1.5.0 has just been released and this feature has been included! Thank you for your input. Cheers!
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Shortcode for “wdevs-tax-switch-label-text”Hello, I’m not sure if my email ended up in your spam box…. If you not have received my email, could you please check your spam?
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Shortcode for “wdevs-tax-switch-label-text”I think your request is a great idea and a beta has (almost) been developed. Could you send us an email or a message via our contactform? This way, I can send you the beta and you can provide us feedback on the new Gutenberg block (and shortcode)
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Elementor Cart/CheckoutAwesome, great to hear that! Cheers!
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] AJAX Filter CompatibilityHello HarryDummett,
I understand your request. Could you please send us an email (or use the contactform on our site) regarding this? I think we need to create a small compatibility function, but I’m not sure.
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Elementor Cart/CheckoutHello! If I understand you correctly, you would like to toggle the prices in the cart/checkout? I’m sorry, but currently this is not possible. Please see: https://ww.wp.xz.cn/support/topic/switcher-will-work-also-for-cart-2/#post-18187839 Most users hide the toggle in the cart/checkout.
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Shortcode for “wdevs-tax-switch-label-text”Hello Onyxagency. I think I understand your request and I will check if we can implement this! I suspect we can, but we would like to keep the plugin as lightweight as possible..
Forum: Reviews
In reply to: [Product Gallery Swiper for WooCommerce] Absolutely Amazing Plugin!Much appreciated Vaciristovski!๐
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Custom popup/modal fรถr selectNo problem and good luck!๐ช๐ผ
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Custom popup/modal fรถr selectI’m sorry, could you explain what the difference is, for the user, between a form submit and a JavaScript page refresh? Also, instead of triggering a page refresh after clicking on the switch, you could close the modal with JavaScript? A page refresh is literally 3 lines and I’m not sure how this is not already a function inside the plugin?
document.addEventListener('wdevs-tax-switch-changed', function(event) {
location.reload();
//OR
const modal = document.querySelector('#modal');
if (modal) modal.style.display = 'none';
});Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Custom popup/modal fรถr selectHello Patrick,
I’m sorry, I’m not sure what you are trying to accomplish. You would like to trigger a page refresh after the switch is toggled? A JavaScript event is fired after toggle, so you can then trigger a page refresh. Would that solve your request?
Forum: Plugins
In reply to: [Tax Switch for WooCommerce] Language support in shortcodeNo problem, happy to hear it’s working for you! I will close this topic now if you don’t mind. Cheers!