Subversion Repositories SmartDukaan

Rev

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

Rev 15248 Rev 15380
Line 67... Line 67...
67
		} elseif($storeId == 3) {
67
		} elseif($storeId == 3) {
68
			$url = "http://m.snapdeal.com/products/mobiles?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
		} elseif($storeId == 4) {
71
		} elseif($storeId == 4) {
72
			$this->checkToken();			
72
			// $this->checkToken();			
73
		}
73
		}
74
		if( strpos($url, '?') === false ) {
74
		if( strpos($url, '?') === false ) {
75
			$firstChar = '?';
75
			$firstChar = '?';
76
		} else {
76
		} else {
77
			$firstChar = '&';
77
			$firstChar = '&';