Incompatible currency and attributes,please help
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf 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 lvlp1314 on September 27, 2024, 09:37I used this plugin (Advanced Product Fields Extended for WooCommerce) to set product attributes
Please look at the product below, the original price is 100 USD, which is the default currency of my website
https://www.latexcharms.com/product/test-product/When the customer's currency is USD
The price of the made to measuer of the Size attribute will increase by 20% on the original price, and it will be 120 USD after adding it to the shopping cart, which is correctWhen the customer's currency is EUR, the original price of the product is 90 EUR, but the made to measuer of the size attribute will show +18%. When the customer selects this attribute, the customer will think that the price is 90 EUR + 90 EUR * 18% = 106.2 EUR (in fact, this is not the real price). This is the price before the customer adds it to the shopping cart, but when the customer adds it to the shopping cart, the price is 108 EUR (this is the real price)
Why is the price of the made to measuer of the Size attribute not increased by 20% when the currency is not USD? Is there any way to solve this problem?
I used this plugin (Advanced Product Fields Extended for WooCommerce) to set product attributes
Please look at the product below, the original price is 100 USD, which is the default currency of my website
https://www.latexcharms.com/product/test-product/
When the customer's currency is USD
The price of the made to measuer of the Size attribute will increase by 20% on the original price, and it will be 120 USD after adding it to the shopping cart, which is correct
When the customer's currency is EUR, the original price of the product is 90 EUR, but the made to measuer of the size attribute will show +18%. When the customer selects this attribute, the customer will think that the price is 90 EUR + 90 EUR * 18% = 106.2 EUR (in fact, this is not the real price). This is the price before the customer adds it to the shopping cart, but when the customer adds it to the shopping cart, the price is 108 EUR (this is the real price)
Why is the price of the made to measuer of the Size attribute not increased by 20% when the currency is not USD? Is there any way to solve this problem?
Quote from Pablo Borysenco on September 27, 2024, 11:04Hello
Please read this - https://currency-switcher.com/woocs-labs
Hello
Please read this - https://currency-switcher.com/woocs-labs
Quote from lvlp1314 on September 27, 2024, 11:50Thanks, i have readed it, but i still do not kown how to resolve the problem
Could you please take a closer look at my problem and help me find a solution? I am a paying customer and would like this problem to be solved so that I can purchase your plugin for many of my websites.
Thanks, i have readed it, but i still do not kown how to resolve the problem
Could you please take a closer look at my problem and help me find a solution? I am a paying customer and would like this problem to be solved so that I can purchase your plugin for many of my websites.
Quote from Pablo Borysenco on September 27, 2024, 12:34Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Solving incompatibility with a third party plugin is not included in support. But we have a free offer - https://currency-switcher.com/woocs-labs
You can make a new adaptation request:
Please add wp-admin+ftp access to your test site - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png - And we will add this to the adaptation queue.
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Solving incompatibility with a third party plugin is not included in support. But we have a free offer - https://currency-switcher.com/woocs-labs
You can make a new adaptation request:
Please add wp-admin+ftp access to your test site - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png - And we will add this to the adaptation queue.
Quote from lvlp1314 on September 27, 2024, 13:46Thanks for your reply
I have saved wp-admin+ftp+license key
Do I need to submit a new ticket?
Thanks for your reply
I have saved wp-admin+ftp+license key
Do I need to submit a new ticket?
Quote from lvlp1314 on September 27, 2024, 15:38Hi,Please tell me what other information I need to submit. My currency problem is waiting to be solved.
many thanks
Hi,Please tell me what other information I need to submit. My currency problem is waiting to be solved.
many thanks
Quote from Pablo Borysenco on September 30, 2024, 09:23Hello
OK! I added this to the adaptation queue
I'll write to you as soon as we get the result.
Hello
OK! I added this to the adaptation queue
I'll write to you as soon as we get the result.
Quote from lvlp1314 on October 10, 2024, 15:07Hi
When i can get a reply
Hi
When i can get a reply
Quote from lvlp1314 on October 11, 2024, 08:00Hi, I really want to get your reply, because it is very important to me.
Hi, I really want to get your reply, because it is very important to me.
Quote from Pablo Borysenco on October 11, 2024, 09:27Hello
I added your plugin to the queue. And I will definitely write to you as soon as our developer gets to your case
Hello
I added your plugin to the queue. And I will definitely write to you as soon as our developer gets to your case
Quote from lvlp1314 on October 11, 2024, 09:30many thanks,How long will it take, because I'm really anxious?
many thanks,How long will it take, because I'm really anxious?
Quote from Pablo Borysenco on October 11, 2024, 11:35Unfortunately I can't tell you the time, it's almost impossible to plan because it's a third-party unknown code.
Unfortunately I can't tell you the time, it's almost impossible to plan because it's a third-party unknown code.
Quote from Pablo Borysenco on October 11, 2024, 13:28Hello
Our developer checked it.
You should contact the author of this third-party plugin and offer him to implement a solution.
I think there won't be any problems with this because the author of this plugin has already tried to make an adaptation with the currency switcher
1) In file - \advanced-product-fields-for-woocommerce-extended\includes\classes\integrations\class-woocs.php - Please add this code - https://share.pluginus.net/image/i20241011141554.png
if(!$this->is_default_currency() && !$this->product_has_fixed_price($product) && 'percent' != $type) {
this code will fix the data in drop-down - https://share.pluginus.net/image/i20241011141726.png
2) In the same file function add_footer_script() Perhaps the author should pass the price type to the event - https://share.pluginus.net/image/i20241011142122.png
This is necessary to remove the conversion of the amount as a percentage, because this amount was already calculated from the converted price.
something like this - https://share.pluginus.net/image/i20241011142503.png
With these changes it should work correctly. But we can't implement the second part, the author of the plugin should do it
Hello
Our developer checked it.
You should contact the author of this third-party plugin and offer him to implement a solution.
I think there won't be any problems with this because the author of this plugin has already tried to make an adaptation with the currency switcher
1) In file - \advanced-product-fields-for-woocommerce-extended\includes\classes\integrations\class-woocs.php - Please add this code - https://share.pluginus.net/image/i20241011141554.png
if(!$this->is_default_currency() && !$this->product_has_fixed_price($product) && 'percent' != $type) {
this code will fix the data in drop-down - https://share.pluginus.net/image/i20241011141726.png
2) In the same file function add_footer_script() Perhaps the author should pass the price type to the event - https://share.pluginus.net/image/i20241011142122.png
This is necessary to remove the conversion of the amount as a percentage, because this amount was already calculated from the converted price.
something like this - https://share.pluginus.net/image/i20241011142503.png
With these changes it should work correctly. But we can't implement the second part, the author of the plugin should do it
Quote from lvlp1314 on October 11, 2024, 14:34many thanks,Your service attitude is very good
many thanks,Your service attitude is very good
Quote from lvlp1314 on February 1, 2025, 10:57Hi,
Thank you for helping me adapt this plugin "Advanced Product Fields Extended for WooCommerce". This plugin has been upgraded and is now perfectly compatible with your plugin, but there are still problems with the product page. Please help me adapt the product page again (your previous adaptation method is no longer effective, probably due to the upgrade of Advanced Product Fields Extended for WooCommerce. I modified the code according to the method you gave before, but it no longer works. I have saved the FTP of the test website as private data)
Please click the product link belowThe default currency of my website is USD, and this product has 2 attributes Size and ColorWhen choosing red, the price needs to be increased by 10% on the base priceWhen choosing XL size, the price needs to be increased by 20 USD on the base priceIf the customer uses the default currency USD, everything is fine, which is great, but when the customer switches to GBP (for ease of calculation, I set the exchange rate to 1USD=0.8GBP)The customer chooses red, 10% becomes 8% (it should keep to be 10%)The prices on the shopping cart page and the checkout page are correct, which is greatLooking forward to your reply
Hi,
Thank you for helping me adapt this plugin"Advanced Product Fields Extended for WooCommerce". This plugin has been upgraded and is now perfectly compatible with your plugin, but there are still problems with the product page. Please help me adapt the product page again (your previous adaptation method is no longer effective, probably due to the upgrade of Advanced Product Fields Extended for WooCommerce. I modified the code according to the method you gave before, but it no longer works. I have saved the FTP of the test website as private data)
Quote from Pablo Borysenco on February 3, 2025, 10:18Hello
Ok! I will check it
Hello
Ok! I will check it
Quote from lvlp1314 on February 4, 2025, 17:17Thanks, Looking forward to your reply
Thanks, Looking forward to your reply
Quote from Pablo Borysenco on February 5, 2025, 10:28Hello
I'll write to you as soon as I get the result.
Hello
I'll write to you as soon as I get the result.