Skip to content

Instantly share code, notes, and snippets.

View DivaVocals's full-sized avatar

Crystal Jones DivaVocals

View GitHub Profile
@DivaVocals
DivaVocals / tpl_main_page.php
Created November 1, 2015 16:53
Zen Cart - Display everywhere BUT home page
/* 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
}
@DivaVocals
DivaVocals / contactUs
Created November 1, 2015 17:15
Zen Cart - Add a dropdown to Contact Us list
/*
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>
*/