Subversion Repositories SmartDukaan

Rev

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

Rev 15380 Rev 15925
Line 68... Line 68...
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
		} elseif($storeId==5){
-
 
74
			$url = "http://clk.omgt5.com/?PID=10314&r=$url";
73
		}
75
		}
74
		if( strpos($url, '?') === false ) {
76
		if( strpos($url, '?') === false ) {
75
			$firstChar = '?';
77
			$firstChar = '?';
76
		} else {
78
		} else {
77
			$firstChar = '&';
79
			$firstChar = '&';