Output variation Fee ($) in WooCommerce Attribute Swatches by Iconic
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Nico on September 28, 2021, 20:07Hi there,
After activating your plugin the variation fee shows up in the swatch of the variation.
The variation represent the size of the shoes and the price doesn't change by size.
How can I disable that? I don't want (€ 0) in the swatches.
thanks in advance for your help
Hi there,
After activating your plugin the variation fee shows up in the swatch of the variation.
The variation represent the size of the shoes and the price doesn't change by size.
How can I disable that? I don't want (€ 0) in the swatches.
thanks in advance for your help
Quote from Nico on September 28, 2021, 21:10Hi there, is not any more necessary your support, I`ve been able to fix it thanks to this snippet:
/** * Disable Attribute Swatches fee functionality. */ add_filter( 'iconic_was_disable_fees', '__return_true' );
Thanks anyway
Hi there, is not any more necessary your support, I`ve been able to fix it thanks to this snippet:
/** * Disable Attribute Swatches fee functionality. */ add_filter( 'iconic_was_disable_fees', '__return_true' );
Quote from Pablo Borysenco on September 29, 2021, 11:16Hello
Ok! Great! Thank you for cooperation
Hello
Ok! Great! Thank you for cooperation
Quote from Nico on February 14, 2022, 16:35Hi, I have another problem.
We only sell in the EU area and we only want EUR as our currency.
1st - It is impossible to delete the dollar from the general settings. after saving the change it reappears.
2nd - The price of the product is not updated if the shipping country changes. I have already tried the following code but nothing happens:
add_action('woocommerce_checkout_update_order_review', function($data) {global $WOOCS;if (is_string($data)) {parse_str($data, $data);}//***$_currency = $WOOCS->get_currency_by_country($data['shipping_country']);if (!empty($_currency)) {$WOOCS->set_currency($_currency);}}, 9999);Can you please help me with this?Thanks in advance
Hi, I have another problem.
We only sell in the EU area and we only want EUR as our currency.
1st - It is impossible to delete the dollar from the general settings. after saving the change it reappears.
2nd - The price of the product is not updated if the shipping country changes. I have already tried the following code but nothing happens:
Quote from Pablo Borysenco on February 15, 2022, 11:49hello
1 You can add this code in functions.php:
add_filter('wp_head',function(){ if(class_exists('WOOCS') && !is_checkout()){ global $WOOCS; $WOOCS->set_currency('EUR'); } }); 2 please drop me wp-admin access - https://share.stackovergo.com/image/i20210618130558.png ->https://share.stackovergo.com/image/i20210618130637.png
hello
1 You can add this code in functions.php:
add_filter('wp_head',function(){ if(class_exists('WOOCS') && !is_checkout()){ global $WOOCS; $WOOCS->set_currency('EUR'); } }); 2 please drop me wp-admin access - https://share.stackovergo.com/image/i20210618130558.png ->https://share.stackovergo.com/image/i20210618130637.png
Quote from Nico on February 15, 2022, 14:49Ok done, I 'm ready to recive your support.
Thank you very much
Ok done, I 'm ready to recive your support.
Thank you very much
Quote from Pablo Borysenco on February 16, 2022, 11:10hello
Please watch this video - https://currency-switcher.com/video#video_1
here is your setting - https://c2n.me/4eXeU0N.png - the checkout page will always have the base currency
hello
Please watch this video - https://currency-switcher.com/video#video_1
here is your setting - https://c2n.me/4eXeU0N.png - the checkout page will always have the base currency
Quote from Nico on February 16, 2022, 16:10Sorry I've done so but still didn't work.
what I am trayng to do is the following:
I am buying from spain and the price are shown correctly 65€.
the shipping address is Italy and I configured that this product it whort 100€ for EU unless Spain.
Now I am at the cart page and I fill the form to end the purchase saying that I am from Italy and the product will be shipped to Italy. What I expect is a price update from 65€ to 100€ but this it doesn't occur.
Why? how can we achive this?
Thank you Pablo in advance
Sorry I've done so but still didn't work.
what I am trayng to do is the following:
I am buying from spain and the price are shown correctly 65€.
the shipping address is Italy and I configured that this product it whort 100€ for EU unless Spain.
Now I am at the cart page and I fill the form to end the purchase saying that I am from Italy and the product will be shipped to Italy. What I expect is a price update from 65€ to 100€ but this it doesn't occur.
Why? how can we achive this?
Thank you Pablo in advance
Quote from Pablo Borysenco on February 17, 2022, 10:48Hello
the shipping address is Italy and I configured that this product it whort 100€ for EU unless Spain. - My plugin does not have this feature, it cannot change the price of the product depending on the country of delivery
Hello
the shipping address is Italy and I configured that this product it whort 100€ for EU unless Spain. - My plugin does not have this feature, it cannot change the price of the product depending on the country of delivery