Subversion Repositories SmartDukaan

Rev

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

Rev 20983 Rev 20984
Line 511... Line 511...
511
									cartObj.put("cartMessagesMerged", cartObj.getInt("cartMessagesMerged") + 1);
511
									cartObj.put("cartMessagesMerged", cartObj.getInt("cartMessagesMerged") + 1);
512
								}
512
								}
513
							 }
513
							 }
514
						}
514
						}
515
						ProductPojo pp = PojoPopulator.getShortContent(itemObj.getLong("catalogItemId"));
515
						ProductPojo pp = PojoPopulator.getShortContent(itemObj.getLong("catalogItemId"));
-
 
516
						String productProperties = ContentServingService.getSnippet(SnippetType.PRODUCT_PROPERTIES_SNIPPET, id +"", -1);
-
 
517
						JSONObject productPropertiesInJson = new JSONObject(productProperties);
-
 
518
						productPropertiesInJson.getString("categoryName");
516
						if(itemObj.has("estimate")){
519
						if(itemObj.has("estimate")){
517
							if(allSame){
520
							if(allSame){
518
								allSame = maxEstimate==-2 || maxEstimate==itemObj.getInt("estimate");
521
								allSame = maxEstimate==-2 || maxEstimate==itemObj.getInt("estimate");
519
							}
522
							}
520
							if(itemObj.getInt("estimate") > maxEstimate){
523
							if(itemObj.getInt("estimate") > maxEstimate){