Pugs for Pinky

A foundation to help sick pugs and their Families.

Pricing Plans Shortcode

Pricing Plans Shortcode

How to add pricing plans to page/post

To add pricing plans to your page simply click on pricing plans shortcode button, that can be found integrated in default editor panel in visual mode. See image below.

[two_third] [/two_third] [one_third last=last]

Pricing Plans Settings

Pricing plans settings comes with simple text fields, where you can fill in title, price, offer text, button text and url and also color.

“Button Color” allows you to set color for call to action button, it will set same for all plans. You can make all buttons with different color by changing button color directly in shortcode code. But make sure you don’t cut any code! Color should be in following format, i.e.: #c62b02.

“Offers count” block allows you to set how many plans will be in table (in our example it is 3).

after you are done with settings, click “Insert” button.

Shortcode will be placed in content, inside your editor. Exactly where the syntax is placed depends on where your cursor is. So don’t forget to place cursor in correct place in your content, before adding shortcode.
[/one_third] [clear]

Shortcode Example:

[price_table_group]
[price_table title =”SMALL” price=”$47/month” button_text=”Order Now” button_url =”#” button_color=”#94b207″]

  • Up to 1000 users
  • Limited voters & votes
  • Limited ideas, comments
  • Moderation tools
  • Multiple sign-in / singup

[/price_table]
[price_table title =”MEDIUM” price=”$47/month” button_text=”Order Now” button_url =”#” button_color=”#c62b02″]

  • Up to 1000 users
  • Limited voters & votes
  • Limited ideas, comments
  • Moderation tools
  • Multiple sign-in / singup

[/price_table]
[price_table title =”PRO” price=”$47/month” button_text=”Order Now” button_url =”#” button_color=”#08a8d6″]

  • Up to 1000 users
  • Limited voters & votes
  • Limited ideas, comments
  • Moderation tools
  • Multiple sign-in / singup

[/price_table]
[/price_table_group][clear]

Back to top