You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 3.1.1 Release
+ upping the version number and validated that updater catches
+ logger var needs to be declared a global in the class or doesn't get set as global until called, which is causing problems with downstream dependencies
+ same thing with the api global var
+ added some notes
* adding better merging
* updating readme for install
* fixed typo
Copy file name to clipboardExpand all lines: README.md
+58-21Lines changed: 58 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,40 +10,77 @@ You can sell specific products on specific pages of your website, or define a 'p
10
10
11
11
### Installation
12
12
13
-
**Install the Widget**
13
+
#### Install Plugin
14
14
15
-
Install the plugin, then activate it. Once activated, configure the Widget:
15
+
* Go to the [GitHub repository](https://github.com/HeyPublisher/amazon-book-store) and download the plugin.
16
16
17
-
* First, drag the 'Amazon Book Store' widget to your sidebar.
18
-
* Where prompted, set the "Title" you want displayed above the widget
19
-
* Select how many products you want to offer for sale at one time within the widget, 1 or 2.
17
+
* Click on the Download ZIP link and save it in your `wp-content/plugins` directory.
18
+

20
19
21
-
**Configure the ASIN pool**
20
+
* Extract the files to a sub-directory called `support-great-writers`. _This will ensure you can install from either WordPress or GitHub without conflict._
22
21
23
-
Navigate to 'Settings' -> 'Amazon Book Store'. Input your Amazon Affiliate ID and country, the add the ASINs for the products you want to be displayed in the widget. See [How to Find Amazon ASINs](https://www.amazon.com/gp/seller/asin-upc-isbn-info.html) for more information. There are two categorizations of settings:
22
+
*Using cURL, you can do all of the above with one command:*
24
23
25
-
* POST Specific: When set, these products will be offered for sale when users read the associated POST.
26
-
* Default: If the request is to a POST that does not have specific ASINs defined, the widget will display products from this group.
***How many ASINs can I use per POST?** The widget allows a maximum of 10 ASINs per POST.
81
+
***But the plugin only shows 2 products at a time?** If you have more ASINs configured than the plugin can display, it will randomize the products to display.
82
+

83
+
***How can I track if people are clicking or buying?** Login to your [Amazon Affiliate](https://affiliate-program.amazon.com) account and look for the Affiliate ID you used in the Settings. Clicks can sometimes take up to 24 hours to display in your Affiliate report.
84
+
***How does the plugin decide which ASINs to display?** The plugin will use the following logic.
85
+

86
+
***What if I find a bug?**[Tell us about it](https://github.com/HeyPublisher/amazon-book-store/issues). You can create an issue at GitHub and we will fix it as soon as possible.
0 commit comments