WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Currency and prise layout
- AuthorPosts
- 23 March, 2015 at 1:34 pm #8645
Hi
When adding an item to the card or viewing them in the order page prices are shown “kr XX”.
In Denmark it is usually shown with currency with a trailing dot “kr.” and after the price.
Any way to change it?/Lars
23 March, 2015 at 1:48 pm #8646wppizza->layout: All other [cart, order page, email] currency symbols
23 March, 2015 at 1:50 pm #8647if you really must have a dot you’ll have to use some pseudo css:after selector though
23 March, 2015 at 9:56 pm #8662Thanks for the reply.
Yes the dot and also showing the price in this style “79,-” after is common here.
And removing currency all together and add it with :after seems to be the only way./Lars
24 March, 2015 at 1:52 pm #8682for the time being, you will have to live with it as is, but i put it on my list of requests. maybe i can add an option at some point to display .00 as .–
regarding dots after the kr you can use a filter . namely
wppizza_filter_currencies located in common.output.formatting.functions.inc.php24 March, 2015 at 4:50 pm #8689in fact, there is also a filter (in the same file)
wppizza_filter_output_format_priceyou can use to do your x.– if you want
- AuthorPosts
- The topic ‘Currency and prise layout’ is closed to new replies.