I saw this in an upgrade so did a clean install to test. The Title Tag for all EZ Pages begins with 'Page 2' and not the title of the page.
I saw this in an upgrade so did a clean install to test. The Title Tag for all EZ Pages begins with 'Page 2' and not the title of the page.
I can confirm this, but it isn't for all EZ pages, just those with HTML content. The pages with internal or external links show the page title in the title bar.
Hmmm ... that's been around for awhile and I never spotted it. Good catch.
We'll try to roll a fix into 1.5.3 before it gets released.
In the meantime you can fix it yourself by editing:
/includes/modules/pages/page.php
Move line 22:down so that it's between lines 37 and 38, like this:Code:require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
Code:if ($var_pageDetails->EOF) { require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php')); $messageStack->add_session('header', ERROR_PAGE_NOT_FOUND, 'caution');
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.