Subversion Repositories SmartDukaan

Rev

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

Rev 14387 Rev 14441
Line 91... Line 91...
91
					$url = "http://m.snapdeal.com".$url_parts['path'].'?'.$url_parts['query']."&utm_source=aff_prog&utm_campaign=afts&offer_id=17";
91
					$url = "http://m.snapdeal.com".$url_parts['path'].'?'.$url_parts['query']."&utm_source=aff_prog&utm_campaign=afts&offer_id=17";
92
				}else{
92
				}else{
93
					$url = "http://m.snapdeal.com".$url_parts['path'].'?utm_source=aff_prog&utm_campaign=afts&offer_id=17';
93
					$url = "http://m.snapdeal.com".$url_parts['path'].'?utm_source=aff_prog&utm_campaign=afts&offer_id=17';
94
				}
94
				}
95
			} elseif($storeId == 4){
95
			} elseif($storeId == 4){
96
				$next = "&next=".str_replace('www','m',$url);	
96
				$next = str_replace('www','m',$url);	
97
				$url = $this->getAutoLoginUrl($userId,$next);
97
				$url = $this->getAutoLoginUrl($userId,$next);
98
				$url .= '?utm_source=profitmandi';
-
 
99
			}/*else{
98
			}/*else{
100
				$url = $storeProduct['marketPlaceUrl'];
99
				$url = $storeProduct['marketPlaceUrl'];
101
			}*/
100
			}*/
102
			if( strpos($url, '?') === false ) {
101
			if( strpos($url, '?') === false ) {
103
				$firstChar = '?';
102
				$firstChar = '?';