Customer Name Formatter - Magento 2
This Magento 2 extension will format the customer name by uppercasing the first letter each word. It will work on customer name in:
- Customer account
- Customer Addresses
- Order Addresses
Description
Overview - Customer Name Formatter Magento-2 Extension
Most of the time customers may enter their first and last names in lower letters. So, there should be a provision to auto-capitalize this information.
That's the exact reason for developing this extension. It will format this information by auto capitalizing the first letter of each word.
Process existing customer accounts & orders
Extension by default start its functionality on new customer accounts & orders. But it does come up with a command to process existing records. You can run below command at Magento 2 root directory via SSH
php bin/magento redChamps:customerNameFormatter:process-existing-records