=== Freemius Checkout === Contributors: ramiy, freemius Tags: freemius, checkout, buy button Requires at least: 4.0 Tested up to: 4.7 Stable tag: 1.0 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 Sell WordPress Plugins & Themes. Anywhere. Using Freemius Checkout "Buy Now" button. == Description == Freemius helps distributed software developers create prosperous subscription based businesses. It empowering developers to sell in minutes. With Freemius Checkout you can sell your digital products anywhere. This plugin allows you to embed a "Buy Now" button anywhere in your site using a simple WordPress shortcode. When embedded, the user will see a simple "Buy Now" button on the front-end. Clicking the button will open the checkout popup. = Usage = The plugin uses **[freemius_checkout]** shortcode to embed the "Buy Now" button. The shortcode is very customizable. To setup custom product, you can use the following attributes: * **name** - Your plugin/theme name. * **plugin_id** - Your plugin/theme ID on freemius. * **plan_id** - The plan you want to promote using this button. * **public_key** - Plugin/theme public key. * **image** - URL with the plugin/theme logo. Will be displayed on the popup. * **button** - The text to display on the button. Default is 'Buy Now'. * **button_id** - The button tag 'ID' attribute. Default is 'purchase'. * **button_class** - The button tag 'Class' attribute to add your own styling. `[freemius_checkout name="Press Elements" plugin_id="761" plan_id="1078" public_key="pk_fe2850d57f7d4f206aefaa106b91f" button="Buy Now"]` == Screenshots == 1. Freemius Checkout == Frequently Asked Questions == = Why is the checkout button not working? = The theme needs to use jQuery to display the checkout popup. If it doesn't enqueue jQuery, the button won't open the checkout popup. = What are the plugin requirements? = **Minimum Requirements** * WordPress version 4.0 or greater. * PHP version 5.3 or greater. * MySQL version 5.0 or greater. **Recommended Requirements** * The latest WordPress version. * PHP version 7.0 or greater. * MySQL version 5.6 or greater. == Changelog == = 1.0 = * Initial release. * Freemius checkout shortcode.