Shows $ 0 in the product in the default language
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 Bartek on July 23, 2020, 11:48Hello,
There is a problem in the default language of the store PL. In the product card, I show the price of PLN 0.00 ( https://prnt.sc/tn4z38 )The price is correct after being added to the cart ( https://prnt.sc/tn50ig )
In the list of products the price is correct. Only for the first product in the category it shows PLN 0.00
( https://prnt.sc/tn51qs )
Works fine for English and valuta EURO.
Plug settings - https://prnt.sc/tn54ct
Hello,
There is a problem in the default language of the store PL. In the product card, I show the price of PLN 0.00 ( https://prnt.sc/tn4z38 )
The price is correct after being added to the cart ( https://prnt.sc/tn50ig )
In the list of products the price is correct. Only for the first product in the category it shows PLN 0.00
Works fine for English and valuta EURO.
Plug settings - https://prnt.sc/tn54ct
Quote from Pablo Borysenco on July 23, 2020, 12:54Hello
Base currency rate must be 1 - https://clip2net.com/s/48vf1hV
Hello
Base currency rate must be 1 - https://clip2net.com/s/48vf1hV
Quote from Bartek on July 23, 2020, 16:02Ok, I changed. And now it shows the first product in the category - https://prnt.sc/tnai5d And in the product card - https://prnt.sc/tnaj10settings - https://prnt.sc/tnajzh
Ok, I changed. And now it shows the first product in the category - https://prnt.sc/tnai5d And in the product card - https://prnt.sc/tnaj10
settings - https://prnt.sc/tnajzh
Quote from Pablo Borysenco on July 24, 2020, 10:45Hello
Ok! And what's the problem?
Drop me exact link to the issue
Hello
Ok! And what's the problem?
Drop me exact link to the issue
Quote from Bartek on July 24, 2020, 11:37Hello,
The problem is still there. Changing the currency slots for the main currency does not work well ( https://prnt.sc/tnrh5x )I tried to change in different ways and currency, it works.
I use Polylang for translations.
Link - https://sklep.trecom.pl/monitory/
Hello,
The problem is still there. Changing the currency slots for the main currency does not work well ( https://prnt.sc/tnrh5x )
I tried to change in different ways and currency, it works.
I use Polylang for translations.
Quote from Pablo Borysenco on July 27, 2020, 09:27Hello
https://c2n.me/48xA2pG.jpg - I saw a problem with only one product. Try to disable all plugins except woocs+woo and do test please
Hello
https://c2n.me/48xA2pG.jpg - I saw a problem with only one product. Try to disable all plugins except woocs+woo and do test please
Quote from Bartek on July 27, 2020, 10:26Hello,
The problem is always with the first product in a category. Look here - https://sklep.trecom.pl/terminale-wideo/
And not the exact price in the product card. https://prnt.sc/tp4zdtI still have a question.
Automatic exchange rate supported in the free version?
Hello,
The problem is always with the first product in a category. Look here - https://sklep.trecom.pl/terminale-wideo/
And not the exact price in the product card. https://prnt.sc/tp4zdt
I still have a question.
Automatic exchange rate supported in the free version?
Quote from Pablo Borysenco on July 28, 2020, 09:45Hello
Did you do this test - https://c2n.me/48yA4oj.png
Automatic exchange rate supported in the free version? - Yes https://c2n.me/48yAaOj.png
Hello
Did you do this test - https://c2n.me/48yA4oj.png
Automatic exchange rate supported in the free version? - Yes https://c2n.me/48yAaOj.png
Quote from Bartek on July 31, 2020, 10:46When enabling only the woocs + woo plugins it is the same
When enabling only the woocs + woo plugins it is the same
Quote from Pablo Borysenco on July 31, 2020, 12:16Hello
It looks like a problem in the current theme. Try another theme
This cannot happen without a reason. You are the only one who wrote to us with this issue
Hello
It looks like a problem in the current theme. Try another theme
This cannot happen without a reason. You are the only one who wrote to us with this issue
Quote from Bartek on July 31, 2020, 12:38Hi,
Yes, I have already done such a test. New installation uploaded on the same theme and it's all ok.I make copies of this page and transfer it to my server and test there if there is a problem, I can pass data to the store and files for testing.
Hi,
Yes, I have already done such a test. New installation uploaded on the same theme and it's all ok.
I make copies of this page and transfer it to my server and test there if there is a problem, I can pass data to the store and files for testing.
Quote from Bartek on August 2, 2020, 11:27Hello,
Found out where the problem is.The problem is if I have automatic currency switching set after changing the language.
It is a function in the functions.php fileadd_filter('wp_head', function() {
$lang = get_locale();
global $WOOCS;
switch ($lang)
{case 'en_GB':
$WOOCS->set_currency('EUR');
break;
default:
$WOOCS->set_currency('PL');
break;
}
});If I write down the problem code there is no problem, but I need the prices to switch automatically.
Hello,
Found out where the problem is.
The problem is if I have automatic currency switching set after changing the language.
It is a function in the functions.php file
add_filter('wp_head', function() {
$lang = get_locale();
global $WOOCS;
switch ($lang)
{case 'en_GB':
$WOOCS->set_currency('EUR');
break;
default:
$WOOCS->set_currency('PL');
break;
}
});
If I write down the problem code there is no problem, but I need the prices to switch automatically.
Quote from Pablo Borysenco on August 3, 2020, 09:30Hello
Please check currency codes - http://en.wikipedia.org/wiki/ISO_4217#Active_codes
"PL" - use PLN
Hello
Please check currency codes - http://en.wikipedia.org/wiki/ISO_4217#Active_codes
"PL" - use PLN