| Line 16... |
Line 16... |
| 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['searchlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('search_list'),'footer'=>array('footer_link'));
|
17 |
$config['searchlist']= array('header'=>array('top_menu','search_bar'),'response'=>array('search_list'),'footer'=>array('footer_link'));
|
| 18 |
|
18 |
|
| 19 |
$config['productinfo']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_details'),'footer'=>array('footer_link'));
|
19 |
$config['productinfo']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_details'),'footer'=>array('footer_link'));
|
| 20 |
|
20 |
|
| 21 |
$config['oauth_login']= array('header'=>array('top_menu','search_bar'),'response'=>array('login'),'footer'=>array('footer_link'));
|
21 |
$config['oauth_login']= array('header'=>array('top_menu','search_bar'),'response'=>array('login_process','login'),'footer'=>array('footer_link'));
|
| 22 |
$config['oauth_signup']= array('header'=>array('top_menu','search_bar'),'response'=>array('signup'),'footer'=>array('footer_link'));
|
22 |
$config['oauth_signup']= array('header'=>array('top_menu','search_bar'),'response'=>array('signup_process','signup'),'footer'=>array('footer_link'));
|
| 23 |
$config['oauth_forgetpassword']= array('header'=>array('top_menu','search_bar'),'response'=>array('forgotpassword'),'footer'=>array('social_bar','footer_link'));
|
23 |
$config['oauth_forgetpassword']= array('header'=>array('top_menu','search_bar'),'response'=>array('forgotpassword'),'footer'=>array('social_bar','footer_link'));
|
| 24 |
//social integration
|
24 |
//social integration
|
| 25 |
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
|
25 |
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
|
| 26 |
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
|
26 |
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
|
| 27 |
|
27 |
|
| Line 84... |
Line 84... |
| 84 |
$config['hdfcResponse']= array('header'=>array(),'response'=>array('hdfc_response'),'footer'=>array());
|
84 |
$config['hdfcResponse']= array('header'=>array(),'response'=>array('hdfc_response'),'footer'=>array());
|
| 85 |
$config['hdfcEmiResponse']= array('header'=>array(),'response'=>array('hdfc_emi_response'),'footer'=>array());
|
85 |
$config['hdfcEmiResponse']= array('header'=>array(),'response'=>array('hdfc_emi_response'),'footer'=>array());
|
| 86 |
$config['innovitiResponse']= array('header'=>array(),'response'=>array('innoviti_response'),'footer'=>array());
|
86 |
$config['innovitiResponse']= array('header'=>array(),'response'=>array('innoviti_response'),'footer'=>array());
|
| 87 |
$config['insurance_info']= array('header'=>array(),'response'=>array('insuranceInfo'),'footer'=>array());
|
87 |
$config['insurance_info']= array('header'=>array(),'response'=>array('insuranceInfo'),'footer'=>array());
|
| 88 |
//sub child of checkout
|
88 |
//sub child of checkout
|
| 89 |
$config['login_process']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
- |
|
| 90 |
$config['billing_process']=array('url' => 'apiurl', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
89 |
$config['billing_process']=array('url' => 'apiurl', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 91 |
$config['orderconfirmation_process']=array('url' => 'pay-success', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
90 |
$config['orderconfirmation_process']=array('url' => 'pay-success', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 92 |
$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
91 |
$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 93 |
$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
92 |
$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 94 |
$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
93 |
$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| Line 189... |
Line 188... |
| 189 |
|
188 |
|
| 190 |
|
189 |
|
| 191 |
$config['authentication_bar']=array('render'=>'yes');
|
190 |
$config['authentication_bar']=array('render'=>'yes');
|
| 192 |
$config['subscribe_bar']=array('render'=>'yes');
|
191 |
$config['subscribe_bar']=array('render'=>'yes');
|
| 193 |
$config['social_bar']=array('render'=>'yes');
|
192 |
$config['social_bar']=array('render'=>'yes');
|
| - |
|
193 |
$config['login_process']=array('render'=>'yes');
|
| - |
|
194 |
$config['signup_process']=array('render'=>'yes');
|
| 194 |
$config['footer_link']=array('render'=>'yes');
|
195 |
$config['footer_link']=array('render'=>'yes');
|
| 195 |
$config['search_bar']=array('render'=>'yes');
|
196 |
$config['search_bar']=array('render'=>'yes');
|
| 196 |
$config['recharge_icons']=array('render'=>'yes');
|
197 |
$config['recharge_icons']=array('render'=>'yes');
|
| 197 |
$config['limit'] = 10;
|
198 |
$config['limit'] = 10;
|
| 198 |
$config['insurance'] = 1.5;
|
199 |
$config['insurance'] = 1.5;
|