The issue is, that "Forsendelse & Returnering" shows on the Danish version, which is like it should be, but nothing shows instead on the English version.. I have the same problem, on all other similar "define pages"..![]()
The issue is, that "Forsendelse & Returnering" shows on the Danish version, which is like it should be, but nothing shows instead on the English version.. I have the same problem, on all other similar "define pages"..![]()
You need a set of html_includes for each languageI have the same problem, on all other similar "define pages"
Do you have these?
This should be in the english.php file at about line 140
Code:define('BOX_INFORMATION_SHIPPING', 'Shipping Information');
Last edited by kobra; 16 Mar 2008 at 07:24 AM.
Also should have for each language
/english/shippinginfo.php
/danish/shippinginfo.php
And about line22 or so
Code:define('NAVBAR_TITLE', 'Shipping Information'); define('HEADING_TITLE', 'Shipping Information');
The files mentioned is all in perfect order..I really don't understand why the problem has turned up.. And why only in english - the standart language..
![]()
Would not have any issue if this were actually the case....The files mentioned is all in perfect order..
Got it now! Somehow the additional_customers_fields files in extra_definitions ****** it all up..
Thanks for your help btw..:)
Just want to add to the knowledgebase...
i faced the problem a while ago...
tried for at least ONE hour to solve it...
PROBLEM:
HEADING_TITLE displays wrongly. Eg. under account.php it says About STORE NAME instead of My Account Information...
it is sporadic error which occur in a few pages but not in others...
SOLUTION:
yes, like the previous zenner, i put something inside the extra definitions folder which shouldn't be there
and it sort of messes it up a bit...
LESSON:
always use the template override system religiously!![]()