Subversion Repositories SmartDukaan

Rev

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

Rev 22463 Rev 22464
Line 503... Line 503...
503
					$next = $redirecturl;
503
					$next = $redirecturl;
504
					$redirectUrl = $this->getBigUtsavAutoLoginUrl($userId,$next);
504
					$redirectUrl = $this->getBigUtsavAutoLoginUrl($userId,$next);
505
					$redirectToCart = true;
505
					$redirectToCart = true;
506
					$this->log($redirectUrl,'headers');
506
					$this->log($redirectUrl,'headers');
507
					$this->set(compact('redirectUrl','next','redirectToCart'));
507
					$this->set(compact('redirectUrl','next','redirectToCart'));
508
				}else{
-
 
509
					/*$totalSkus= intval($dataGiven->totalSkus);
-
 
510
					setcookie('txn_comp', 'no', -1, '/');
-
 
511
					$this->layout = 'innerpages';
-
 
512
					$next = "payment1?cq=".$totalSkus.'&addressid='.$addressid;
-
 
513
					if(isset($walletUsed)) {
-
 
514
						$next .= '&walletUsed='.$walletUsed;
-
 
515
					}
-
 
516
					$redirectUrl = $this->getBigUtsavAutoLoginUrl($userId,$next);
-
 
517
					$this->log($redirectUrl,'headers');
-
 
518
					$this->set(compact('redirectUrl','next'));*/
-
 
519
					return;
-
 
520
				}
508
				}
521
			}
509
			}
522
		} else {
510
		} else {
523
			if($tokenValidated == 0){
511
			if($tokenValidated == 0){
524
				$url = '/special/native/login';
512
				$url = '/special/native/login';