AbanteCart Community

AbanteCart Development => Extensions and Add-Ons => Languages and Zones => Topic started by: ZatarixYT on January 30, 2025, 11:33:01 AM

Title: Infinit total product price loading
Post 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:
Title: Re: Infinit total product price loading
Post by: Manya Kapoor on February 10, 2025, 12:55:54 AM
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.
Title: Re: Infinit total product price loading
Post by: Basara on February 10, 2025, 02:49:37 AM
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?
Title: Re: Infinit total product price loading
Post by: ZatarixYT on February 18, 2025, 10:50:32 AM
Hi,

I use the default theme. I got 1 error in the console : "Uncaught SyntaxError: missing ) after argument list"              index.php:680
Title: Re: Infinit total product price loading
Post by: ZatarixYT on February 18, 2025, 12:26:24 PM
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.