by jekkilekki on WordPress.org
This is probably the SIMPLEST Pricing Tables plugin you'll ever use. Just type an ordered list of ordered lists within the shortcode tags.

The default view of the Pricing Tables
I’ve wanted to add SIMPLE Pricing Tables to my website for a while but many of the
plugins I tried out were either Freemium (requiring me to purchase the full version
in order to unlock the full functionality) or more complicated than I actually wanted.
THIS plugin is exceptionally simple.
[jkl-pricing-table] ... [/jkl-pricing-table]
ordered list for your Pricing TableRequires WordPress 3.5 and PHP 5.
If you want to help translate the plugin into your language, please have a look
at the .pot file which contains all definitions and may be used with a [gettext]
editor.
If you have created your own language pack, or have an update of an existing one,
you can send your [gettext .po or .mo file] to me so that I can bundle it in the
plugin.
If you have questions about, problems with, or suggestions for improving this
plugin, please let me know at the WordPress.org support forums
Want updates about my other WordPress plugins, themes, or tutorials? Follow me @jekkilekki
This plugin uses:
This program is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
Floor, Boston, MA 02110-1301 USA
within the tags
item and hit return
in to add the remainder of your content for the first table
to write the heading of your second table[jkl-pricing-table]
- Basic
- $150
- Logo only
- Content 1
- Content 2
- Deliverables
- Select Now
- Business
- $250
- Logo + Business Cards
- Content 1
- Content 2
- Deliverables
- Select Now
[/jkl-pricing-table]
The plugin uses jQuery to dynamically add the following CSS classes to the ordered
list elements. Use these classes in your Custom CSS if you want to change things.
.pricing-table = Each first level ordered list item (
).price = The FIRST second level list item (
).description = The SECOND second level list item.deliverables = The SECOND-TO-LAST second level list item.cta-button (Call To Action button) = The LAST second level list item (it should be an link).button = The link in the .cta-button list itemWhen applying custom CSS to change the design of your plugin, please reference these
classes as .pricing-table .class
[jkl-pricing-table]
- Basic
- $150
- Logo only
- Content 1
- Content 2
- Deliverables
- Select Now
- Business
- $250
- Logo + Business Cards
- Content 1
- Content 2
- Deliverables
- Select Now
[/jkl-pricing-table]