Zen Follower
- Join Date:
- Apr 2010
- Posts:
- 100
- Plugin Contributions:
- 0
Create new page with different look? (no header, sidebox, etc)
I have a requirement that I think was not well discussed (at least I can't find it, yet. :-):
Basically, I want to create a totally "new" page in my zen cart that:
-
this page will NOT share the common layout of all other pages (no head nav, foot, no sidebox, etc.): basically, I want to fully control the look and feel of this page. (that means, I will write my own code all the way from "<hml>" to "</html>")
-
but I need to access the database from this page, so I would need the global variables like $db, and all other language files, the static variables (XXX_YYY). (no need the css files)
Anyway I can do that?
Thanks a lot.