forked from sebastienserre/freemius-checkout-rewamped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·112 lines (74 loc) · 3.69 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
=== Simple Freemius Shop ===
Contributors: sebastienserre
Tags: freemius, checkout, e-shop, e-commerce, ecommerce
Requires at least: 4.6
Stable tag: 2.0.0
Requires PHP: 5.6
Tested up to: 5.2
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0
Sell WordPress Plugins & Themes. Anywhere. Using Freemius Checkout "Buy Now" button.
== Description ==
[Freemius](https://freemius.com/) empowers WordPress plugin/theme developers to sell in minutes, helping them create prosperous subscription based businesses.
With [Freemius Checkout](https://freemius.com/wordpress/checkout/) you can sell your digital WordPress products from anywhere.
This plugin allows anyone selling WordPress plugins or themes 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.
This Plugin is a fork of the original one [Checkout-Freemius](https://wordpress.org/plugins/checkout-freemius/) which add the possibility to add a button with WordPress Widget.
This plugin has been rewamped to add it a WordPress Widget.** It is now easiest to share your Freemius Products
= Usage =
The plugin uses **[freemius_checkout]** shortcode to embed the "Buy Now" button.
The shortcode is very customizable, to setup a 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 the button.
* **pricing_id** - The plan pricing level.
* **public_key** - Plugin/theme public key.
* **image** - The plugin/theme logo URL. Will be displayed in 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.
Example:
`[freemius_checkout name="Press Elements" plugin_id="761" plan_id="1078" pricing_id="928" public_key="pk_fe2850d57f7d4f206aefaa106b91f" button_id="purchase" button="Buy Now"]`
* add a CPT which allow you to have a post by product and a custom single template.
* New Widget to list your product where ever you want.
* New Shortcode to display your products where ever you want.
Sell Easily your digital Freemius products with WordPress
== 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.
= How to have all my products in my WordPress Website ?
Only the pro version allow this feature. You'll find (for the moment) a custom post type with a single template (customizable).
== Changelog ==
= 2.0.0 == 25 juin 2019
* Pro Version Released for free
= 1.3.9 == 18 nov 2018
* BUGFIX: Price was not display if no monthly price
= 1.3.8.1 == 30/09/2018
* BUGFIX: correct certains html markup pb.
= 1.3.8 == 29/09/2018
* BUGFIX: Decimal Price are well displayed
* Correct .pot with defined Pro TextDomain
* Correct French Translation
= 1.3.7 == 21/09/2018
* add .pot for Pro version
* add fr_FR translation for Pro
= 1.3.6 = 2nd of september 2018
* add Customer account shortcode
= 1.3.5 = 1st of september 2018
* add option to select shop page (Pro Version)
= 1.3.4 = 16 august 2018
* Fix bug in JS when several buttons in same page (Pro Version)
= 1.3.1/2/3 =
* Test Freemius Upgrade system :-/
=1.3.0 - 14 august 2018 =
* Add a Shortcode
= 1.2.0 - 13 august 2018 =
* Add a Widget
= 1.1 - 12 August 2018 =
* Add the Pro Version
* Re-organize code
= 1.0 =
* Initial release.
* Freemius checkout widget.