- This topic has 4 replies, 3 voices, and was last updated 8 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › eStore – currency symbol after the amount
Tagged: formated text, text
Hi, In hungary, the currency symbol is after the ammount forexample: 45 Ft. (not in the english version like Ft.45)
In the latest e-store version I changed in the “wp_eStore1.php” file:
I changed this original code:
return $symbol.number_format($price, 2, $decimal, $thousands_sep);
the changed code, my right code was:
return number_format($price, 2, $decimal, ‘,’) . $symbol;
And after I changed it, the currency symbol was the right place, after the amount.(100Ft.).
In the newest eStore version I can’t find this code to change the currency symbol place (to take after ammount).
Where is the code what take the currency place, and how can I change it?
Thanks, Barbara
Hi Barbara, We have made it a settings option now (no code change is necessary for it). Go to the following interface of eStore and configure it to your liking:
WP eStore Settings -> Advanced Settings -> Price Display Settings
Hi,
We solved the problem. It was easy.
Thanks!
Barbara
Hello,
I am having the same problema as him but… I do not know wy in my case is not solved.
Can you help me?
Thanks
Did configure the price format display in the settings menu of the plugin?
Post a link to the page where I can go and see the issue on your site.
Also specify what you have setup in the price format settings so I know what to expect vs what you are getting.