How to Change the Currency Sign on the Membership Plans Page?
By default, pH7Builder displays the currency sign fist (e.g., $55).
However, unlike English, in "most" other languages the currency sign is after the amount (e.g., 55$).
You can change the order of the currency sign easily by editing ~/_YOUR-PROTECTED-FOLDER/app/system/modules/payment/views/base/tpl/main/membership.tpl
file.
Move {% $config->values['module.setting']['currency_sign'] %}
after {% $membership->price %}
as displayed on the below screenshot.
📝 Found a typo/something to add? Edit this Page ✍️