Subversion Repositories SmartDukaan

Rev

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

Rev 15085 Rev 15248
Line 66... Line 66...
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/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) {
-
 
72
			$this->checkToken();			
71
		}
73
		}
72
		if( strpos($url, '?') === false ) {
74
		if( strpos($url, '?') === false ) {
73
			$firstChar = '?';
75
			$firstChar = '?';
74
		} else {
76
		} else {
75
			$firstChar = '&';
77
			$firstChar = '&';