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.
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 to make it more understandable.
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
Code: Select all
$_['entry_value'] = 'Value:';
Code: Select all
$_['entry_value'] = 'Price Multiplier:';
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.
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.
Who is online
Users browsing this forum: No registered users and 6 guests