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