Pricing Table
Updated 2 years ago
See element example at Corsa Demosite.
Step 1: Add Pricing Table.

Step2: Set pricing column title, price and time.
Shortcode example #
[pricing_column title="Standard" price="$10" time="per month"]

Step 3: Set up features.
[pricing_row]Feature 1[/pricing_row] [pricing_row]Feature 2[/pricing_row]

Step 4: Set up button
[pricing_footer url="#" type="default" size="small, big or leave blank for normal"][/pricing_footer]

Shortcode example #
[pricing_table] [pricing_column title="Standard" price="$10" time="per month"] [pricing_row]Feature 1[/pricing_row] [pricing_row]Feature 2[/pricing_row] [pricing_footer url="#" type="default" size="small, big or leave blank for normal"]Signup[/pricing_footer] [/pricing_column] [pricing_column title="Business" price="$20" time="per month" type="featured"] [pricing_row]Feature 1[/pricing_row] [pricing_row]Feature 2[/pricing_row] [pricing_footer url="#" type="primary" size="small, big or leave blank for normal"]Signup[/pricing_footer] [/pricing_column] [/pricing_table]
pricing_column attributes:
- title
- price
- time
pricing_footer attributes:
- url
- type
- default
- primary
- size
- small
- big
- blank for normal (size="")