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
Compatibility (CE & EE) | 2.2.x, 2.3.x, 2.4.x |
---|
- Quality Code
- Free Installation
- Lifetime Free Support
- Quick Response
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
Write Your Own Review
Version v 1.0.0 - September 05, 2020
- Initial version