Currency Position for GBP
-
I don’t know if anybody else had a problem with this but since the latest update to Version 1.7.15 the pound sterling symbol was being displayed on the right of the value when it should be displayed on the left.
A simple fix, edit line 16 of the currencies.php file. You’ll find in in the includes folder of the plugin.
Change it from
'position' => 'right'
to
'position' => 'left'According to the update documentation there is a reference to the position of the currency but it made no sense to me.
http://www.paidmembershipspro.com/2014/11/critical-security-update-pmpro-v1-7-15/
Being more of a designer than a coder if there’s an easier way to change this then let me know because I couldn’t find it.
The topic ‘Currency Position for GBP’ is closed to new replies.