Subversion Repositories SmartDukaan

Rev

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

Rev 10719 Rev 10754
Line 9... Line 9...
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://www.shop2020.in:8080/mobileapi/';//'http://180.179.212.93/presta/prestashop/api/'; //localhost : http://localhost/2013/prestashop/api/
14
$config['apikey']='QT3VL25HYK7GPKK1O29E80ABAKCG544S';  //localhost :  HQCIG09XEFNMB79P24GDE16O536ECBEY / server :QT3VL25HYK7GPKK1O29E80ABAKCG544S
-
 
15
$config['home']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','recharge_icons','home_featured_product','recommended_accessories','home_menu'),'footer'=>array('social_bar','footer_link'));
14
$config['home']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','recharge_icons','home_featured_product','recommended_accessories','home_menu'),'footer'=>array('social_bar','footer_link'));
16
 
15
 
17
$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'));
18
$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'));
19
 
18
 
Line 25... Line 24...
25
//social integration
24
//social integration
26
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
25
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
27
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
26
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
28
 
27
 
29
//recharge
28
//recharge
30
 
-
 
31
$config['recharge']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_list','mobile_operator','dth_operator','plan_map','recharge_confirmation','recharge_amount'),'footer'=>array('footer_link'));
29
$config['recharge']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_list','mobile_operator','dth_operator','plan_map','recharge_confirmation','recharge_amount'),'footer'=>array('footer_link'));
32
$config['service']= array('header'=>array(),'response'=>array('service_provider'),'footer'=>array());
30
$config['service']= array('header'=>array(),'response'=>array('service_provider'),'footer'=>array());
33
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
31
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
34
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
32
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
35
$config['rechargeConfirm']= array('header'=>array(),'response'=>array('recharge_confirm'),'footer'=>array());
33
$config['rechargeConfirm']= array('header'=>array(),'response'=>array('recharge_confirm'),'footer'=>array());
Line 50... Line 48...
50
	$config['recharge_paymentSubmit']=array('url' => 'recharge-payment', 'params'=>array('rechargeOrderId','payment_option','name','line1','line2','city','state','pincode','phone'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
48
	$config['recharge_paymentSubmit']=array('url' => 'recharge-payment', 'params'=>array('rechargeOrderId','payment_option','name','line1','line2','city','state','pincode','phone'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
51
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
49
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
52
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
50
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
53
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
51
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
54
//cart
52
//cart
55
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('carts'),'footer'=>array('social_bar','footer_link'));
53
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('carts'),'footer'=>array('footer_link'));
56
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());
54
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());
57
$config['cart_update']= array('header'=>array(),'response'=>array('updatecart'),'footer'=>array());
55
$config['cart_update']= array('header'=>array(),'response'=>array('updatecart'),'footer'=>array());
58
$config['cart_delete']= array('header'=>array(),'response'=>array('deletecart'),'footer'=>array());
56
$config['cart_delete']= array('header'=>array(),'response'=>array('deletecart'),'footer'=>array());
59
$config['cart_coupon']= array('header'=>array(),'response'=>array('cartcoupon'),'footer'=>array());
57
$config['cart_coupon']= array('header'=>array(),'response'=>array('cartcoupon'),'footer'=>array());
60
$config['cart_couponclear']= array('header'=>array(),'response'=>array('cartcouponclear'),'footer'=>array());
58
$config['cart_couponclear']= array('header'=>array(),'response'=>array('cartcouponclear'),'footer'=>array());
Line 78... Line 76...
78
$config['payment']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_process','emi','payment_submit'),'footer'=>array('social_bar','footer_link'));
76
$config['payment']= array('header'=>array('top_menu','search_bar'),'response'=>array('payment_process','emi','payment_submit'),'footer'=>array('social_bar','footer_link'));
79
$config['ebsProcessing']= array('header'=>array(),'response'=>array('ebs_processing'),'footer'=>array());
77
$config['ebsProcessing']= array('header'=>array(),'response'=>array('ebs_processing'),'footer'=>array());
80
$config['ebsResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
78
$config['ebsResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
81
$config['hdfcResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
79
$config['hdfcResponse']= array('header'=>array(),'response'=>array('ebs_response'),'footer'=>array());
82
$config['innovitiResponse']= array('header'=>array(),'response'=>array('innoviti_response'),'footer'=>array());
80
$config['innovitiResponse']= array('header'=>array(),'response'=>array('innoviti_response'),'footer'=>array());
83
$config['review']= array('header'=>array('top_menu','search_bar'),'response'=>array('review_process'),'footer'=>array('social_bar','footer_link'));
-
 
84
$config['insurance_info']= array('header'=>array(),'response'=>array('insuranceInfo'),'footer'=>array());
81
$config['insurance_info']= array('header'=>array(),'response'=>array('insuranceInfo'),'footer'=>array());
85
//sub child of checkout
82
//sub child of checkout
86
	$config['login_process']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
83
	$config['login_process']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
87
	$config['billing_process']=array('url' => 'apiurl', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
84
	$config['billing_process']=array('url' => 'apiurl', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
88
	$config['orderconfirmation_process']=array('url' => 'pay-success', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
85
	$config['orderconfirmation_process']=array('url' => 'pay-success', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
89
	$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
86
	$config['payment_error']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
90
	$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
87
	$config['shipping_process']=array('url' => 'address', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
91
	$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
88
	$config['deleteAddress']=array('url' => 'address!destroy', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
92
	$config['changeAddress']=array('url' => 'cart!changeAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
89
	$config['changeAddress']=array('url' => 'cart!changeAddress', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
93
	$config['shipping_submit']=array('url' => 'CartAddress.php', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
-
 
94
	$config['shippingmethod_process']=array('url' => 'GetShippingMethod.php', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
-
 
95
	$config['shippingmethod_submit']=array('url' => 'SetShippingMethod.php', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
-
 
96
	$config['payment_process']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
90
	$config['payment_process']=array('url' => 'pay-options', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
97
	$config['payment_submit']=array('url' => 'order', 'params'=>array('isLoggedIn','userId','payment_option','addressid'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
91
	$config['payment_submit']=array('url' => 'order', 'params'=>array('isLoggedIn','userId','payment_option','addressid'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
98
	$config['ebs_processing']=array('url' => 'ebs-pay-processing', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
92
	$config['ebs_processing']=array('url' => 'ebs-pay-processing', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
99
	$config['ebs_response']=array('url' => 'ebs-pay-response', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
93
	$config['ebs_response']=array('url' => 'ebs-pay-response', 'params'=>array('DR','userId','isLoggedIn'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');	
100
	$config['hdfc_response']=array('url' => 'hdfc-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
94
	$config['hdfc_response']=array('url' => 'hdfc-pay-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
Line 133... Line 127...
133
//$config['filter']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'[id,name]');
127
//$config['filter']=array('url' => 'menu', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'[id,name]');
134
$config['product_list']=array('url' => 'category', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
128
$config['product_list']=array('url' => 'category', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
135
$config['special_page']=array('url' => 'special-page', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
129
$config['special_page']=array('url' => 'special-page', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
136
$config['coming_soon']=array('url' => 'coming-soon', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
130
$config['coming_soon']=array('url' => 'coming-soon', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
137
$config['best_deals']=array('url' => 'best-deals', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
131
$config['best_deals']=array('url' => 'best-deals', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
138
$config['filter_process']=array('url' => 'GetColor.php', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
-
 
139
$config['search_list']=array('url' => 'search', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
132
$config['search_list']=array('url' => 'search', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
140
$config['search_filter']=array('url' => 'GetColor.php', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
-
 
141
$config['estimate_delivery']=array('url' => 'estimate', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
133
$config['estimate_delivery']=array('url' => 'estimate', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
142
$config['anonymous']=array('url' => 'anonymous-user', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
134
$config['anonymous']=array('url' => 'anonymous-user', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
143
$config['pickup']=array('url' => 'pickup-store', 'params'=>array(''),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
135
$config['pickup']=array('url' => 'pickup-store', 'params'=>array(''),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
144
/*
136
/*
145
 * ----------------------------------------------------------------------
137
 * ----------------------------------------------------------------------