Ah. I did not merge the tpl_main_page.php because I didn't see it in my template folder. So I just copied it over from the SuperGlobals download. I got a fresh copy and merged the above code into it, but it's still just showing a blank page.
Printable View
Ah. I did not merge the tpl_main_page.php because I didn't see it in my template folder. So I just copied it over from the SuperGlobals download. I got a fresh copy and merged the above code into it, but it's still just showing a blank page.
What's logged in your /logs folder for that blank-page?
P.S. That "missing" tpl_main_page.php is only going to be true if you're directly editing files in the "classic" folder.
Sheesh, you'd think by now I could remember to check the logs. But it's not generating an error.
Okay, I found it. There was a line in html_header.php with something from the failed super_data install. I commented it out and everything seems to be working fine. tpl_main_page.php was okay all along. Thanks for your help, and for reminding me to look at the logs.
No problem ... the logs are your troubleshooting friend!
I've just submitted v1.6.3 to the plugins for review. This version corrects (again) the non-display of array elements associated with index-0 and updates the core-file change-basis to Zen Cart 1.5.5b.
New installations on Zen Cart versions prior to 1.5.5 should follow the instructions in the readme regarding hand-editing those admin-level core files.
I installed this on 1.5.5e and the stylesheet wasn't being used on the catalog side but it was on the admin side. I could see that the sheet was being loaded in firebug but not being applied for some reason. I moved it to includes since that is what was being referenced on line 88 of includes/functions/extra_functions/superglobals and now it's working. So it might want to be moved out of the template directory and into includes for future releases.
Yes, that is correct, sorry I forgot to mention that part.