| Line 60... |
Line 60... |
| 60 |
$route['pay-success'] = 'checkout/orderconfirmation';
|
60 |
$route['pay-success'] = 'checkout/orderconfirmation';
|
| 61 |
$route['pay-error'] = 'checkout/paymenterror';
|
61 |
$route['pay-error'] = 'checkout/paymenterror';
|
| 62 |
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
|
62 |
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
|
| 63 |
$route['ebs-pay-response'] = 'checkout/ebsresponse';
|
63 |
$route['ebs-pay-response'] = 'checkout/ebsresponse';
|
| 64 |
$route['hdfc-pay-response'] = 'checkout/hdfcPayResponse';
|
64 |
$route['hdfc-pay-response'] = 'checkout/hdfcPayResponse';
|
| - |
|
65 |
$route['hdfc-emi-pay-response'] = 'checkout/hdfcEmiResponse';
|
| - |
|
66 |
$rout['hdfc-recharge-response'] = 'recharge/hdfcRechargeResponse';
|
| 65 |
$route['my-orders'] = 'myaccount/closed';
|
67 |
$route['my-orders'] = 'myaccount/closed';
|
| 66 |
$route['order/(:num)'] = 'myaccount/order';
|
68 |
$route['order/(:num)'] = 'myaccount/order';
|
| 67 |
$route['my-wallet'] = 'myaccount/wallet';
|
69 |
$route['my-wallet'] = 'myaccount/wallet';
|
| 68 |
$route['contact-us'] = 'contact/index';
|
70 |
$route['contact-us'] = 'contact/index';
|
| 69 |
$route['faq'] = 'faq/index';
|
71 |
$route['faq'] = 'faq/index';
|
| 70 |
$route['privacy-policy'] = 'faq/privacy';
|
72 |
$route['privacy-policy'] = 'faq/privacy';
|
| 71 |
$route['terms-conditions'] = 'faq/terms';
|
73 |
$route['terms-conditions'] = 'faq/terms';
|
| 72 |
|
- |
|
| - |
|
74 |
$route['emi-info'] = 'faq/emi';
|
| 73 |
$route['my-recharges'] = 'myaccount/recharges';
|
75 |
$route['my-recharges'] = 'myaccount/recharges';
|
| 74 |
$route['refund/(:any)'] = 'myaccount/refund/$1';
|
76 |
$route['refund/(:any)'] = 'myaccount/refund/$1';
|
| 75 |
$route['recharge-faq'] = 'recharge/rechargeFaq';
|
77 |
$route['recharge-faq'] = 'recharge/rechargeFaq';
|
| 76 |
|
78 |
|
| 77 |
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)'] = "products/index/$1";
|
79 |
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)'] = "products/index/$1";
|