Section & Variations › Pricing

Available Parameters
Parameter Type Description
variation Text
required
Default : footer-variation-1
Selected variations for Pricing section.
List of available variations :
  • footer-variation-1
  • footer-variation-2
  • footer-variation-3
  • footer-variation-4
description Text Set description for Pricing section
billingOption1 Billing Option Object
required
Set attributes Billing Option 1.
Example:
{
    "label"        : "Montly",
    "description"  : "Billed montly"
}
billingOption2 Billing Option Object Set attributes Billing Option 2.
Example:
{
    "label"        : "Montly",
    "description"  : "Billed montly"
}
billingActive Number
Default : 1
Number of selected Billing Option.
items Array of Pricing Item
required
Set list of pricing item.
Example:
[
    {
        "title"          : "Starter",
        "description"    : "For individual user",
        "currency"       : "$",
        "price" : [
            8, 80
        ],
        "featureTitle"   : "This plan includes:",
        "features"       : [
            "2 team members",
            "1,000 Contacts & Companies",
            "5 Campaign Workflows",
            "5 Nodes Per Campaign",
            "2 Automation Rules (Triggers)"
        ],
        "cta"    : [
            {
                "text" : "Get started ",
                "link" : "#",
                "classes"    : "btn btn-primary btn-icon"
            }
        ]
    }
]
Available Variations
Starter Kit Codes
{# include sections/pricing  #}
{% include "sections/pricing.twig", with {
    	"variation"	 : "pricing-variation-1",
	"title"		 : "Our Pricing",
	"description"	 : "All of our plans are customized to fit the needs of small and large teams.",
	"billingOption1"	: {
		"label"		 : "Montly",
		"description"	 : "Billed montly"
	},
	"billingOption2"	: {
		"label"		 : "Yearly",
		"description"	 : "Billed yearly"
	},
	"billingActive"	 : 2,
	"items"		: [
		{
			"title"			: "Starter",
			"description"		: "For individual user",
			"currency"		: "$",
			"price"	: [
				8, 80,
			],

			"featureTitle"	: "This plan includes:",
			"features"	: [
				"2 team members",
				"1,000 Contacts & Companies",
				"5 Campaign Workflows",
				"5 Nodes Per Campaign",
				"2 Automation Rules (Triggers)",
			],

			"cta" : [
				{
					"text"	: "Get started <i class=\"ic ic-chevron-right\"></i>",
					"link"	: "#",
					"classes"	: "btn btn-primary btn-icon",
				},
			],
		},
		{
			"title"			: "Professional",
			"description"		: "Best for small-medium team",
			"currency"		: "$",
			"price"	: [
				87, 850,
			],

			"featureTitle"	: "This plan includes:",
			"features"	: [
				"10 team members",
				"2,500 Contacts & Companies",
				"5 Campaign Workflows",
				"10 Nodes Per Campaign",
				"5 Automation Rules (Triggers)",
			],

			"cta" : [
				{
					"text"	: "Get started <i class=\"ic ic-chevron-right\"></i>",
					"link"	: "#",
					"classes"	: "btn btn-primary btn-icon",
				},
			],
		},
		{
			"title"			: "Enterprice",
			"description"		: "Perfect for enterprice",
			"currency"		: "$",
			"price"	: [
				188, 1800,
			],

			"featureTitle"	: "This plan includes:",
			"features"	: [
				"Unlimited team members",
				"5,000 Contacts & Companies",
				"25 Campaign Workflows",
				"20 Nodes Per Campaign",
				"15 Automation Rules (Triggers)",
			],

			"cta" : [
				{
					"text"	: "Get started <i class=\"ic ic-chevron-right\"></i>",
					"link"	: "#",
					"classes"	: "btn btn-primary btn-icon",
				},
			],
		},
	]
  } %}
Section Preview Pricing Variation 1
Starter Kit Codes
{# include sections/pricing  #}
{% include "sections/pricing.twig", with {
    	"variation"	 : "pricing-variation-2",
	"title"		 : "Pricing Plans",
	"description"	 : "At Worthy, we are dedicated to delivering exceptional solutions that cater to the needs of our valued customers.",
	"billingOption1"	: {
		"label"		 : "Montly",
		"description"	 : ""
	},
	"billingActive"	 : 1,
	"items"	 : [
		{
			"title"		 : "Basic",
			"currency"	 : "",
			"price"	 : [
				"Free"
			],
			"features"	 : [
				"2 public users",
				"3 apps",
				"500 updates/month",
				"250MB storage"
			],
			"cta"	 : [
				{
					"text"	 : "Get started <i class=\"ic ic-chevron-right\"></i>",
					"link"	 : "#",
					"classes"	 : "btn btn-primary btn-icon"
				},
				{
					"text"	 : "Learn more",
					"link"	 : "#",
					"classes"	 : ""
				}
			]
		},
		{
			"title"		 : "Starter",
			"currency"	 : "$",
			"price"	 : [
				24
			],
			"features"	 : [
				"10 public users",
				"5 apps",
				"1,000 updates/month",
				"5GB storage"
			],
			"cta"	 : [
				{
					"text"	 : "Get started <i class=\"ic ic-chevron-right\"></i>",
					"link"	 : "#",
					"classes"	 : "btn btn-primary btn-icon"
				},
				{
					"text"	 : "Learn more",
					"link"	 : "#",
					"classes"	 : ""
				}
			]
		},
		{
			"title"		 : "Pro",
			"currency"	 : "$",
			"price"	 : [
				88
			],
			"features"	 : [
				"50 public users",
				"10 apps",
				"5,000 updates/month",
				"50GB storage"
			],
			"cta"	 : [
				{
					"text"	 : "Get started <i class=\"ic ic-chevron-right\"></i>",
					"link"	 : "#",
					"classes"	 : "btn btn-primary btn-icon"
				},
				{
					"text"	 : "Learn more",
					"link"	 : "#",
					"classes"	 : ""
				}
			]
		}
	]
  } %}
Section Preview Pricing Variation 2
Starter Kit Codes
{# include sections/pricing  #}
{% include "sections/pricing.twig", with {
    	"variation"	 : "pricing-variation-3",
	"title"		 : "Pricing Plans",
	"description"	 : "At Worthy, we are dedicated to delivering exceptional solutions that cater to the needs of our valued customers.",
	"billingOption1"	: {
		"label"		 : "Montly",
		"description"	 : "per month per user"
	},
	"billingOption2"	: {
		"label"		 : "Yearly",
		"description"	 : "per year per user"
	},
	"billingActive"	 : 1,
	"items"	 : [
		{
			"customClasses": "featured",
			"title"		 : "<i class=\"ic ic-balloon\"></i> Basic",
			"description"	 : "Ideal for small businesses and startups lorem ipsum dolor set amet.",
			"currency"	 : "$",
			"price"	 : [
				18, 180
			]
		},
		{
			"title"		 : "<i class=\"ic ic-rocket\"></i> Pro",
			"description"	 : "Perfect for growing businesses lorem ipsum dolor set amet.",
			"currency"	 : "$",
			"price"	 : [
				38, 380
			]
		}
	],
	"cta"	 : "<a href=\"" class=\"btn btn-primary btn-icon">Start for free <i class=\"ic ic-chevron-right\"></i></a>"
  } %}
Section Preview Pricing Variation 3