Subversion Repositories SmartDukaan

Rev

Rev 692 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 692 Rev 712
Line 60... Line 60...
60
			// This exception can be ignored for showing the cart. Not so
60
			// This exception can be ignored for showing the cart. Not so
61
			// innocent when this occurs at the time of checkout or when the
61
			// innocent when this occurs at the time of checkout or when the
62
			// user is proceeding to pay.
62
			// user is proceeding to pay.
63
			e.printStackTrace();
63
			e.printStackTrace();
64
		}
64
		}
-
 
65
    	// in case this page is redirected from payment failure
65
    	
66
		/*
-
 
67
		if(getActionErrors()!=null){
-
 
68
			this.errorMsg = getActionErrors().toArray()[0].toString();
66
		
69
		}
-
 
70
		*/
67
		htmlSnippets.put("SHIPPING_HEADER", pageLoader.getShippingHeaderHtml());
71
		htmlSnippets.put("SHIPPING_HEADER", pageLoader.getShippingHeaderHtml());
68
		htmlSnippets.put("SHIPPING_DETAILS", pageLoader.getShippingDetailsHtml(userinfo.getCartId(), errorMsg));
72
		htmlSnippets.put("SHIPPING_DETAILS", pageLoader.getShippingDetailsHtml(userinfo.getCartId(), errorMsg));
69
		
73
		
70
    	return "index";
74
    	return "index";
71
	 }
75
	 }