Subversion Repositories SmartDukaan

Rev

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

Rev 14455 Rev 14654
Line 61... Line 61...
61
			Cache::write($cachekey,$store,'month');			
61
			Cache::write($cachekey,$store,'month');			
62
		}
62
		}
63
		$prefix = "SHA".$storeId;
63
		$prefix = "SHA".$storeId;
64
		$tag = $prefix.time();
64
		$tag = $prefix.time();
65
		if($storeId == 2){				
65
		if($storeId == 2){				
66
			$url = "http://m.flipkart.com/";
66
			$url = "http://dl.flipkart.com/dl/";
67
		} elseif($storeId == 3) {
67
		} elseif($storeId == 3) {
68
			$url = "http://m.snapdeal.com/?utm_source=aff_prog&utm_campaign=afts&offer_id=17";			
68
			$url = "http://m.snapdeal.com/?utm_source=aff_prog&utm_campaign=afts&offer_id=17";			
69
		} elseif($storeId == 1){
69
		} elseif($storeId == 1){
70
			$url = "http://amazon.in";
70
			$url = "http://amazon.in";
71
		}
71
		}