Jump to content

[Resolved] How to add a line in order complete email?


bosanci28

Recommended Posts

I want to add a line to the order complete ?

I get this as client:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Hi John,

We are pleased to say that order number 150815-224914-0000 is complete. If you have ordered physical goods they should arrive shortly.

Kind regards,

The Mysite.com Staff
http://mysite.com

>>>>>>>>>>>>>>>>>>>>>>>>

 

I want to add a line after this: "goods they should arrive shortly."... 

And also how to add a banner link after "http://mysite.com" and the banner to show up in email .

 

Thanks,

 

 

 

Link to comment
Share on other sites

In admin, Email Templates, Email Templates tab, click the Edit icon of Default Emails.

On the new page, click the HTML Content tab.

Switch the editor to Source mode.

About 22 lines down, you will find:

<a href="{$DATA.storeURL}"><img alt="{$DATA.storeName}" border="0" src="{$DATA.logoURL}"></a>

Note the placeholder

{$DATA.logoURL}

A few more lines down and you will see the HTML link to your storeURL.

Add the necessary URL to point to whatever image you would like to be shown.

Go back to admin, Email Templates. Click the flag icon of the language your store is using for Cart: Order Complete. On both the HTML Content and Plain Text Content tabs, add the additional wording you want.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...