AbanteCart Community
AbanteCart Development => Extensions and Add-Ons => Languages and Zones => Topic started by: ZatarixYT on January 30, 2025, 11:33:01 AM
-
Hey,
Total price of the product is ok in US language
but,
Total price of the product loading infinity in French language:
-
There could be a language-specific issue with the price calculation in the French version. You should check the language settings or contact support to resolve the loading problem for the French language.
-
Hey,
Total price of the product is ok in US language
but,
Total price of the product loading infinity in French language:
Hello.
Were there any errors in the browser console, and what AbanteCart theme are you using?
-
Hi,
I use the default theme. I got 1 error in the console : "Uncaught SyntaxError: missing ) after argument list" index.php:680
-
I juste find it was in the translated text
Original : "Please Wait!"
Translate : "S'il vous plait, patientez..."
The (') and (,) Make an error in the code because ' or , has consequences on the code.