Admin - Configuration - My Store - Store Name - Admin
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - My Store - Store Name - Admin
Version: 1.3.5
/path/to/your/shop/admin/coupon_admin.php
| Line #62 : $html_msg['COUPON_REDEEM_STORENAME_URL'] = sprintf(TEXT_VISIT ,'<a href="'.HTTP_CATALOG_SERVER . DIR_WS_CATALOG.'">'.STORE_NAME.'</a>'); |
/path/to/your/shop/admin/customers.php
| Line #31 : zen_mail($custinfo->fields['customers_firstname'] . ' ' . $custinfo->fields['customers_lastname'], $custinfo->fields['customers_email_address'], EMAIL_CUSTOMER_STATUS_CHANGE_SUBJECT , $message, STORE_NAME, EMAIL_FROM, $html_msg, 'default'); |
/path/to/your/shop/admin/email_welcome.php
| Line #109 : $html_msg['EMAIL_FROM_NAME'] = $STORE_NAME;
Line #111 : $extra_info=email_collect_extra_info(STORE_NAME, EMAIL_FROM, $name, $email_address );
|
/path/to/your/shop/admin/gv_mail.php
| Line #77 : $html_msg['GV_CODE_URL'] .= TEXT_OR_VISIT . '<a href="'.HTTP_SERVER . DIR_WS_CATALOG.'">' . STORE_NAME . '</a>' . TEXT_ENTER_CODE;
Line #112 : $html_msg['GV_CODE_URL'] .= TEXT_OR_VISIT . '<a href="'.HTTP_SERVER . DIR_WS_CATALOG.'">' . STORE_NAME . '</a>' . TEXT_ENTER_CODE; |
/path/to/your/shop/admin/gv_queue.php
| Line #86 : zen_mail($mail->fields['customers_firstname'] . ' ' . $mail->fields['customers_lastname'], $mail->fields['customers_email_address'], TEXT_REDEEM_GV_SUBJECT . TEXT_REDEEM_GV_SUBJECT_ORDER . $gv_resulta->fields['order_id'] , $message, STORE_NAME, EMAIL_FROM, $html_msg, 'gv_queue'); |
/path/to/your/shop/admin/includes/languages/english/password_forgotten.php
| Line #32 : define('TEXT_EMAIL_MESSAGE', 'A new password was requested from ' . $_SESSION['REMOTE_ADDR'] . '.' . "\n\n" . 'Your new password to \'' . STORE_NAME . '\' is:' . "\n\n" . ' %s' . "\n\n"); |
/path/to/your/shop/admin/includes/modules/newsletters/newsletter.php
| Line #101 : zen_mail($audience->fields['customers_firstname'] . ' ' . $audience->fields['customers_lastname'], $audience->fields['customers_email_address'], $this->title, $this->content, STORE_NAME, EMAIL_FROM, $html_msg, 'newsletters'); |
/path/to/your/shop/admin/includes/modules/newsletters/product_notification.php
| Line #262 : zen_mail($value['firstname'] . ' ' . $value['lastname'], $value['email_address'], $this->title, $this->content, STORE_NAME, EMAIL_FROM, $html_msg, 'product_notification',''); |
/path/to/your/shop/admin/mail.php
| Line #60 : zen_mail($mail->fields['customers_firstname'] . ' ' . $mail->fields['customers_lastname'], $mail->fields['customers_email_address'], $subject, $message, STORE_NAME, $from, $html_msg, 'direct_email', array('file' => $attachment_file, 'file_type'=>$attachment_filetype) ); |
/path/to/your/shop/admin/orders.php
| Line #89 : $message = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" .
Line #107 : zen_mail($check_status->fields['customers_name'], $check_status->fields['customers_email_address'], EMAIL_TEXT_SUBJECT . ' #' . $oID, $message, STORE_NAME, EMAIL_FROM, $html_msg, 'order_status');
|
/path/to/your/shop/admin/password_forgotten.php
| Line #65 : zen_mail($result->fields['admin_name'], $result->fields['admin_email'], TEXT_EMAIL_SUBJECT, sprintf(TEXT_EMAIL_MESSAGE, $new_password), STORE_NAME, EMAIL_FROM, $html_msg, 'password_forgotten_admin'); |
