Admin - Configuration - My Store - Store Owner - Catalog
From Zen Cart(tm) Wiki
Revision as of 14:11, 10 September 2006 by Allcanadiansearch.ca (Talk | contribs)
Menu: Admin - Configuration - My Store - Store Owner - Catalog
Version: 1.3.5
/path/to/your/shop/includes/classes/order.php
| Line #870 : zen_mail('', SEND_EXTRA_LOW_STOCK_EMAILS_TO, EMAIL_TEXT_SUBJECT_LOWSTOCK, $email_low_stock, STORE_OWNER, EMAIL_FROM, array('EMAIL_MESSAGE_HTML' => nl2br($email_low_stock)),'low_stock'); |
/path/to/your/shop/includes/functions/functions_email.php
| Line #323 : if ($block['EMAIL_STORE_OWNER']=='') $block['EMAIL_STORE_OWNER'] = STORE_OWNER; |
/path/to/your/shop/includes/languages/english/create_account.php
| Line #37 : define('EMAIL_GV_CLOSURE','Sincerely,' . "\n\n" . STORE_OWNER . "\nStore Owner\n\n". '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'.HTTP_SERVER . DIR_WS_CATALOG ."</a>\n\n"); |
