Subversion Repositories SmartDukaan

Rev

Rev 20680 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10582 lgm 1
<?php
2
/*
3
 * ----------------------------------------------------------------------
4
 * PARAMS FOR CURL REQUEST
5
 * STANDARD FUNCTION : HEADER : TOP_MENU, SEARCH_BAR, BREADCRUMB || FOOTER : AUTHENTICATION_BAR,SUBSCRIBE_BAR,SOCIAL_BAR,FOOTER_LINK
6
 * HOME : HOME_BANNER,HOME_FEATURED_PRODUCT,HOME_MENU
7
 * PRODUCT LIST : PRODUCT_LIST
8
 * PRODUCT INFO : PRODUCT_DETAILS
9
 * SEARCH : PRODUCT_SEARCH
10
 * ----------------------------------------------------------------------
11
 */
12
//http://173.255.251.247:18080
12104 anikendra 13
$config['curl_base_url'] = 'http://localhost:8080/mobileapi/';//'http://180.179.212.93/presta/prestashop/api/'; //localhost : http://localhost/2013/prestashop/api/
11169 lgm 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'));
10582 lgm 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'));
11805 anikendra 17
$config['privatedeals']= array('header'=>array('top_menu','search_bar'),'response'=>array('private_deals'),'footer'=>array('footer_link'));
10582 lgm 18
$config['searchlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('search_list'),'footer'=>array('footer_link'));
19
 
20
$config['productinfo']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_details'),'footer'=>array('footer_link'));
21
 
11171 lgm 22
$config['oauth_login']= array('header'=>array('top_menu','search_bar'),'response'=>array('login_process','login'),'footer'=>array('footer_link'));
23
$config['oauth_signup']= array('header'=>array('top_menu','search_bar'),'response'=>array('signup_process','signup'),'footer'=>array('footer_link'));
10582 lgm 24
$config['oauth_forgetpassword']= array('header'=>array('top_menu','search_bar'),'response'=>array('forgotpassword'),'footer'=>array('social_bar','footer_link'));
11677 lgm 25
$config['change_password']= array('header'=>array('top_menu','search_bar'),'response'=>array('password_process','changePassword'),'footer'=>array('footer_link'));
10582 lgm 26
//social integration
11705 amit.gupta 27
$config['oauth_social']['facebook']=array('id'=>'273800242824516','secretkey'=>'426f71236fcfe50bcc2c99dbe03f8a48');
10582 lgm 28
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
29
 
10843 lgm 30
$config['faq']= array('header'=>array('top_menu','search_bar'),'response'=>array('faq_list'),'footer'=>array('footer_link'));
31
$config['faq_list']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
32
 
13178 anikendra 33
$config['gosf']= array('header'=>array('top_menu'),'response'=>array(),'footer'=>array('footer_link'));
34
 
10582 lgm 35
//recharge
36
$config['recharge']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_list','mobile_operator','dth_operator','plan_map','recharge_confirmation','recharge_amount'),'footer'=>array('footer_link'));
37
$config['service']= array('header'=>array(),'response'=>array('service_provider'),'footer'=>array());
38
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
39
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
40
$config['rechargeConfirm']= array('header'=>array(),'response'=>array('recharge_confirm'),'footer'=>array());
13350 anikendra 41
$config['rechargeGetUser']= array('header'=>array(),'response'=>array('recharge_confirmation'),'footer'=>array());
10582 lgm 42
$config['rechargePayOptions']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_payOptions','recharge_paymentSubmit'),'footer'=>array('footer_link'));
43
$config['rechargeOrderConfirmation']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_orderconfirmation'),'footer'=>array('footer_link'));
12996 anikendra 44
$config['rechargeStatus']= array('header'=>array(),'response'=>array('recharge_status'),'footer'=>array());
10582 lgm 45
$config['rechargeFaq']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','recharge_faq'),'footer'=>array('footer_link'));
10889 lgm 46
$config['hdfcRecahrgeResponse']= array('header'=>array(),'response'=>array('hdfc_recharge_response'),'footer'=>array());
10582 lgm 47
//sub child of recharge
48
	$config['recharge_list']=array('url' =>array(), 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
49
	$config['recharge_confirmation']=array('url' =>'recharge!getUserForRecharge', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
50
	$config['mobile_operator']=array('url' => 'recharge!getAllMobileOperators', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
51
	$config['dth_operator']=array('url' => 'recharge!getAllDthOperators', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
52
	$config['plan_map']=array('url' => 'recharge!getPlanMapInJson', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
53
	$config['service_provider']=array('url' => 'recharge!getServiceProvider', 'params'=>array('deviceNumber','userId','isLoggedIn','serviceType'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
54
	$config['mobile_denominations']=array('url' => 'recharge!getAllDenominations', 'params'=>array('operatorId','userId','isLoggedIn','circleCode','denominationType'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
55
	$config['recharge_amount']=array('url' => 'recharge!getRechargeAmounts', 'params'=>array('rechargeAmount','userId','isLoggedIn','couponCode'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
56
	$config['recharge_confirm']=array('url' => 'recharge!createRecharge', 'params'=>array('operatorId','serviceType','rechargeAmount','userId','rechargeUserId','isLoggedIn','couponCode','ipAddress','plan','email','number'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
57
	$config['recharge_payOptions']=array('url' => 'recharge-pay-options', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
58
	$config['recharge_paymentSubmit']=array('url' => 'recharge-payment', 'params'=>array('rechargeOrderId','payment_option','name','line1','line2','city','state','pincode','phone'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
59
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
13013 anikendra 60
	$config['recharge_status']=array('url' => 'recharge-result!getRechargeStatus', 'params'=>array('rechargeOrderId','finalCall'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
10582 lgm 61
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
62
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
10889 lgm 63
	$config['hdfc_recharge_response']=array('url' => 'hdfc-recharge-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
10582 lgm 64
//cart
11517 lgm 65
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('cart_empty','carts'),'footer'=>array('footer_link'));
10582 lgm 66
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());
67
$config['cart_update']= array('header'=>array(),'response'=>array('updatecart'),'footer'=>array());
68
$config['cart_delete']= array('header'=>array(),'response'=>array('deletecart'),'footer'=>array());
69
$config['cart_coupon']= array('header'=>array(),'response'=>array('cartcoupon'),'footer'=>array());
70
$config['cart_couponclear']= array('header'=>array(),'response'=>array('cartcouponclear'),'footer'=>array());
71
$config['cart_insure']= array('header'=>array(),'response'=>array('cartinsure'),'footer'=>array());
72
//sub child of carts
73
	$config['updatecart']=array('url' => 'cart', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
74
	$config['addcart']=array('url' => 'cart', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
75
	$config['deletecart']=array('url' => 'cart', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
76
	$config['cartcoupon']=array('url' => 'edit', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
77
	$config['cartcouponclear']=array('url' => 'edit', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
78
	$config['cartinsure']=array('url' => 'cart!insureItem', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
79
 
80
/*checkout process**/
81
$config['billing']= array('header'=>array('top_menu','search_bar'),'response'=>array('billing_process'),'footer'=>array('social_bar','footer_link'));
11072 lgm 82
$config['orderconfirmation']= array('header'=>array('top_menu','search_bar'),'response'=>array('orderconfirmation_process'),'footer'=>array('footer_link'));
20618 amit.gupta 83
$config['orderconfirmation1']= array('response'=>array('orderconfirmation_process'));
11072 lgm 84
$config['paymenterror']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_error'),'footer'=>array('footer_link'));
85
$config['shipping']= array('header'=>array('top_menu','search_bar'),'response'=>array('shipping_process','pickup','carts'),'footer'=>array('footer_link'));
10582 lgm 86
$config['shipping_delete']= array('header'=>array(),'response'=>array('deleteAddress'),'footer'=>array());
87
$config['shipping_change']= array('header'=>array(),'response'=>array('changeAddress'),'footer'=>array());
11072 lgm 88
$config['shippingmethod']= array('header'=>array('top_menu','search_bar'),'response'=>array('shippingmethod_process','shippingmethod_submit'),'footer'=>array('footer_link'));
89
$config['payment']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_process','emi','payment_submit'),'footer'=>array('footer_link'));
20609 amit.gupta 90
$config['payment1']= array('response'=>array('payment_process1','payment_submit'));
10582 lgm 91
$config['ebsProcessing']= array('header'=>array(),'response'=>array('ebs_processing'),'footer'=>array());
92
$config['ebsResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
13350 anikendra 93
$config['payuResponse']= array('header'=>array(),'response'=>array('payu_response'),'footer'=>array());
10889 lgm 94
$config['hdfcResponse']= array('header'=>array(),'response'=>array('hdfc_response'),'footer'=>array());
95
$config['hdfcEmiResponse']= array('header'=>array(),'response'=>array('hdfc_emi_response'),'footer'=>array());
10582 lgm 96
$config['innovitiResponse']= array('header'=>array(),'response'=>array('innoviti_response'),'footer'=>array());
97
$config['insurance_info']= array('header'=>array(),'response'=>array('insuranceInfo'),'footer'=>array());
98
//sub child of checkout
99
	$config['billing_process']=array('url' => 'apiurl', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
100
	$config['orderconfirmation_process']=array('url' => 'pay-success', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
20680 amit.gupta 101
	$config['orderconfirmation_process1']=array('url' => 'pay-success', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
10582 lgm 102
	$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
103
	$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
104
	$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
105
	$config['changeAddress']=array('url' => 'cart!changeAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
106
	$config['payment_process']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
20609 amit.gupta 107
	$config['payment_process1']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
20882 amit.gupta 108
	$config['payment_submit']=array('url' => 'order', 'params'=>array('isLoggedIn','userId','payment_option','addressid', 'walletUsed'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
10582 lgm 109
	$config['ebs_processing']=array('url' => 'ebs-pay-processing', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
110
	$config['ebs_response']=array('url' => 'ebs-pay-response', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
13350 anikendra 111
	$config['payu_response']=array('url' => 'payu-pay-response', 'params'=>array('userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
10582 lgm 112
	$config['hdfc_response']=array('url' => 'hdfc-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
10889 lgm 113
	$config['hdfc_emi_response']=array('url' => 'hdfc-emi-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
10582 lgm 114
	$config['innoviti_response']=array('url' => 'innoviti-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
11525 lgm 115
	$config['emi']=array('url' => 'emi-schemes', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
10582 lgm 116
	$config['insuranceInfo']=array('url' => 'address!storeInsuranceDetails', 'params'=>array('dob','addressId','guardianName'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
117
 
118
/*myaccount**/
119
$config['contactUs']= array('header'=>array('top_menu','search_bar'),'response'=>array('contact_us'),'footer'=>array('footer_link'));
120
$config['myaccount']= array('header'=>array('top_menu','search_bar'),'response'=>array('account'),'footer'=>array('footer_link'));
121
$config['completed-orders']= array('header'=>array('top_menu','search_bar'),'response'=>array('closed'),'footer'=>array('footer_link'));
122
$config['order']= array('header'=>array('top_menu','search_bar'),'response'=>array('order_details'),'footer'=>array('footer_link'));
123
$config['failed-orders']= array('header'=>array('top_menu','search_bar'),'response'=>array('failed'),'footer'=>array('footer_link'));
124
$config['mypurchases']= array('header'=>array('top_menu','search_bar'),'response'=>array('purchases'),'footer'=>array('footer_link'));
125
$config['personal-details']= array('header'=>array('top_menu','search_bar'),'response'=>array('details'),'footer'=>array('footer_link'));
126
$config['my-wallet']= array('header'=>array('top_menu','search_bar'),'response'=>array('wallet'),'footer'=>array('footer_link'));
127
$config['my-recharges']= array('header'=>array('top_menu','search_bar'),'response'=>array('myrecharges'),'footer'=>array('footer_link'));
128
 
129
/* 
130
 * ----------------------------------------------------------------------
131
 * PARAMS FOR HOME PAGE
132
 * ----------------------------------------------------------------------
133
 */
134
$config['home_banner']=array('url' => 'banner', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
135
$config['top_menu']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
136
$config['home_featured_product']=array('url' => 'featured-list', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
137
$config['recommended_accessories']=array('url' => 'recommended-accessories', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
138
$config['home_menu']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
139
$config['auto_suggest']=array('url' => 'auto-suggest', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
140
 
141
/*
142
 * ----------------------------------------------------------------------
143
 * PARAMS FOR PRODUCT PAGE
144
 * ----------------------------------------------------------------------
145
 */
146
//$config['filter']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'[id,name]');
12159 anikendra 147
$config['product_list']=array('url' => 'category', 'params'=>array('isLoggedIn','userId','privateDealUser'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
148
$config['special_page']=array('url' => 'special-page', 'params'=>array('isLoggedIn','userId','privateDealUser'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
10582 lgm 149
$config['coming_soon']=array('url' => 'coming-soon', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
150
$config['best_deals']=array('url' => 'best-deals', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
12159 anikendra 151
$config['search_list']=array('url' => 'search', 'params'=>array('isLoggedIn','userId','privateDealUser'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
10582 lgm 152
$config['estimate_delivery']=array('url' => 'estimate', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
153
$config['anonymous']=array('url' => 'anonymous-user', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
154
$config['pickup']=array('url' => 'pickup-store', 'params'=>array(''),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
11845 anikendra 155
$config['private_deals']=array('url' => 'private-deals', 'params'=>array(''),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
10582 lgm 156
/*
157
 * ----------------------------------------------------------------------
12159 anikendra 158
 * PARAMS FOR PRODUCT INFO PAG
10582 lgm 159
 * ----------------------------------------------------------------------
160
 */
161
$config['product_details']=array('url' => 'entity', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
162
 
163
/*
164
 * ----------------------------------------------------------------------
165
 * PARAMS FOR AUTHORIZATION PAGE
166
 * ----------------------------------------------------------------------
167
 */
168
$config['login']=array('url' => 'login', 'params'=>array('email,passwd'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
169
$config['signup']=array('url' => 'register', 'params'=>array('email,passwd'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
170
$config['forgotpassword']=array('url' => 'forgot-password', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
11677 lgm 171
$config['changePassword']=array('url' => 'login-details', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
10582 lgm 172
 
173
/*
174
 * ----------------------------------------------------------------------
175
 * PARAMS FOR Cart PAGE
176
 * ----------------------------------------------------------------------
177
 */
12058 anikendra 178
$config['carts']=array('url' => 'cart', 'params'=>array('isLoggedIn','userId','Id','privateDealUser','autoApplicationOff'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
10582 lgm 179
 
180
/*
181
 * ----------------------------------------------------------------------
182
 * PARAMS FOR TrackOrder PAGE
183
 * ----------------------------------------------------------------------
184
 */
185
$config['contact_us']=array('url' => 'contact-us', 'params'=>array('communication_type','order_id','message','subject','userId','isLoggedIn','email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
186
$config['account']=array('url' => 'open-orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
187
$config['closed']=array('url' => 'order', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
188
$config['order_details']=array('url' => 'order', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
189
$config['failed']=array('url' => 'failed-orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
190
$config['purchases']=array('url' => 'purchases', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
191
$config['details']=array('url' => 'personal-details', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
192
$config['wallet']=array('url' => 'wallet', 'params'=>array('isLoggedIn','userId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
193
$config['myrecharges']=array('url' => 'my-recharges', 'params'=>array('isLoggedIn','userId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
194
$config['contact']=array('url' => 'contact-us', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
195
$config['modifyAddress']=array('url' => 'order!modifyAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
196
$config['returnProduct']=array('url' => 'contact-us/to_return', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
197
$config['cancelOrder']=array('url' => 'contact-us/to_cancel', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
198
$config['deliveryProblem']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
199
$config['paymentStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
200
$config['orderStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
201
 
202
 
10843 lgm 203
 
204
 
10582 lgm 205
$config['authentication_bar']=array('render'=>'yes');
206
$config['subscribe_bar']=array('render'=>'yes');
207
$config['social_bar']=array('render'=>'yes');
11171 lgm 208
$config['login_process']=array('render'=>'yes');
11677 lgm 209
$config['password_process']=array('render'=>'yes');
11171 lgm 210
$config['signup_process']=array('render'=>'yes');
11517 lgm 211
$config['cart_empty']=array('display'=>'full','render'=>'yes');
10582 lgm 212
$config['footer_link']=array('render'=>'yes');
213
$config['search_bar']=array('render'=>'yes');
10719 lgm 214
$config['recharge_icons']=array('render'=>'yes');
10582 lgm 215
$config['limit'] = 10;
216
$config['insurance'] = 1.5;
217
$config['topup-special'] = array(6,7,19,17);
218
$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 :");
219
$config['username'] = array('letsgomo','shop2020');
220
$config['password'] = array('reddevil','letsgomo123');
18238 manish.sha 221
$config['cdn_version'] = 1.34;
11627 amit.gupta 222
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
11538 anikendra 223
$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');
11683 amit.gupta 224
 
225
$config['ga_id']='UA-21662919-1';
11805 anikendra 226
$config['ga_domain']='saholic.com';
15750 anikendra 227
$config['profitmandi_token_validation_url'] = 'http://50.116.3.101:8080/mobileapi/login!validateAuthToken?authToken=';