Subversion Repositories SmartDukaan

Rev

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

Rev 8143 Rev 8749
Line 578... Line 578...
578
			String description = descriptions.get((int) (8 * Math.random()));
578
			String description = descriptions.get((int) (8 * Math.random()));
579
			double minPrice = getMinPrice(items);
579
			double minPrice = getMinPrice(items);
580
			
580
			
581
			String productType = "";
581
			String productType = "";
582
			
582
			
583
			if (firstItem.getCategory() == 10001 || firstItem.getCategory() == 10002 || firstItem.getCategory() == 10003 || firstItem.getCategory() == 10004 || firstItem.getCategory() == 10005)	{
583
			if (firstItem.getCategory() == 10006)	{
584
				productType = "Mobile Phone";
584
				productType = "Mobile Phone";
585
			
585
			
586
			} else if (firstItem.getCategory() == 10010)	{
586
			} else if (firstItem.getCategory() == 10010)	{
587
				productType = "Tablet";
587
				productType = "Tablet";
588
				
588