WOOCS - Currency Switcher Compatibility Error With PPOM Pro by Najeeb Ahmad
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 Pablo Borysenco on June 12, 2020, 12:45Hello
give me a link where I guarantee compatibility with FPD please
And please read this - https://c2n.me/47XZMpy.png
I told you that we will deal with your problem when your turn comes! There are many users who like you are waiting for the adaptation of the plugin, I can’t remove these users.
Hello
give me a link where I guarantee compatibility with FPD please
And please read this - https://c2n.me/47XZMpy.png
I told you that we will deal with your problem when your turn comes! There are many users who like you are waiting for the adaptation of the plugin, I can’t remove these users.
Quote from Angel on June 12, 2020, 21:21This is the link I looked in before I buy https://currency-switcher.com/codex/#compatibility , it says compatibility, right. https://mega.nz/file/WrB0hSKJ#RG0wBLIkgpnVrO7m_E6ZsVMDQp44CZEM491fXiccAsA
The picture you refer is for new plugins not in the list, but FPD is on the list already and it is supposed that it is already adopted with the stated codes.
I am waiting for my turn and hope it won't be a month!
This is the link I looked in before I buy https://currency-switcher.com/codex/#compatibility , it says compatibility, right. https://mega.nz/file/WrB0hSKJ#RG0wBLIkgpnVrO7m_E6ZsVMDQp44CZEM491fXiccAsA
The picture you refer is for new plugins not in the list, but FPD is on the list already and it is supposed that it is already adopted with the stated codes.
I am waiting for my turn and hope it won't be a month!
Quote from Pablo Borysenco on June 15, 2020, 10:18Hello
This is not a guarantee. This article is for adaptation. And we are not responsible if you inserted the code incorrectly
Hello
This is not a guarantee. This article is for adaptation. And we are not responsible if you inserted the code incorrectly
Quote from Angel on June 15, 2020, 12:16June 9, 2020, 10:30
"class-frontend.php - this file is correct" .....You already told me that the file is modified correctly in you previous reply.
"And we are not responsible if you inserted the code incorrectly" ......you can at least check if your codes are working by testing them in your website/or mine (it will not take you more than 5 min), I am quite sure I implemented them correctly and you have confirmed it in your previous reply already.
"This is not a guarantee. This article is for adaptation." .... no this article is written in English and clearly says Compatibility, nowhere says adoption!
Doesn't matter, I am waiting for you to spare 10 min of your time and check the codes,.... by fixing this you don't fix it only for me but for many other who use this product designer.
June 9, 2020, 10:30
"class-frontend.php - this file is correct" .....You already told me that the file is modified correctly in you previous reply.
"And we are not responsible if you inserted the code incorrectly" ......you can at least check if your codes are working by testing them in your website/or mine (it will not take you more than 5 min), I am quite sure I implemented them correctly and you have confirmed it in your previous reply already.
"This is not a guarantee. This article is for adaptation." .... no this article is written in English and clearly says Compatibility, nowhere says adoption!
Doesn't matter, I am waiting for you to spare 10 min of your time and check the codes,.... by fixing this you don't fix it only for me but for many other who use this product designer.
Quote from Pablo Borysenco on June 16, 2020, 09:35Hello
We will write you when there will be any result.
Hello
We will write you when there will be any result.
Quote from Pablo Borysenco on June 18, 2020, 16:44Hello
In file - "\wp-content\plugins\fancy-product-designer\inc\api\class-product-settings.php" - add code - https://c2n.me/483pw0B.png
if($parameter=='price'){
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$value = $WOOCS->woocs_exchange_value(floatval($value));
}
}
}
in file - "wp-content\plugins\fancy-product-designer\woo\class-wc-cart.php" - add code - https://c2n.me/483pDcX.png
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$_POST['fpd_product_price'] = $_POST['fpd_product_price'] / $rate;
}
}
}
Do test please/
Hello
In file -"\wp-content\plugins\fancy-product-designer\inc\api\class-product-settings.php" - add code - https://c2n.me/483pw0B.png
if($parameter=='price'){
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$value = $WOOCS->woocs_exchange_value(floatval($value));
}
}
}
in file -"wp-content\plugins\fancy-product-designer\woo\class-wc-cart.php" - add code - https://c2n.me/483pDcX.png
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$_POST['fpd_product_price'] = $_POST['fpd_product_price'] / $rate;
}
}
}
Do test please/
Quote from Angel on June 18, 2020, 17:50Hi,
I added the codes, seems to work at 90%.
It adds to the cart the same amount as it should now, so no problem in this part.
About the price inside the designer, it worked for the price for the pictures, but not for the text price. Now 5 euro changes to 5.63$ which is ok, but the text from 2 euro should be 2,27$ not 2$, at the moment it stays 2$.
Please check the screenshots here: https://mega.nz/file/r3wWkSZK#CKcDt0Jio0Dwi6P9cNk3EQtcF5_jjVHKXiGfl2n6pVE
https://mega.nz/file/P64gSQ5R#60QZiFEu4xd07LfFNtBq81klnMslTtv0QbDXf3dK28o
And there is another issue which is not so important for me, but maybe for you.... In the cart section the approximate price is shown differently bellow the left amount and bellow the right side, the highlighted amounts should be the same I think, please refer to the screenshot here:
https://mega.nz/file/HmxQgCyK#o31xAGjj4dn8W5sczQfvDjx3qchIZ04QRgoPxHuKQ8k
Thank you
Hi,
I added the codes, seems to work at 90%.
It adds to the cart the same amount as it should now, so no problem in this part.
About the price inside the designer, it worked for the price for the pictures, but not for the text price. Now 5 euro changes to 5.63$ which is ok, but the text from 2 euro should be 2,27$ not 2$, at the moment it stays 2$.
Please check the screenshots here: https://mega.nz/file/r3wWkSZK#CKcDt0Jio0Dwi6P9cNk3EQtcF5_jjVHKXiGfl2n6pVE
https://mega.nz/file/P64gSQ5R#60QZiFEu4xd07LfFNtBq81klnMslTtv0QbDXf3dK28o
And there is another issue which is not so important for me, but maybe for you.... In the cart section the approximate price is shown differently bellow the left amount and bellow the right side, the highlighted amounts should be the same I think, please refer to the screenshot here:
https://mega.nz/file/HmxQgCyK#o31xAGjj4dn8W5sczQfvDjx3qchIZ04QRgoPxHuKQ8k
Thank you
Quote from Angel on June 18, 2020, 17:53These are screenshots of how I placed the codes, I think they are implemented correctly:
https://mega.nz/file/Pj5QEQ7Q#CDs8oF-OpVTLLYRuotq5hRYlWB4U-pzg3KaW_FC80sM
https://mega.nz/file/Lyg2jShJ#hNh8qmRiuka8TFbqyeTlHJWIr7iaZnJoN4Hmn2r2_dY
These are screenshots of how I placed the codes, I think they are implemented correctly:
https://mega.nz/file/Pj5QEQ7Q#CDs8oF-OpVTLLYRuotq5hRYlWB4U-pzg3KaW_FC80sM
https://mega.nz/file/Lyg2jShJ#hNh8qmRiuka8TFbqyeTlHJWIr7iaZnJoN4Hmn2r2_dY
Quote from Pablo Borysenco on June 19, 2020, 10:55Hello
I will check it
Hello
I will check it
Quote from Pablo Borysenco on June 22, 2020, 17:21Hello
In file - "\wp-content\plugins\fancy-product-designer\inc\api\class-product-settings.php" - add code - https://c2n.me/486muIP.png
if($parameter=='price'){
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$value = $WOOCS->woocs_exchange_value(floatval($value));
}
}
}Do test please
Hello
In file -"\wp-content\plugins\fancy-product-designer\inc\api\class-product-settings.php" - add code - https://c2n.me/486muIP.png
if($parameter=='price'){
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$value = $WOOCS->woocs_exchange_value(floatval($value));
}
}
}
Do test please
Quote from Angel on June 22, 2020, 19:20Hi,
Did you change the file? Now both are working fine and I did not change it. I saw the file was changed today so I checked first and it was ok.
Now both the picture price and text price are changed, so it is working now.
Thank you for fixing this, I will try changing my feedback.
Hi,
Did you change the file? Now both are working fine and I did not change it. I saw the file was changed today so I checked first and it was ok.
Now both the picture price and text price are changed, so it is working now.
Thank you for fixing this, I will try changing my feedback.
Quote from Pablo Borysenco on June 23, 2020, 11:09Hello
Yes I changed files.
do the tests! If you have problems write me
Hello
Yes I changed files.
do the tests! If you have problems write me