Subversion Repositories SmartDukaan

Rev

Rev 14150 | Rev 14286 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14150 Rev 14224
Line 19... Line 19...
19
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
19
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
20
	'saholicapikey' => '21dtr022015',
20
	'saholicapikey' => '21dtr022015',
21
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
21
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
22
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
22
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
23
	'admindashboardlimit' => 50,
23
	'admindashboardlimit' => 50,
-
 
24
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
24
);
25
);
25
26