| Line 82... |
Line 82... |
| 82 |
$config['shipping']= array('header'=>array('top_menu','search_bar'),'response'=>array('shipping_process','pickup','carts'),'footer'=>array('footer_link'));
|
82 |
$config['shipping']= array('header'=>array('top_menu','search_bar'),'response'=>array('shipping_process','pickup','carts'),'footer'=>array('footer_link'));
|
| 83 |
$config['shipping_delete']= array('header'=>array(),'response'=>array('deleteAddress'),'footer'=>array());
|
83 |
$config['shipping_delete']= array('header'=>array(),'response'=>array('deleteAddress'),'footer'=>array());
|
| 84 |
$config['shipping_change']= array('header'=>array(),'response'=>array('changeAddress'),'footer'=>array());
|
84 |
$config['shipping_change']= array('header'=>array(),'response'=>array('changeAddress'),'footer'=>array());
|
| 85 |
$config['shippingmethod']= array('header'=>array('top_menu','search_bar'),'response'=>array('shippingmethod_process','shippingmethod_submit'),'footer'=>array('footer_link'));
|
85 |
$config['shippingmethod']= array('header'=>array('top_menu','search_bar'),'response'=>array('shippingmethod_process','shippingmethod_submit'),'footer'=>array('footer_link'));
|
| 86 |
$config['payment']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_process','emi','payment_submit'),'footer'=>array('footer_link'));
|
86 |
$config['payment']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_process','emi','payment_submit'),'footer'=>array('footer_link'));
|
| - |
|
87 |
$config['payment1']= array('response'=>array('payment_process1','payment_submit'));
|
| 87 |
$config['ebsProcessing']= array('header'=>array(),'response'=>array('ebs_processing'),'footer'=>array());
|
88 |
$config['ebsProcessing']= array('header'=>array(),'response'=>array('ebs_processing'),'footer'=>array());
|
| 88 |
$config['ebsResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
|
89 |
$config['ebsResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
|
| 89 |
$config['payuResponse']= array('header'=>array(),'response'=>array('payu_response'),'footer'=>array());
|
90 |
$config['payuResponse']= array('header'=>array(),'response'=>array('payu_response'),'footer'=>array());
|
| 90 |
$config['hdfcResponse']= array('header'=>array(),'response'=>array('hdfc_response'),'footer'=>array());
|
91 |
$config['hdfcResponse']= array('header'=>array(),'response'=>array('hdfc_response'),'footer'=>array());
|
| 91 |
$config['hdfcEmiResponse']= array('header'=>array(),'response'=>array('hdfc_emi_response'),'footer'=>array());
|
92 |
$config['hdfcEmiResponse']= array('header'=>array(),'response'=>array('hdfc_emi_response'),'footer'=>array());
|
| Line 97... |
Line 98... |
| 97 |
$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
98 |
$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 98 |
$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
99 |
$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 99 |
$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
100 |
$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 100 |
$config['changeAddress']=array('url' => 'cart!changeAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
101 |
$config['changeAddress']=array('url' => 'cart!changeAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 101 |
$config['payment_process']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
102 |
$config['payment_process']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| - |
|
103 |
$config['payment_process1']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
|
| 102 |
$config['payment_submit']=array('url' => 'order', 'params'=>array('isLoggedIn','userId','payment_option','addressid'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
104 |
$config['payment_submit']=array('url' => 'order', 'params'=>array('isLoggedIn','userId','payment_option','addressid'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
| 103 |
$config['ebs_processing']=array('url' => 'ebs-pay-processing', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
105 |
$config['ebs_processing']=array('url' => 'ebs-pay-processing', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
| 104 |
$config['ebs_response']=array('url' => 'ebs-pay-response', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
106 |
$config['ebs_response']=array('url' => 'ebs-pay-response', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
| 105 |
$config['payu_response']=array('url' => 'payu-pay-response', 'params'=>array('userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
107 |
$config['payu_response']=array('url' => 'payu-pay-response', 'params'=>array('userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
| 106 |
$config['hdfc_response']=array('url' => 'hdfc-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|
108 |
$config['hdfc_response']=array('url' => 'hdfc-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
|