Easy Niche Store Setup
In order to use the Mini Store Script for your own mini sites, you must own a valid copy of Easy Niche Store. Mini Store Script was built specifically to use Easy Niche Store to display eBay listings because of its excellent performance and ease of use.
The trial version of Easy Niche Store is distributed with Mini Store Script. The trial version only shows 7 eBay listings and you cannot use your own Commission Junction PID.
Follow these steps only after you have purchased Easy Niche Store. The trial version is already configured for you so you can see for yourself how easy Mini Store Script is to use.
Replace the easynichestore.php file in your master template folder with the copy you received when you bought Easy Niche Store.
In this step, you will be modifying the Easy Niche Store script so that it uses the Mini Store script configuration variables instead of hard-coded values. Doing this allows Mini Store script to control the eBay listings that are shown on your mini site based on the dynamic keywords in your keyword list.
You will be modifying a PHP script, but don't freak out if you've never done this before. It's easy! Plus, you only have to do this one time.
- Make a copy of your Easy Niche Store script file (easynichestore.php) and paste it into your Mini Store Script master template folder. Refer to the installation instructions if you haven't created your master template folder.
- Open the Easy Niche Store script file in a text editor, such as Notepad. Make sure you open the copy that's in your master template folder.
- Replace the following variables in easynichestore.php:
Find This Replace With This $cjpidcode="2612138"; $cjpidcode=$cfg['cj-pid']; $cjsid=""; $cjsid=$cfg['cj-sid']; $ebayusername="vincenz2001"; $ebayusername=$cfg['ebay-username']; $cat="15057"; $cat=$cfg['category']; $clickbank_name=""; $clickbank_name=$cfg['clickbank-username']; $show="15"; $show=$cfg['products-to-display']; $ebayminprice=""; $ebayminprice=$cfg['min-price']; $ebaymaxprice=""; $ebaymaxprice=$cfg['max-price']; $search="*"; $search=$cfg['keyword']; - Save the Easy Niche Store script file.

