Subversion Repositories SmartDukaan

Rev

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

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