Subversion Repositories SmartDukaan

Rev

Rev 11015 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11015 Rev 11095
Line 214... Line 214...
214
	var otherCost=$('#otherCost').val();
214
	var otherCost=$('#otherCost').val();
215
	var supc_code=$('#supc').val();
215
	var supc_code=$('#supc').val();
216
	var sdItem=$('#sdItemCode').val();
216
	var sdItem=$('#sdItemCode').val();
217
	var maxSellingPrice=$('#maxSp').val();
217
	var maxSellingPrice=$('#maxSp').val();
218
	var websiteMrp=$('#webisteMrp').val();
218
	var websiteMrp=$('#webisteMrp').val();
-
 
219
	var courierCostSnapdeal=$('#courierCostMarketplace').val();
219
	
220
	
220
	if (supc_code=="" || supc_code==null){
221
	if (supc_code=="" || supc_code==null){
221
		jAlert('Illegal Entry In SUPC', 'ERROR');
222
		jAlert('Illegal Entry In SUPC', 'ERROR');
222
		return false;
223
		return false;
223
	}
224
	}
224
	
225
	
-
 
226
	if (courierCostSnapdeal=="" || courierCostSnapdeal==null){
-
 
227
		jAlert('Illegal Entry In Courier Cost Snapdeal', 'ERROR');
-
 
228
		return false;
-
 
229
	}
-
 
230
	
225
	if (sdItem=="" || sdItem==null){
231
	if (sdItem=="" || sdItem==null){
226
		jAlert('Illegal Entry In Sku@Snapdeal', 'ERROR');
232
		jAlert('Illegal Entry In Sku@Snapdeal', 'ERROR');
227
		return false;
233
		return false;
228
	}
234
	}
229
	
235
	
Line 323... Line 329...
323
	var sellingPrice=$('#sellingPrice').val();
329
	var sellingPrice=$('#sellingPrice').val();
324
	var maxSellingPrice=$('#maxSp').val();
330
	var maxSellingPrice=$('#maxSp').val();
325
	var websiteMrp=$('#webisteMrp').val();
331
	var websiteMrp=$('#webisteMrp').val();
326
	var supc=$('#supc').val();
332
	var supc=$('#supc').val();
327
	var sdItem=$('#sdItemCode').val();
333
	var sdItem=$('#sdItemCode').val();
-
 
334
	var courierCostSnapdeal=$('#courierCostMarketplace').val();
-
 
335
	
-
 
336
	if (courierCostSnapdeal=="" || courierCostSnapdeal==null){
-
 
337
		jAlert('Illegal Entry In Courier Cost Snapdeal', 'ERROR');
-
 
338
		return false;
-
 
339
	}
328
	
340
	
329
	if (supc=="" || supc==null){
341
	if (supc=="" || supc==null){
330
		jAlert('Illegal Entry In SUPC', 'ERROR');
342
		jAlert('Illegal Entry In SUPC', 'ERROR');
331
		return false;
343
		return false;
332
	}
344
	}