In the script there are a few places where customers_name is used instead of first_name last_name. It seems if customers_name is used the name order becomes first last name.
With Japanese the name order should be last first name.
In the DB table address_format I can set the correct name order and it seems to work except in at least 2 cases where customers_name seems to be referenced. How do I change this?
1) email\email_template_order_status.html
<div>$EMAIL_CUSTOMERS_NAME sama</div>
2) admin\orders.php, invoice.php, & packinglist.php
I happen to be using Super Orders and the name order in orders.php, invoice.php, & packinglist.php is First Name Last Name
NOTE
If the customer is placing the order in English the name order should be first name last name.


Reply With Quote
