X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   where do you edit invoice email notification text? (https://forum.x-cart.com/showthread.php?t=9445)

chrisss 09-20-2004 07:37 AM

where do you edit invoice email notification text?
 
We'd like to edit the following text received in invoice emails:
"You have received this notification...."

"This is an order #X notification."

"Thank you for your purchase!"

"Thank you for using X-Cart shopping system"

I don't see that in the " /mail/mail_header.tpl" file but I do see reference to:
{$lng.eml_mail_header_part1} {$config.Company.company_name} {$lng.eml_mail_header_part2}

Where are _part1 & 2 set? Is this where the above text comes from?

I also see /mail/html/mail_header.tpl has this commented out:
"{* You have received this notification from *}"

So where is that set?

gaminggurus 09-20-2004 10:41 AM

Re: where do you edit invoice email notification text?
 
Quote:

Originally Posted by chrisss
We'd like to edit the following text received in invoice emails:
"You have received this notification...."

"This is an order #X notification."

"Thank you for your purchase!"

"Thank you for using X-Cart shopping system"

I don't see that in the " /mail/mail_header.tpl" file but I do see reference to:
{$lng.eml_mail_header_part1} {$config.Company.company_name} {$lng.eml_mail_header_part2}

Where are _part1 & 2 set? Is this where the above text comes from?

I also see /mail/html/mail_header.tpl has this commented out:
"{* You have received this notification from *}"

So where is that set?


I would start with /mail/order_invoice.tpl for the plain text version and /mail/html/order_invoice.tpl or the HTML version. Does that look like what you are looking for?

-Ricky

chrisss 09-20-2004 10:50 AM

Kind of but the text I want to edit appears above:

Code:

<STYLE type="text/css">
BODY {
        MARGIN-TOP: 10px;
        FONT-SIZE: 12px;
        MARGIN-LEFT: 10px;
        FONT-FAMILY: arial,helvetica,sans-serif
}


Where this stuff is:
Code:

{* $Id: order_invoice.tpl,v 1.14.2.6 2004/08/26 07:20:58 max Exp $ *}
{config_load file="$skin_config"}
{if $is_nomail ne 'Y'}
{literal}


cotc2001 09-20-2004 12:04 PM

check your lznguages in the admin, its held there


All times are GMT -8. The time now is 03:38 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.