Subversion Repositories SmartDukaan

Rev

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

Rev 22593 Rev 22594
Line 921... Line 921...
921
		//$("input[name=nameGoesHere]").val();
921
		//$("input[name=nameGoesHere]").val();
922
		customerObj['firstName'] = $("form#cd input[name=firstName]").val();
922
		customerObj['firstName'] = $("form#cd input[name=firstName]").val();
923
		customerObj['lastName'] = $("form#cd input[name=lastName]").val();
923
		customerObj['lastName'] = $("form#cd input[name=lastName]").val();
924
		customerObj['mobileNumber'] = $("form#cd input[name=phone]").val(); 
924
		customerObj['mobileNumber'] = $("form#cd input[name=phone]").val(); 
925
		customerObj['emailId'] = $("form#cd input[name=email]").val();
925
		customerObj['emailId'] = $("form#cd input[name=email]").val();
926
		customerObj['dateOfBirth'] = $("form#cd input[name=dateOfBirth").val();
926
		customerObj['dateOfBirth'] = $("form#cd input[name=dateOfBirth]").val();
927
		var customerAddress = {};
927
		var customerAddress = {};
928
		customerAddress['name'] = $("form#cd input[name=firstName]").val() + " " + $("form#cd input[name=lastName]").val();
928
		customerAddress['name'] = $("form#cd input[name=firstName]").val() + " " + $("form#cd input[name=lastName]").val();
929
		customerAddress['line1'] = $("form#cd input[name=line1]").val();
929
		customerAddress['line1'] = $("form#cd input[name=line1]").val();
930
		customerAddress['line2'] = $("form#cd input[name=line2]").val();
930
		customerAddress['line2'] = $("form#cd input[name=line2]").val();
931
		customerAddress['landmark'] = $("form#cd input[name=landmark]").val();
931
		customerAddress['landmark'] = $("form#cd input[name=landmark]").val();