Thanks for repairing your UT so those heading titles show up. Much better. Wondering if you could remove the category title from the product page titles.
So instead of:
"TestCategory 1 TestProduct 1"
would be better if we should see:
"TestProduct 1".
Just my opinion but easier to digest the UT info at a glance if just the product name was displayed. (Hint: That's how it is in the latest pinghead version).
Another questions although this is not really just a UT question.
The default heading_title define for the index page is " Congratulations! You have successfully installed your Zen Cart...".
So that does not display I've edited and removed from /includes/languages/english/index.php
So instead I have:Code:Line #51 : define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.'); Line #55 : define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
define('HEADING_TITLE', '');
In this case do you have any suggestions on how to make it so the UT log displays "index" or something relevant instead of a completely blank field when logging clicks on the home page?
If URL =
/shop/index.php
-or-
/shop/index.php?main_page=index
then heading_title = "index"
or something like that.
Woody


Reply With Quote
