Pricing Table

See element example at Corsa Demosite.

Step 1: Add Pricing Table.

791.png

Step2: Set pricing column title, price and time.

Shortcode example #

[pricing_column title="Standard" price="$10" time="per month"]

463.png

Step 3: Set up features.

[pricing_row]Feature 1[/pricing_row] [pricing_row]Feature 2[/pricing_row]

464.png

Step 4: Set up button

[pricing_footer url="#" type="default" size="small, big or leave blank for normal"][/pricing_footer]

465.png

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="")