news

Don’t build! Buy a complete rails SaaS app.

Learn more

How can I change the order of the plans of my pricing page?

The plans on your pricing page are sorted by ascending amount by default.

You can change the position by adding an integer (1, 2, 3) to the position field of the plan (eg. Sjabloon::Plan.first.update position: 1). It orders by this position field in ascending order.

A Rails SaaS starter kit to build successful products