Author Topic: Report a bug and have a question  (Read 5027 times)

Offline terran9851

  • Newbie
  • *
  • Posts: 30
  • Karma: +4/-0
    • View Profile
Report a bug and have a question
« 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.

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Report a bug and have a question
« Reply #1 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.. 
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

Offline terran9851

  • Newbie
  • *
  • Posts: 30
  • Karma: +4/-0
    • View Profile
Re: Report a bug and have a question
« Reply #2 on: January 04, 2014, 11:05:29 PM »
I did change the currency symbol from $ to ¥

Here is screenshot.

Offline terran9851

  • Newbie
  • *
  • Posts: 30
  • Karma: +4/-0
    • View Profile
Re: Report a bug and have a question
« Reply #3 on: January 04, 2014, 11:13:44 PM »
It seems there is nothing to do with symbol.
Here is how it looks without symbol

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Report a bug and have a question
« Reply #4 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.


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

 

Powered by SMFPacks Social Login Mod