Subversion Repositories SmartDukaan

Rev

Rev 12990 | Rev 13304 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12990 Rev 13178
Line 65... Line 65...
65
$route['pay-error'] = 'checkout/paymenterror';
65
$route['pay-error'] = 'checkout/paymenterror';
66
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
66
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
67
$route['ebs-pay-response'] = 'checkout/ebsresponse';
67
$route['ebs-pay-response'] = 'checkout/ebsresponse';
68
$route['hdfc-pay-response'] = 'checkout/hdfcPayResponse';
68
$route['hdfc-pay-response'] = 'checkout/hdfcPayResponse';
69
$route['hdfc-emi-pay-response'] = 'checkout/hdfcEmiResponse';
69
$route['hdfc-emi-pay-response'] = 'checkout/hdfcEmiResponse';
70
$rout['hdfc-recharge-response'] = 'recharge/hdfcRechargeResponse';
70
$route['hdfc-recharge-response'] = 'recharge/hdfcRechargeResponse';
71
$route['my-orders'] = 'myaccount/closed';
71
$route['my-orders'] = 'myaccount/closed';
72
$route['completed-orders'] = 'myaccount/closed';
72
$route['completed-orders'] = 'myaccount/closed';
73
$route['failed-orders'] = 'myaccount/closed';
73
$route['failed-orders'] = 'myaccount/closed';
74
$route['my-purchases'] = 'myaccount/closed';
74
$route['my-purchases'] = 'myaccount/closed';
75
//$route['login-details'] = 'myaccount/closed';
75
//$route['login-details'] = 'myaccount/closed';
Line 105... Line 105...
105
$route['static/get-paid-for-your-reviews'] = 'statics/invalidoffer';
105
$route['static/get-paid-for-your-reviews'] = 'statics/invalidoffer';
106
$route['static/accessory-offer'] = 'statics/invalidoffer';
106
$route['static/accessory-offer'] = 'statics/invalidoffer';
107
$route['static/spiceaircel-offer'] = 'statics/invalidoffer';
107
$route['static/spiceaircel-offer'] = 'statics/invalidoffer';
108
$route['private-deals/1'] = 'privatedeals';
108
$route['private-deals/1'] = 'privatedeals';
109
$route['privatedeals'] = 'privatedeals';
109
$route['privatedeals'] = 'privatedeals';
110
 
-
 
-
 
110
$route['gosf'] = 'statics/gosf';
111
 
111
 
112
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)'] = "products/index/$1";
112
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)'] = "products/index/$1";
113
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
113
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
114
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact|static).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
114
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact|static).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
115
 
115