Subversion Repositories SmartDukaan

Rev

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

Rev 12997 Rev 13006
Line 8... Line 8...
8
 * PRODUCT INFO : PRODUCT_DETAILS
8
 * PRODUCT INFO : PRODUCT_DETAILS
9
 * SEARCH : PRODUCT_SEARCH
9
 * SEARCH : PRODUCT_SEARCH
10
 * ----------------------------------------------------------------------
10
 * ----------------------------------------------------------------------
11
 */
11
 */
12
//http://173.255.251.247:18080
12
//http://173.255.251.247:18080
13
$config['curl_base_url'] = 'http://localhost:8080/mobileapi/';//'http://180.179.212.93/presta/prestashop/api/'; //localhost : http://localhost/2013/prestashop/api/
13
$config['curl_base_url'] = 'http://shop2020.in:8080/mobileapi/';//'http://180.179.212.93/presta/prestashop/api/'; //localhost : http://localhost/2013/prestashop/api/
14
$config['home']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','home_featured_product','recommended_accessories','home_menu'),'footer'=>array('footer_link'));
14
$config['home']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','home_featured_product','recommended_accessories','home_menu'),'footer'=>array('footer_link'));
15
 
15
 
16
$config['productlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_list','special_page','coming_soon','best_deals'),'footer'=>array('footer_link'));
16
$config['productlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_list','special_page','coming_soon','best_deals'),'footer'=>array('footer_link'));
17
$config['privatedeals']= array('header'=>array('top_menu','search_bar'),'response'=>array('private_deals'),'footer'=>array('footer_link'));
17
$config['privatedeals']= array('header'=>array('top_menu','search_bar'),'response'=>array('private_deals'),'footer'=>array('footer_link'));
18
$config['searchlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('search_list'),'footer'=>array('footer_link'));
18
$config['searchlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('search_list'),'footer'=>array('footer_link'));
Line 207... Line 207...
207
$config['insurance'] = 1.5;
207
$config['insurance'] = 1.5;
208
$config['topup-special'] = array(6,7,19,17);
208
$config['topup-special'] = array(6,7,19,17);
209
$config['DthIdAliasMap'] = array(0 => "Account Number :",1=>"VC Number :",2=>"Smart Card Number :",3=>"Smart Card Number :",4=>"Subscriber Id :",5=>"Customer Id :",26=>"Customer Id :");
209
$config['DthIdAliasMap'] = array(0 => "Account Number :",1=>"VC Number :",2=>"Smart Card Number :",3=>"Smart Card Number :",4=>"Subscriber Id :",5=>"Customer Id :",26=>"Customer Id :");
210
$config['username'] = array('letsgomo','shop2020');
210
$config['username'] = array('letsgomo','shop2020');
211
$config['password'] = array('reddevil','letsgomo123');
211
$config['password'] = array('reddevil','letsgomo123');
212
$config['cdn_version'] = 1.02;
212
$config['cdn_version'] = 1.05;
213
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
213
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
214
$config['email_params'] = array('protocol'  => 'smtp','smtp_host' => 'ssl://smtp.gmail.com','smtp_port' => 465,'smtp_user' => 'mobile@letsgomo.com','smtp_pass' => 'turbo124','charset'   => 'utf-8','Content-Type' =>'text/html');
214
$config['email_params'] = array('protocol'  => 'smtp','smtp_host' => 'ssl://smtp.gmail.com','smtp_port' => 465,'smtp_user' => 'mobile@letsgomo.com','smtp_pass' => 'turbo124','charset'   => 'utf-8','Content-Type' =>'text/html');
215
 
215
 
216
$config['ga_id']='UA-50253280-1';
216
$config['ga_id']='UA-50253280-1';
217
$config['ga_domain']='shop2020.in';
217
$config['ga_domain']='shop2020.in';