AbanteCart Community

AbanteCart Development => Customization help => Topic started by: terran9851 on January 02, 2014, 07:20:16 AM

Title: Report a bug and have a question
Post 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.
Title: Re: Report a bug and have a question
Post by: abantecart on January 02, 2014, 09:29:41 PM
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.. 
Title: Re: Report a bug and have a question
Post by: terran9851 on January 04, 2014, 11:05:29 PM
I did change the currency symbol from $ to ¥

Here is screenshot.
Title: Re: Report a bug and have a question
Post by: terran9851 on January 04, 2014, 11:13:44 PM
It seems there is nothing to do with symbol.
Here is how it looks without symbol
Title: Re: Report a bug and have a question
Post by: abantecart on January 05, 2014, 01:27:55 PM
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:
Code: [Select]
<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.