Zen Follower
- Join Date:
- Jul 2008
- Posts:
- 495
- Plugin Contributions:
- 0
Can't override Address Details
Hello,
I am trying to change some words during the checkout process when the customer signs up and enters their address details. I used the developers tool kit and found the file that i was suppose to edit
includes/languages/english/CUSTOM/create_account.php
just to test if this override file works, I was able to change the heading message "If you already have an account with us, please ..".
However, when I change the Address Details title to something like "Billing Address", that doesn't get changed. They are in the same create_account.php file. So whats up?
I uncomment this code, because it was commented out by default:
define('TABLE_HEADING_ADDRESS_DETAILS', 'Billing Address');