lukosovan
Forum Replies Created
-
Hello @ceylonthemes.
Try this solution:
finde on plugin-folder/classes/woocs_after_33.php this code:
//for normal shippng update if to change currency public function woocommerce_add_to_cart_hash($hash, $cart) { //return ""; return md5(json_encode(WC()->cart->get_cart_for_session()) . $this->current_currency); }
and replace with this code:
//for normal shippng update if to change currency public function woocommerce_add_to_cart_hash($hash, $cart = null) { //return ""; return md5(json_encode(WC()->cart->get_cart_for_session()) . $this->current_currency); }
Hello @pakkriss.
Unfortunately the plugin does not have this function.
Hello Marko.
Since you are using the paid version of the plugin, write to me in ENVATO Support https://codecanyon.net/item/woocommerce-currency-switcher/8085217/support of the account from which you bought the plugin.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Auto Filling on ChromeHello.
I can not repeat your mistake.
I did a test, everything works fine for me – https://c2n.me/41JxXVZ
I think this problem is related to the settings of your browser.Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Cart preview emptyHello.
Please try change in php-file plugin-folder/classes/woocs_after_33.php :
this function :public function woocommerce_add_to_cart_hash($hash, $cart) { //return ""; return md5(json_encode(WC()->cart->get_cart_for_session()) . $this->current_currency); }
to this:
public function woocommerce_add_to_cart_hash($hash, $cart=null) { //return ""; return md5(json_encode(WC()->cart->get_cart_for_session()) . $this->current_currency); }
Hello.
Looks like a conflict with a third-party plugin.
Please read this – https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others/Drop me exact link to the issue.
Hello.
Unfortunately the plug-in does not have this option.
You need to select each category only one by one.Hello.
This is a third-party plugin, we can not support it, contact the support of woof by category plugin.
Hello.
Please drop me exact link to the issue.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Issue with FilteringHello.
1. Woocommerce->Settings->Product Filter->Advanced(tab)->Options(tab) -https://clip2net.com/s/41JfXrV (result – https://clip2net.com/s/41JgQ8X)
2.Woocommerce->Settings->Product Filter->Options(tab) – https://clip2net.com/s/41Jh9hT
(result – https://clip2net.com/s/41Jhfu4)3. If you want to filter by rating, try this extension – https://clip2net.com/s/41JviHn
This tag is the service taxonomy of woocommerce.4.Woocommerce->Settings->Product Filter->Design(tab) – https://clip2net.com/s/41JhLXE
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] tool tip problemHello.
The problem is that both my plugin and your theme use the same js library for displaying tooltips. The solution to your problem may be disabling the library in my plugin, comment out the following lines in the file: /plugin-folder/index.php – https://clip2net.com/s/41JiThk
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Not Working with WPML PluginI see you are using the premium version of the plugin, write to Envato support.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Auto Filling on ChromeHello.
Please drop me the exact link to the issue and write what I need to do to get this error.
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Not Working with WPML PluginHello.
Write me to plugin support – https://codecanyon.net/item/wordpress-meta-data-taxonomies-filter/7002700/support
- This reply was modified 5 years, 9 months ago by lukosovan.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Auto Filling on Chrome