Are you wanting this just on the home page? Or every page?
Your custom HTML needs to go into a template file ... probably /includes/templates/Name_Of_Your_Custom_Template/templates/tpl_index_default.php ... probably above the first <div>
Are you wanting this just on the home page? Or every page?
Your custom HTML needs to go into a template file ... probably /includes/templates/Name_Of_Your_Custom_Template/templates/tpl_index_default.php ... probably above the first <div>
.
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.
what i want is a cookie to detect if you have agreed to my terms and conditions of the page before entering, it pops up on page load only you select yes or no and then you do not see it again for 30 days of the cookies life. this way if someone finds me on google and misses my homepage they still see my box. i am making a smokeshop to sell pipes and scales but my lawyer has advised me to make sure i advise everyone they must be 21 years of age or older to enter so i avoid any legal problems state by state.
is there a way i can add my cookie info and my javascript into an html page and then somehow echo that into php code into my tpl_header or something like that or is there a simpler way?