//$(document).ready(function() {
//  var elements = {
//    wc_company : {type : 'string', minLength : 2},
//    wc_firstname : {type : 'text', minLength : 2},
//    wc_surname : { type : 'string', minLength : 2},
//    wc_email : {type : 'email'},
//    wc_address : {type : 'string', minLength : 4},
//    wc_postal_code : {type : 'string', minLength : 6, allowSpace : false},
//    wc_city : {type : 'text', minLength : 2},
//    wpc_id : {type : 'select'}
//  }
//
//  $("#form-customer").formValidation(elements);
//});
