Subversion Repositories SmartDukaan

Rev

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

Rev 14786 Rev 14838
Line 63... Line 63...
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://dl.flipkart.com/dl/";
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/products/mobiles?utm_source=aff_prog&utm_campaign=afts&offer_id=17";			
69
		} elseif($storeId == 1){
69
		} elseif($storeId == 1){
70
			$url = "http://www.amazon.in/gp/goldbox";
70
			$url = "http://www.amazon.in/gp/goldbox";
71
		}
71
		}
72
		if( strpos($url, '?') === false ) {
72
		if( strpos($url, '?') === false ) {
73
			$firstChar = '?';
73
			$firstChar = '?';