Marketing

Pricing Widget

Feature Docs

Display pricing plans in beautiful layouts. Supports cards, comparison table, and minimal styles. Perfect for SaaS pricing pages, service offerings, and subscription plans.

Cards Layout

Card-based grid layout, ideal for 2-4 pricing plans.

Code
<?php echo PricingWidget::widget([ 'layout' => 'cards', ]); ?>
Live Demo

Starter

Perfect for individuals and small projects

€9.99/mo
  • Up to 5 pages
  • Basic analytics
  • Email support
  • 1 GB storage
  • SSL certificate

Enterprise

For large organizations with custom needs

Custom
  • Everything in Professional
  • Unlimited storage
  • 24/7 phone support
  • Dedicated account manager
  • Custom integrations
  • SLA guarantee
  • On-premise option
  • Training sessions

Comparison Table

Feature comparison table showing all plans side by side.

Code
<?php echo PricingWidget::widget([ 'layout' => 'table', ]); ?>
Live Demo
Starter
Professional
Most Popular
Enterprise
Price€9.99/mo€29.99/moContact Us
Up to 5 pages
Basic analytics
Email support
1 GB storage
SSL certificate
Unlimited pages
Advanced analytics
Priority support
10 GB storage
Custom domain
SEO tools
API access
Everything in Professional
Unlimited storage
24/7 phone support
Dedicated account manager
Custom integrations
SLA guarantee
On-premise option
Training sessions
Get StartedStart Free TrialContact Sales

Minimal Layout

Clean, text-focused minimal layout.

Code
<?php echo PricingWidget::widget([ 'layout' => 'minimal', ]); ?>
Live Demo

Starter

€9.99/mo
Get Started

Professional

€29.99/mo
Start Free Trial

Enterprise

Custom
Contact Sales

Configuration Options

OptionTypeDefaultDescription
layoutstringcardsLayout: cards, table, minimal
titlestringnullOptional section title
subtitlestringnullOptional subtitle
showBillingToggleboolfalseShow monthly/yearly toggle
plansarraynullCustom plans array (overrides query)