- How to get the customer’s data on the frontend checkout page’s client side (with JavaScript) using the
Magento_Customer/js/model/customerobject? - How is the
Magento_Customer/js/customer-dataobject implemented and used? - How to get the customer’s data on the frontend checkout page’s client side (with JavaScript) using the
window.customerDataobject? -
The difference between
window.customerData,Magento_Customer/js/customer-data, andMagento_Customer/js/model/customeron a frontend checkout page.