Magento 2: Ajax validation in checkout page
So I need to add an AJAX validation for the field VAT number of shipping and billing address in checkout page, which is basically like this: define([], function () { return { validate:function (value){ $.ajax({ url: ‘path/to/the/validation/controller’, type: ‘get’, dataType:… Read More »Magento 2: Ajax validation in checkout page