Jump to content

[Solved] Order confirmation email not well aligned.


Recommended Posts

I tried making false order and my ps sent a order confirmation as usual. But then when I opened my mailbox, the order confirmation email seemed out of its original format.

I tried both with my gmail dan yahoo mail and as expected, same thing happened but with a different view.

I attached herewith the screen captures from my gmail and yahoo.

How to make the email align as normal again?

Any help regarding this matter, is highly appreciated.

Thank you.

49754_I0LeM9iI5dAlnHYRZce7_t

Link to comment
Share on other sites

I had the same problem.
I solved this by restoring the original files from the installation Prestashop
I restored back the files: new_order.html and order_conf.html and after that everything seems fine.
It seems that the translation tool is doing damage to these files.

Peter

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

Hi, I have the same problem, with the mail sent out. Please help make it correct. The file permissions is not the problem, for getting wrong layouts. Its the design thats wrong, or the translation tool, is making it hard.

Please help someone....tell us how the code should be in theese 2 files?

 

Hope to hear from you.

Link to comment
Share on other sites

  • 1 month later...
  • 5 weeks later...

Yeah...at first I thought this problem considered solved but then, it still exist. Could somebody give the solutions to overcome this problems? To make this thread alive again I need to remove the "[solved]' in the header but I dont know how. TQ.

Link to comment
Share on other sites

hi myzuhari

First to remove the solved , go to your first message and click on Edit , you can change the header.

 

I don't have an real solution to work with the BO

 

but what i did is :

Make an Copy from the Mails ->EN Folder to your computer

 

your server ->Prestashop folder -> mails ->EN Folder

 

i changed the layout and text from the mails with an wysiwyg builder

Also possible when you don't want to change the layout ( colors etc )

you can also translate all these files with an text editor like wordpad from windows or something like that

and click just save

 

remember make an back up !

Link to comment
Share on other sites

Hi myzuhari Coding is not needed ,

 

When it is just an translation you can do as abouve with an text editor you can translate the mails

 

just as example :

 

open te folder mails then en there you see the firts file order confirmation

open this in eq frontpage

there you can translate te text so as you want ,

but also change the layout

 

see image as example

vertaling.bmp

Link to comment
Share on other sites

  • 3 months later...

Got it SOLVED like this:

 

1. Get original order_conf.html file (I attached it to the post) - skip to the step 3. if you don't need to edit anything.

 

2. Edit file by opening it in any text editor. If you want to remove for example gift-wraping row - delete/comment out this code at line 55:

 

<tr style="text-align:right;">
  <td> </td>
  <td colspan="3" style="background-color:#EBECEE; padding:0.6em 0.4em;">Gift-wrapping</td>
  <td style="background-color:#EBECEE; padding:0.6em 0.4em;">{total_wrapping}</td>
 </tr>

 

3. Log into your host (ftp) and upload this file to /yourshop/mails/en

 

You can translate the content in this text editor or at backend - tools - translations - email file....

order_conf.html

Edited by jurexy (see edit history)
  • Like 2
Link to comment
Share on other sites

  • 2 months later...
  • 1 year later...
  • 3 months later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...