Subversion Repositories SmartDukaan

Rev

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

Rev 11927 Rev 12054
Line 162... Line 162...
162
/*
162
/*
163
 * ----------------------------------------------------------------------
163
 * ----------------------------------------------------------------------
164
 * PARAMS FOR Cart PAGE
164
 * PARAMS FOR Cart PAGE
165
 * ----------------------------------------------------------------------
165
 * ----------------------------------------------------------------------
166
 */
166
 */
167
$config['carts']=array('url' => 'cart', 'params'=>array('isLoggedIn','userId','Id'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
167
$config['carts']=array('url' => 'cart', 'params'=>array('isLoggedIn','userId','Id','isPrivateDealUser','isAutoApplicationOff'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
168
 
168
 
169
/*
169
/*
170
 * ----------------------------------------------------------------------
170
 * ----------------------------------------------------------------------
171
 * PARAMS FOR TrackOrder PAGE
171
 * PARAMS FOR TrackOrder PAGE
172
 * ----------------------------------------------------------------------
172
 * ----------------------------------------------------------------------