Customization

Setting up McJiffy EASy is all done through a simple configuration file. The default configuration file is found under the "sites" directory. The sites directory can contain multiple configuration files to be used with Multi-site hosting.

Below is a run down of the different variables in the configuration file.

$AppId - your production key associated with your eBay Developer account

$site['account'] - your campaign idea from your eBay Affiliate account

$site['title'] - title of your site

$site['theme'] - the name of the template used for this site. This corresponds to a folder name under the "themes" directory.

$site['slogan'] - slogan text to appear for your site

$site['pagesize'] - number of product items to display per page

$site['mainkeywords'] - comma seperated list of keywords. This list will be used to seed the dynamic keyword creation functions.

Optional Configuration - these can still be set on a per site basi

$site['ebaycat'] - limit the product listings to a particular category by entering the ebay category id

$site['auctiontype'] - limit product listings to specific types of product listings: 0 = auction and buy it now listings, 1 = auction listings only, 2 = buy it now listings only

$site['minprice'] - limit product listings to only listings with a price above this minimum price.

$site['maxprice'] - limit product listings to only listings with a price below this maximum price.

$site['sortby'] - order the product listings by using one of the following codes
1&fsoo=1     = Time: ending soonest
2&fsoo=2     = Time: newly listed
34&fsoo=1    = Price + Shipping: lowest first
34&fsoo=2    = Price + Shipping: highest first
32&fsoo=2    = Best Match

 cache lifetime of keyword lookup
$site["CACHE_KEYWORD_TIME"] = 604800; // 7 days in seconds

cache lifetime of ebay items
$site["CACHE_ITEMS_TIME"] = 300; // 5 minutes in seconds

force using a specific country
comment out this setting if you want the country to automatically be detected
available countries, en-us, en-au, en-ca, en-gb, en-it, fr-fr, be-fr, nl-nl, zh-sg, zh-hk, it-it, es-es
$site["country"] = "en-us";