| Line 8... |
Line 8... |
| 8 |
* PRODUCT INFO : PRODUCT_DETAILS
|
8 |
* PRODUCT INFO : PRODUCT_DETAILS
|
| 9 |
* SEARCH : PRODUCT_SEARCH
|
9 |
* SEARCH : PRODUCT_SEARCH
|
| 10 |
* ----------------------------------------------------------------------
|
10 |
* ----------------------------------------------------------------------
|
| 11 |
*/
|
11 |
*/
|
| 12 |
//http://173.255.251.247:18080
|
12 |
//http://173.255.251.247:18080
|
| 13 |
$config['curl_base_url'] = 'http://www.shop2020.in:8080/mobileapi/';//'http://180.179.212.93/presta/prestashop/api/'; //localhost : http://localhost/2013/prestashop/api/
|
13 |
$config['curl_base_url'] = 'http://localhost:8080/mobileapi/';//'http://180.179.212.93/presta/prestashop/api/'; //localhost : http://localhost/2013/prestashop/api/
|
| 14 |
$config['home']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','home_featured_product','recommended_accessories','home_menu'),'footer'=>array('footer_link'));
|
14 |
$config['home']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','home_featured_product','recommended_accessories','home_menu'),'footer'=>array('footer_link'));
|
| 15 |
|
15 |
|
| 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 |
|