You indicated that I should seek out and change code in:
find in your lang.php
I have square eyes trying to locate the correct lang.php file but I followed Marco’s tip and couldn’t find it there so I looked in every file ending ‘lang.php’ and could find it there either.
I have made many changes in my public_html/application/views/azure/en/cust_lang.php file:
I have fixed the word issue but now have a new issue…
Parse error: syntax error, unexpected ‘SHOP_MAIN_PRODUCTIVE’ (T_STRING), expecting ‘)’ in /home/wheelie/public_html/application/views/admin/en/lang.php on line 1148
This came after I tried to run a check delivery status program. Now the message also appears if I try to enter Admin CMS area.
Thanks MrYoda for getting me out of the pooh once again.
At first I spent 1/2 hour looking for keywords: ‘SHOP_MAIN_TAXNUMBER’ but after awhile I worked out that you really meant ‘SHOP_MAIN_[B]VAT[/B]NUMBER’
Then I tried to work out why you were referencing line 1148 when ‘SHOP_MAIN_VATNUMBER’ was on 1147
Line 1148 is the line were the error reported.
Then I thought if there was something happening that was unexpected (because I don’t understand what the error message means) perhaps it was because of what is happening on the line before it or 1147.
Then I reread your last post for the 213th time and saw that you suggested that maybe I forgot the “,” at the end of the line and sure enough, once I added that comma all my problems vanished.
I spent so much time looking for the big things and I spent too little for the little things. A lesson for a Newbies --> Read the answers to help messages thoroughly and literally.