This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://www.zen-cart.com/showthread.php?176516-Banners-How-can-I-show-them-on-all-pages-EXCEPT-home&p=1007143#post1007143 */ | |
if (!this_is_home_page) { | |
// your code here | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Contact Us form to multiple email adresses | |
Configuration >> Email Options >> Set "Contact Us" Email Dropdown List | |
Set "Contact Us" Email Dropdown List | |
On the "Contact Us" Page, set the list of email addresses , in this format: Name 1 <email@address1>, Name 2 <email@address2> | |
*/ |
OlderNewer