Subversion Repositories SmartDukaan

Rev

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

Rev 19904 Rev 19923
Line 283... Line 283...
283
 
283
 
284
			$filterstr = '&brands='.$brands.'&subcategories='.$subcategories;
284
			$filterstr = '&brands='.$brands.'&subcategories='.$subcategories;
285
			$nexturl = "/categories/getdeals/".$id."/?page=".($page+1)."&sort=".$sort."&direction=".$direction."".$filterstr;			
285
			$nexturl = "/categories/getdeals/".$id."/?page=".($page+1)."&sort=".$sort."&direction=".$direction."".$filterstr;			
286
			
286
			
287
			$offerresponse = $this->getuseroffer();
287
			$offerresponse = $this->getuseroffer();
288
			
-
 
-
 
288
			$clearancesale = Configure::read('clearancesale');
289
			$this->set(compact('color','arrSubCategory','offerresponse','response_count','deals','id','likedDeals','disLikedDeals','page','sort','direction','notification','filter','brands','filterstr','subcategories','errorstr','nexturl','searchfor', 'searchableSubCategories', 'sortlabel'));
289
			$this->set(compact('clearancesale','color','arrSubCategory','offerresponse','response_count','deals','id','likedDeals','disLikedDeals','page','sort','direction','notification','filter','brands','filterstr','subcategories','errorstr','nexturl','searchfor', 'searchableSubCategories', 'sortlabel'));
290
		}else{
290
		}else{
291
			//Check for apk support of sharing
291
			//Check for apk support of sharing
292
			$sharable = 0;
292
			$sharable = 0;
293
			if(isset($_COOKIE['shareApps']) && !empty($_COOKIE['shareApps'])) {
293
			if(isset($_COOKIE['shareApps']) && !empty($_COOKIE['shareApps'])) {
294
				$sharable = 1;
294
				$sharable = 1;