Subversion Repositories SmartDukaan

Rev

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

Rev 20600 Rev 20979
Line 441... Line 441...
441
    	log.info("I am in cartMap" + " " + cartMap);
441
    	log.info("I am in cartMap" + " " + cartMap);
442
    	log.info(this.request.getParameterMap());
442
    	log.info(this.request.getParameterMap());
443
    	this.cartMap = cartMap;
443
    	this.cartMap = cartMap;
444
    }
444
    }
445
    
445
    
-
 
446
    public String pinServiceable(){
-
 
447
    	return "";
-
 
448
    }
446
    
449
    
447
    public String validateCart() {
450
    public String validateCart() {
448
    	log.info(this.cartMap);
451
    	log.info(this.cartMap);
449
    	JSONObject jsonObj  = null;
452
    	JSONObject jsonObj  = null;
450
    	if(!userinfo.isPrivateDealUser()){
453
    	if(!userinfo.isPrivateDealUser()){
Line 517... Line 520...
517
							if(itemObj.getInt("estimate") > maxEstimate){
520
							if(itemObj.getInt("estimate") > maxEstimate){
518
								maxEstimate = itemObj.getInt("estimate");
521
								maxEstimate = itemObj.getInt("estimate");
519
							}
522
							}
520
						}
523
						}
521
						itemObj.put("imageUrl", pp.getImageUrl());
524
						itemObj.put("imageUrl", pp.getImageUrl());
-
 
525
						itemObj.put("imageUrl", pp.getCategoryName());
522
						itemObj.put("title", pp.getTitle());
526
						itemObj.put("title", pp.getTitle());
523
					}
527
					}
524
					
528
					
525
					ArrayList<JSONObject> listdata = new ArrayList<JSONObject>();     
529
					ArrayList<JSONObject> listdata = new ArrayList<JSONObject>();     
526
					if (arr != null) { 
530
					if (arr != null) {