AbanteCart Community
AbanteCart Development => Customization help => Topic started by: terran9851 on January 02, 2014, 07:20:16 AM
-
I am adding a new product. After I set the price to 4000$, in the home page, $4000 becomes "4the_thousandpoint", and it is not in the price tag.
I also have a question.
In the product page, there are two tabs. one is "description" and another is "review". Could I add one or several tabs? Is this kind of feature built-in?
Thank you very much and happy a new year.
-
Happy a new year!
Can you post a screen shot to the page where you see price issue? I am not completely understand what is happening
Did you edit currency format?
For the tabs. You can add tabs only by editing code or with extension hooking to core file..
-
I did change the currency symbol from $ to ¥
Here is screenshot.
-
It seems there is nothing to do with symbol.
Here is how it looks without symbol
-
Something happened to your language. You have definitions missing.
Open storefront/language/[LANGUAGE]/[LANGUAGE].xml
or extensions/[LANGUAGE]/storefront/language/[LANGUAGE]/[LANGUAGE].xml
Look for:
<definition>
<key>thousand_point</key>
<value><![CDATA[,]]></value>
</definition>
If you are missing this file or missing this definition you need to add/restore.
1. Need to make sure you have correct translation file.
2. Delete all entries from language_definition table
3. Clear cache.