Hello! By default, all membership tiers list in order from least expensive to most expensive within the portal. I would like to change the order, starting with the most expensive down to the least expensive. How could I achieve this?
Hi. Portal is a separate React app that runs on top of Ghost. Because it lives in an iframe, it’s not easy to customize it.
If you’re self hosting, you can fork the Portal code (find it in @tryghost/ghost/apps) and load a different version.
Another option (that works for Ghost Pro sites too) is to add a page in your theme that displays the tiers exactly the way you want, and to use that instead of the Portal page.
There’s some information here that can help with that approach:
https://visioun.com/blog/how-to-create-a-custom-membership-pricing-page-in-ghost-5/
1 Like