Subversion Repositories SmartDukaan

Rev

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

Rev 9085 Rev 9086
Line 219... Line 219...
219
					logger.info(orderId+" "+subOrderId + " Unit Price not set " +"\n");
219
					logger.info(orderId+" "+subOrderId + " Unit Price not set " +"\n");
220
					continue;
220
					continue;
221
				}
221
				}
222
				if(nextLine[8].length()!=0){
222
				if(nextLine[8].length()!=0){
223
					shippingPrice  =  Double.parseDouble(nextLine[8]);
223
					shippingPrice  =  Double.parseDouble(nextLine[8]);
-
 
224
					if(shippingPrice!=0){
224
					sb.append(orderId+" "+subOrderId + " Shipping Fee :"+ shippingPrice +"\n");
225
						sb.append(orderId+" "+subOrderId + " Shipping Fee :"+ shippingPrice +"\n");
225
					logger.info(orderId+" "+subOrderId + " Shipping Fee :"+ shippingPrice +"\n");
226
						logger.info(orderId+" "+subOrderId + " Shipping Fee :"+ shippingPrice +"\n");
-
 
227
					}
226
				}
228
				}
227
				else{
229
				else{
228
					shippingPrice=0;
230
					shippingPrice=0;
229
				}
231
				}
230
				if(nextLine[9].length()!=0){
232
				if(nextLine[9].length()!=0){