Subversion Repositories SmartDukaan

Rev

Rev 12763 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12694 anikendra 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
13
// $config['curl_base_url'] = 'http://192.168.203.222:8080/mobileapi/';
14
$config['curl_base_url'] = 'http://shop2020.in:8080/mobileapi/';
15
$config['home']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','home_featured_product','recommended_accessories','home_menu'),'footer'=>array('footer_link'));
16
 
17
$config['productlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_list','special_page','coming_soon','best_deals'),'footer'=>array('footer_link'));
18
$config['privatedeals']= array('header'=>array('top_menu','search_bar'),'response'=>array('private_deals'),'footer'=>array('footer_link'));
12763 anikendra 19
$config['searchlist']= array('header'=>array('top_menu','search_bar','loggeduser'),'response'=>array('search_list'),'footer'=>array('footer_link'));
12694 anikendra 20
 
12763 anikendra 21
$config['productinfo']= array('header'=>array('top_menu','search_bar','loggeduser'),'response'=>array('product_details'),'footer'=>array('footer_link'));
12694 anikendra 22
 
13032 anikendra 23
$config['fos_login']= array('header'=>array('top_menu','search_bar'),'response'=>array('login_process','foslogin'),'footer'=>array('footer_link'));
24
$config['fos_dashboard']= array('header'=>array('top_menu','search_bar'),'response'=>array(),'footer'=>array('footer_link'));
25
$config['fos_signupcounter']= array('header'=>array('top_menu','search_bar'),'response'=>array('signup_process','fossignup'),'footer'=>array('footer_link'));
26
$config['fos_confirmcounter']= array('header'=>array('top_menu','search_bar'),'response'=>array(),'footer'=>array('footer_link'));
27
$config['fos_searchcounter']= array('header'=>array('top_menu','search_bar'),'response'=>array('search_process','search_counter'),'footer'=>array('footer_link'));
28
$config['fos_getcounterusers'] = array('header'=>array('top_menu','search_bar'),'response'=>array('search_process','search_user'),'footer'=>array('footer_link'));
29
$config['fos_loginas']= array('header'=>array('top_menu','search_bar'),'response'=>array(),'footer'=>array('footer_link'));
30
$config['fos_changeuser']= array('header'=>array('top_menu','search_bar'),'response'=>array(),'footer'=>array('footer_link'));
12732 anikendra 31
$config['search_counter'] = array('url' => 'counter', 'params'=>array('type','q'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
32
$config['search_user'] = array('url' => 'counter!getUsers', 'params'=>array('counter_id'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
12694 anikendra 33
 
34
$config['oauth_login']= array('header'=>array('top_menu','search_bar'),'response'=>array('login_process','login'),'footer'=>array('footer_link'));
35
$config['oauth_signup']= array('header'=>array('top_menu','search_bar'),'response'=>array('signup_process','signup'),'footer'=>array('footer_link'));
36
$config['oauth_forgetpassword']= array('header'=>array('top_menu','search_bar'),'response'=>array('forgotpassword'),'footer'=>array('social_bar','footer_link'));
37
$config['change_password']= array('header'=>array('top_menu','search_bar'),'response'=>array('password_process','changePassword'),'footer'=>array('footer_link'));
38
//social integration
39
$config['oauth_social']['facebook']=array('id'=>'716370691734306','secretkey'=>'a467cf8754b7b8e30315aa7269f40e85');
40
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
41
 
42
$config['faq']= array('header'=>array('top_menu','search_bar'),'response'=>array('faq_list'),'footer'=>array('footer_link'));
43
$config['faq_list']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
44
 
45
//recharge
46
$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'));
47
$config['service']= array('header'=>array(),'response'=>array('service_provider'),'footer'=>array());
48
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
49
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
50
$config['rechargeConfirm']= array('header'=>array(),'response'=>array('recharge_confirm'),'footer'=>array());
51
$config['rechargePayOptions']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_payOptions','recharge_paymentSubmit'),'footer'=>array('footer_link'));
52
$config['rechargeOrderConfirmation']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_orderconfirmation'),'footer'=>array('footer_link'));
53
$config['rechargeFaq']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','recharge_faq'),'footer'=>array('footer_link'));
54
$config['hdfcRecahrgeResponse']= array('header'=>array(),'response'=>array('hdfc_recharge_response'),'footer'=>array());
55
//sub child of recharge
56
	$config['recharge_list']=array('url' =>array(), 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
57
	$config['recharge_confirmation']=array('url' =>'recharge!getUserForRecharge', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
58
	$config['mobile_operator']=array('url' => 'recharge!getAllMobileOperators', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
59
	$config['dth_operator']=array('url' => 'recharge!getAllDthOperators', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
60
	$config['plan_map']=array('url' => 'recharge!getPlanMapInJson', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
61
	$config['service_provider']=array('url' => 'recharge!getServiceProvider', 'params'=>array('deviceNumber','userId','isLoggedIn','serviceType'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
62
	$config['mobile_denominations']=array('url' => 'recharge!getAllDenominations', 'params'=>array('operatorId','userId','isLoggedIn','circleCode','denominationType'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
63
	$config['recharge_amount']=array('url' => 'recharge!getRechargeAmounts', 'params'=>array('rechargeAmount','userId','isLoggedIn','couponCode'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
64
	$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');
65
	$config['recharge_payOptions']=array('url' => 'recharge-pay-options', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
66
	$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');
67
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
68
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
69
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
70
	$config['hdfc_recharge_response']=array('url' => 'hdfc-recharge-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
71
//cart
72
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('cart_empty','carts'),'footer'=>array('footer_link'));
73
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());
74
$config['cart_update']= array('header'=>array(),'response'=>array('updatecart'),'footer'=>array());
75
$config['cart_delete']= array('header'=>array(),'response'=>array('deletecart'),'footer'=>array());
76
$config['cart_coupon']= array('header'=>array(),'response'=>array('cartcoupon'),'footer'=>array());
77
$config['cart_couponclear']= array('header'=>array(),'response'=>array('cartcouponclear'),'footer'=>array());
78
$config['cart_insure']= array('header'=>array(),'response'=>array('cartinsure'),'footer'=>array());
79
//sub child of carts
80
	$config['updatecart']=array('url' => 'cart', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
81
	$config['addcart']=array('url' => 'cart', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
82
	$config['deletecart']=array('url' => 'cart', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
83
	$config['cartcoupon']=array('url' => 'edit', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
84
	$config['cartcouponclear']=array('url' => 'edit', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
85
	$config['cartinsure']=array('url' => 'cart!insureItem', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
86
 
87
/*checkout process**/
88
$config['billing']= array('header'=>array('top_menu','search_bar'),'response'=>array('billing_process'),'footer'=>array('social_bar','footer_link'));
89
$config['orderconfirmation']= array('header'=>array('top_menu','search_bar'),'response'=>array('orderconfirmation_process'),'footer'=>array('footer_link'));
90
$config['paymenterror']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_error'),'footer'=>array('footer_link'));
91
$config['shipping']= array('header'=>array('top_menu','search_bar'),'response'=>array('shipping_process','pickup','carts'),'footer'=>array('footer_link'));
92
$config['shipping_delete']= array('header'=>array(),'response'=>array('deleteAddress'),'footer'=>array());
93
$config['shipping_change']= array('header'=>array(),'response'=>array('changeAddress'),'footer'=>array());
94
$config['shippingmethod']= array('header'=>array('top_menu','search_bar'),'response'=>array('shippingmethod_process','shippingmethod_submit'),'footer'=>array('footer_link'));
95
$config['payment']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_process','emi','payment_submit'),'footer'=>array('footer_link'));
96
$config['ebsProcessing']= array('header'=>array(),'response'=>array('ebs_processing'),'footer'=>array());
97
$config['ebsResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
98
$config['hdfcResponse']= array('header'=>array(),'response'=>array('hdfc_response'),'footer'=>array());
99
$config['hdfcEmiResponse']= array('header'=>array(),'response'=>array('hdfc_emi_response'),'footer'=>array());
100
$config['innovitiResponse']= array('header'=>array(),'response'=>array('innoviti_response'),'footer'=>array());
101
$config['insurance_info']= array('header'=>array(),'response'=>array('insuranceInfo'),'footer'=>array());
102
//sub child of checkout
103
	$config['billing_process']=array('url' => 'apiurl', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
104
	$config['orderconfirmation_process']=array('url' => 'pay-success', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
105
	$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
106
	$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
107
	$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
108
	$config['changeAddress']=array('url' => 'cart!changeAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
109
	$config['payment_process']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
12738 anikendra 110
	$config['payment_submit']=array('url' => 'order', 'params'=>array('isLoggedIn','userId','payment_option','addressid','fos'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
12694 anikendra 111
	$config['ebs_processing']=array('url' => 'ebs-pay-processing', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
112
	$config['ebs_response']=array('url' => 'ebs-pay-response', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
113
	$config['hdfc_response']=array('url' => 'hdfc-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
114
	$config['hdfc_emi_response']=array('url' => 'hdfc-emi-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
115
	$config['innoviti_response']=array('url' => 'innoviti-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
116
	$config['emi']=array('url' => 'emi-schemes', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
117
	$config['insuranceInfo']=array('url' => 'address!storeInsuranceDetails', 'params'=>array('dob','addressId','guardianName'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
118
 
119
/*myaccount**/
120
$config['contactUs']= array('header'=>array('top_menu','search_bar'),'response'=>array('contact_us'),'footer'=>array('footer_link'));
121
$config['myaccount']= array('header'=>array('top_menu','search_bar'),'response'=>array('account'),'footer'=>array('footer_link'));
122
$config['completed-orders']= array('header'=>array('top_menu','search_bar'),'response'=>array('closed'),'footer'=>array('footer_link'));
123
$config['order']= array('header'=>array('top_menu','search_bar'),'response'=>array('order_details'),'footer'=>array('footer_link'));
124
$config['failed-orders']= array('header'=>array('top_menu','search_bar'),'response'=>array('failed'),'footer'=>array('footer_link'));
125
$config['mypurchases']= array('header'=>array('top_menu','search_bar'),'response'=>array('purchases'),'footer'=>array('footer_link'));
126
$config['personal-details']= array('header'=>array('top_menu','search_bar'),'response'=>array('details'),'footer'=>array('footer_link'));
127
$config['my-wallet']= array('header'=>array('top_menu','search_bar'),'response'=>array('wallet'),'footer'=>array('footer_link'));
128
$config['my-recharges']= array('header'=>array('top_menu','search_bar'),'response'=>array('myrecharges'),'footer'=>array('footer_link'));
129
 
130
/* 
131
 * ----------------------------------------------------------------------
132
 * PARAMS FOR HOME PAGE
133
 * ----------------------------------------------------------------------
134
 */
135
$config['home_banner']=array('url' => 'banner', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
136
$config['top_menu']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
137
$config['home_featured_product']=array('url' => 'featured-list', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
138
$config['recommended_accessories']=array('url' => 'recommended-accessories', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
139
$config['home_menu']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
140
$config['auto_suggest']=array('url' => 'auto-suggest', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
141
 
142
/*
143
 * ----------------------------------------------------------------------
144
 * PARAMS FOR PRODUCT PAGE
145
 * ----------------------------------------------------------------------
146
 */
147
//$config['filter']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'[id,name]');
148
$config['product_list']=array('url' => 'category', 'params'=>array('isLoggedIn','userId','privateDealUser'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
149
$config['special_page']=array('url' => 'special-page', 'params'=>array('isLoggedIn','userId','privateDealUser'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
150
$config['coming_soon']=array('url' => 'coming-soon', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
151
$config['best_deals']=array('url' => 'best-deals', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
152
$config['search_list']=array('url' => 'search', 'params'=>array('isLoggedIn','userId','privateDealUser'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
153
$config['estimate_delivery']=array('url' => 'estimate', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
154
$config['anonymous']=array('url' => 'anonymous-user', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
155
$config['pickup']=array('url' => 'pickup-store', 'params'=>array(''),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
156
$config['private_deals']=array('url' => 'private-deals', 'params'=>array(''),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
157
/*
158
 * ----------------------------------------------------------------------
159
 * PARAMS FOR PRODUCT INFO PAGE
160
 * ----------------------------------------------------------------------
161
 */
162
$config['product_details']=array('url' => 'entity', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
163
 
164
/*
165
 * ----------------------------------------------------------------------
166
 * PARAMS FOR AUTHORIZATION PAGE
167
 * ----------------------------------------------------------------------
168
 */
169
$config['login']=array('url' => 'login', 'params'=>array('email,passwd'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
170
$config['foslogin']=array('url' => 'login!authoriseAppUser', 'params'=>array('user,password'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
171
$config['signup']=array('url' => 'register', 'params'=>array('email,name'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
12704 anikendra 172
$config['fossignup']=array('url' => 'register!registerCounter', 'params'=>array('email,countername,tin,address1,address2,area,city,state,pincode,email,mobile,alternatemobile,dob,spcountersize,fpcountersize,striker'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
12694 anikendra 173
$config['forgotpassword']=array('url' => 'forgot-password', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
174
$config['changePassword']=array('url' => 'login-details', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
175
 
176
/*
177
 * ----------------------------------------------------------------------
178
 * PARAMS FOR Cart PAGE
179
 * ----------------------------------------------------------------------
180
 */
181
$config['carts']=array('url' => 'cart', 'params'=>array('isLoggedIn','userId','Id','privateDealUser','autoApplicationOff'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
182
 
183
/*
184
 * ----------------------------------------------------------------------
185
 * PARAMS FOR TrackOrder PAGE
186
 * ----------------------------------------------------------------------
187
 */
188
$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');
189
$config['account']=array('url' => 'open-orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
190
$config['closed']=array('url' => 'order', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
191
$config['order_details']=array('url' => 'order', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
192
$config['failed']=array('url' => 'failed-orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
193
$config['purchases']=array('url' => 'purchases', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
194
$config['details']=array('url' => 'personal-details', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
195
$config['wallet']=array('url' => 'wallet', 'params'=>array('isLoggedIn','userId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
196
$config['myrecharges']=array('url' => 'my-recharges', 'params'=>array('isLoggedIn','userId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
197
$config['contact']=array('url' => 'contact-us', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
198
$config['modifyAddress']=array('url' => 'order!modifyAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
199
$config['returnProduct']=array('url' => 'contact-us/to_return', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
200
$config['cancelOrder']=array('url' => 'contact-us/to_cancel', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
201
$config['deliveryProblem']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
202
$config['paymentStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
203
$config['orderStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
204
 
205
 
206
 
207
 
208
$config['authentication_bar']=array('render'=>'yes');
209
$config['subscribe_bar']=array('render'=>'yes');
210
$config['social_bar']=array('render'=>'yes');
211
$config['login_process']=array('render'=>'yes');
212
$config['password_process']=array('render'=>'yes');
213
$config['signup_process']=array('render'=>'yes');
214
$config['cart_empty']=array('display'=>'full','render'=>'yes');
215
$config['footer_link']=array('render'=>'yes');
216
$config['search_bar']=array('render'=>'yes');
12763 anikendra 217
$config['loggeduser']=array('render'=>'yes');
12694 anikendra 218
$config['recharge_icons']=array('render'=>'yes');
219
$config['limit'] = 10;
220
$config['insurance'] = 1.5;
221
$config['topup-special'] = array(6,7,19,17);
222
$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 :");
223
$config['username'] = array('letsgomo','shop2020');
224
$config['password'] = array('reddevil','letsgomo123');
12738 anikendra 225
$config['cdn_version'] = 1.05;
12694 anikendra 226
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
227
$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');
228
 
229
$config['ga_id']='UA-50253280-1';
230
$config['ga_domain']='shop2020.in';
231