Subversion Repositories SmartDukaan

Rev

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

Rev 11383 Rev 11391
Line 68... Line 68...
68
$route['order/(:num)'] = 'myaccount/order';
68
$route['order/(:num)'] = 'myaccount/order';
69
$route['my-wallet'] = 'myaccount/wallet';
69
$route['my-wallet'] = 'myaccount/wallet';
70
$route['contact-us'] = 'contact/index';
70
$route['contact-us'] = 'contact/index';
71
$route['faq'] = 'faq/index';
71
$route['faq'] = 'faq/index';
72
$route['privacy-policy'] = 'faq/privacy';
72
$route['privacy-policy'] = 'faq/privacy';
-
 
73
$route['static/privacy-policy'] = 'faq/privacy';
73
$route['terms-conditions'] = 'faq/terms';
74
$route['terms-conditions'] = 'faq/terms';
74
$route['emi-info'] = 'faq/emi';
75
$route['emi-info'] = 'faq/emi';
75
$route['otg'] = 'faq/otg';
76
$route['otg'] = 'faq/otg';
76
$route['instore'] = 'faq/instore';
77
$route['instore'] = 'faq/instore';
77
$route['insure'] = 'faq/insure';
78
$route['insure'] = 'faq/insure';
Line 79... Line 80...
79
$route['refund/(:any)'] = 'myaccount/refund/$1';
80
$route['refund/(:any)'] = 'myaccount/refund/$1';
80
$route['recharge-faq'] = 'recharge/rechargeFaq';
81
$route['recharge-faq'] = 'recharge/rechargeFaq';
81
$route['static/recharge-faq'] = 'recharge/rechargeFaq';
82
$route['static/recharge-faq'] = 'recharge/rechargeFaq';
82
$route['forgot-password'] = 'login';
83
$route['forgot-password'] = 'login';
83
$route['static/oneassist-terms'] = 'faq/oneassists';
84
$route['static/oneassist-terms'] = 'faq/oneassists';
-
 
85
$route['static/aboutus'] = 'faq/aboutus';
84
 
86
 
85
$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";
87
$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";
86
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
88
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
87
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
89
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
88
 
90