How to Change the Currency Sign on the Membership Plans Page?

By default, pH7Builder displays the currency sign fist (e.g., $55).

Change currency sign on the membership page
Change currency sign on the membership page

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.

Move the currency sign after the price from membership template
Change the Currency Sign on the Membership Page

 


📝 Found a typo/something to add? Edit this Page ✍️

GitHub