Skip to product information
1 of 1
Published:2022.10.03

If the first and last names are reversed in Shopify, split the customer.name property into last_name and first_name properties and swap them.

If the first and last names are reversed in Shopify, split the customer.name property into last_name and first_name properties and swap them.

Applications

  • Edit Account Information

How to implement

  • LIQUID
View full details

Since Shopify is primarily an English-speaking app, it is common for first and last names to be reversed. In such cases, there is no other way around it, so you will have to split the name property into last_name and first_name properties and swap them over.

Since Shopify is an app primarily used in English-speaking countries, Japanese names are displayed with the first name and surname reversed by default.


To display these names in Japanese order, write them as last_name and first_name separately.

Related Post