Page 1 of 1
OC new user ask for help
Posted: Wed Mar 25, 2009 1:40 pm
by Justin
Hello
I am a OC new user, chinese.
I have a problem about product price,
here it is:
I set Catalog>Product>Data>Price=78(Tax Class=none;Weight=0;with all Extensions>Shipping & Order Total are uninstalled)
Buy the Price in the online shop still display 118.06.
Thanks for answer!
Thanks opencart.com.
Re: OC new user ask for help
Posted: Wed Mar 25, 2009 1:52 pm
by iloveopencart
Hi Justin,
Simply go to
Admin > Configuration > Localization > Currency. Select the currency you have set to default and modify the
value field to 1.00. The
value field is a
multiplier. For example, if your price is $80 and the
value is set to 1.25, then the catalog will show $100. So by setting
value to 1.00, you're only multiplying your price by 1. That should take care of your problem.
I actually edited the
/admin/language/YOUR LANG/localisation/currency.php language file and changed
to
Code: Select all
$_['entry_value'] = 'Price Multiplier:';
to make it more understandable.
Re: OC new user ask for help
Posted: Wed Mar 25, 2009 3:49 pm
by Justin
Thank you iloveopencart
It is so kind of you to answer my quesion, thx. With your answer the problem has been Terminated.
This highly efficient and friendly OC forum touch me to my heart.
And if there are any need when develop a chinese plug-in I will do my best.
Thank's iloveopencart again.