| Line 14... |
Line 14... |
| 14 |
'activestores' => array(
|
14 |
'activestores' => array(
|
| 15 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
15 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
| 16 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
16 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
| 17 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
17 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
| 18 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
18 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
| - |
|
19 |
'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5)
|
| 19 |
),
|
20 |
),
|
| 20 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
|
21 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues'),
|
| 21 |
'saholicapikey' => '21dtr022015',
|
22 |
'saholicapikey' => '21dtr022015',
|
| 22 |
// 'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
23 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
| 23 |
'saholicauthurl' => 'http://localmobile/autologin/',
|
24 |
// 'saholicauthurl' => 'http://localmobile/autologin/',
|
| 24 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
25 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
| 25 |
'admindashboardlimit' => 50,
|
26 |
'admindashboardlimit' => 50,
|
| 26 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
27 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
| 27 |
'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
|
28 |
'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
|
| 28 |
// 'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
|
29 |
// 'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
|
| Line 32... |
Line 33... |
| 32 |
'to' => 'anikendra.das@shop2020.in',
|
33 |
'to' => 'anikendra.das@shop2020.in',
|
| 33 |
'cc' => array('manas.kapoor@shop2020.in')
|
34 |
'cc' => array('manas.kapoor@shop2020.in')
|
| 34 |
),
|
35 |
),
|
| 35 |
'debugusers' => array(1,2),
|
36 |
'debugusers' => array(1,2),
|
| 36 |
'saholicoffline' => false,
|
37 |
'saholicoffline' => false,
|
| 37 |
'pmaurl' => "http://45.33.50.227:8081";
|
38 |
'pmaurl' => "http://45.33.50.227:8081"
|
| 38 |
);
|
39 |
);
|
| 39 |
|
40 |
|