Subversion Repositories SmartDukaan

Rev

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

Rev 5945 Rev 8749
Line 98... Line 98...
98
			Item item = entityItemMap.get(entity.getID());
98
			Item item = entityItemMap.get(entity.getID());
99
			String productType = "";
99
			String productType = "";
100
			String url = getProductURL(entity.getID(), item);
100
			String url = getProductURL(entity.getID(), item);
101
			String imageUrl = "http://www.saholic.com/images/website" + File.separator + entity.getID() + File.separator + "thumbnail.jpg";
101
			String imageUrl = "http://www.saholic.com/images/website" + File.separator + entity.getID() + File.separator + "thumbnail.jpg";
102
			
102
			
103
			if (entity.getCategoryID() == 10001 || entity.getCategoryID() == 10002 || entity.getCategoryID() == 10003 || entity.getCategoryID() == 10004 || entity.getCategoryID() == 10005)	{
103
			if (entity.getCategoryID() == 10006)	{
104
				productType = "Mobile Phone";
104
				productType = "Mobile Phone";
105
			
105
			
106
			} else if (entity.getCategoryID() == 10010)	{
106
			} else if (entity.getCategoryID() == 10010)	{
107
				productType = "Tablet";
107
				productType = "Tablet";
108
				
108