News:

AbanteCart v1.4.2 is released.

Main Menu

Report a bug and have a question

Started by terran9851, January 02, 2014, 07:20:16 AM

Previous topic - Next topic

terran9851

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.

abantecart

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.. 
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

terran9851

I did change the currency symbol from $ to ¥

Here is screenshot.

terran9851

It seems there is nothing to do with symbol.
Here is how it looks without symbol

abantecart

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.


Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -