Skip to content

Pricing

A component for displaying pricing tiers with the option to highlight a featured plan.

pricing.html pricing-dark.html

your_template.html
{% include 'components/pricing.html' %}

The pricing information is pulled from the STRIPE_PLANS variable in your config/settings.py file.

Tips

  • Consider using a three-tier pricing structure (good, better, best) to provide clear options at different price points. Read more here.