Description
Display prices with a nice way.
Attributes
-
size – table width in fractions.
Example:
size=1/3
Default:1/2
-
style – table style.
Example:
style=featured
Allowed values:gray, dark, featured
Default:dark
-
title – table name.
Example:
title='Lite version'
Default: None -
price – price value.
Example:
price='299 USD'
Default:$0
-
comment – short comment for price.
Example:
comment='per month'
Default: None -
button – text on button.
Example:
button='Sign Up'
Default:Purchase
-
link – target URL for button.
Example:
link='http://google.com'
Default:#
-
target – target window.
Example:
target=blank
Default:parent
Demo
- 25 GB Storage
- Free Live Support
- Unlimited Users
- No Time Tracking
- 50 GB Storage
- Free Live Support
- Unlimited Users
- No Time Tracking
- 100 GB Storage
- Free Live Support
- Unlimited Users
- No Time Tracking
Source
[pricing-table size=1/3 title=Standard price=$9 comment='per month' button='Sign Up' link=#] <ul> <li>25 GB Storage</li> <li>Free Live Support</li> <li>Unlimited Users</li> <li>No Time Tracking</li> </ul> [/pricing-table] [pricing-table size=1/3 title=Premium style=featured price=$19 comment='per month' button='Sign Up' link=#] <ul> <li>50 GB Storage</li> <li>Free Live Support</li> <li>Unlimited Users</li> <li>No Time Tracking</li> </ul> [/pricing-table] [pricing-table size=1/3 title=Professional price=$59 comment='per month' button='Sign Up' link=#] <ul> <li>100 GB Storage</li> <li>Free Live Support</li> <li>Unlimited Users</li> <li>No Time Tracking</li> </ul> [/pricing-table]