Pricing Table shortcode can be very useful when you need to add some price tables to your site. Add pricing table shortcode to the column shortcode and create tables of any width you need. In addition, you can use Container shortcode to align vertical Pricing tables when Pricing table shortcode is used within a column.
CONTAINER
[pri-table][/pri-table]
Parameters: none;
Other Parameters: none;
Default: none.
PRICING HEADER
[pri-header title="Header Title"]
Parameters: title;
Other Parameters: titlecolor, background, fontsize;
Default: title=”Header Title”, titlecolor=none, background=none, fontsize=none.
PRICING PRICE
[pri-price price="$60"]
Parameters: price;
Other Parameters: titlecolor, background, fontsize, del_price, del_font;
Default: price=”$60″, titlecolor=none, background=none, fontsize=none, del_price=none, del_font=none.
PRICING BOX
[pri-box title="Box Title"]
Parameters: title;
Other Parameters: titlecolor, background, fontsize;
Default: title=”Box Title”, titlecolor=none, background=none, fontsize=none.
PRICING LINK
[pri-link title="Link Title" url="http://www.cuckoothemes.com"]
Parameters: title, url;
Other Parameters: titlecolor, background, fontsize, target;
Default: title=”Link Title”, url=”http://www.cuckoothemes.com”, target=none, titlecolor=none, background=none, fontsize=none.