Subversion Repositories SmartDukaan

Rev

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

Rev 11389 Rev 11517
Line 53... Line 53...
53
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
53
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
54
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
54
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
55
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
55
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
56
	$config['hdfc_recharge_response']=array('url' => 'hdfc-recharge-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
56
	$config['hdfc_recharge_response']=array('url' => 'hdfc-recharge-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
57
//cart
57
//cart
58
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('carts'),'footer'=>array('footer_link'));
58
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('cart_empty','carts'),'footer'=>array('footer_link'));
59
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());
59
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());
60
$config['cart_update']= array('header'=>array(),'response'=>array('updatecart'),'footer'=>array());
60
$config['cart_update']= array('header'=>array(),'response'=>array('updatecart'),'footer'=>array());
61
$config['cart_delete']= array('header'=>array(),'response'=>array('deletecart'),'footer'=>array());
61
$config['cart_delete']= array('header'=>array(),'response'=>array('deletecart'),'footer'=>array());
62
$config['cart_coupon']= array('header'=>array(),'response'=>array('cartcoupon'),'footer'=>array());
62
$config['cart_coupon']= array('header'=>array(),'response'=>array('cartcoupon'),'footer'=>array());
63
$config['cart_couponclear']= array('header'=>array(),'response'=>array('cartcouponclear'),'footer'=>array());
63
$config['cart_couponclear']= array('header'=>array(),'response'=>array('cartcouponclear'),'footer'=>array());
Line 190... Line 190...
190
$config['authentication_bar']=array('render'=>'yes');
190
$config['authentication_bar']=array('render'=>'yes');
191
$config['subscribe_bar']=array('render'=>'yes');
191
$config['subscribe_bar']=array('render'=>'yes');
192
$config['social_bar']=array('render'=>'yes');
192
$config['social_bar']=array('render'=>'yes');
193
$config['login_process']=array('render'=>'yes');
193
$config['login_process']=array('render'=>'yes');
194
$config['signup_process']=array('render'=>'yes');
194
$config['signup_process']=array('render'=>'yes');
-
 
195
$config['cart_empty']=array('display'=>'full','render'=>'yes');
195
$config['footer_link']=array('render'=>'yes');
196
$config['footer_link']=array('render'=>'yes');
196
$config['search_bar']=array('render'=>'yes');
197
$config['search_bar']=array('render'=>'yes');
197
$config['recharge_icons']=array('render'=>'yes');
198
$config['recharge_icons']=array('render'=>'yes');
198
$config['limit'] = 10;
199
$config['limit'] = 10;
199
$config['insurance'] = 1.5;
200
$config['insurance'] = 1.5;