v1.6-v1.7 Prestashop Minimalist Pro - Email templates

dsfstore

Member
XNullUser
Joined
Feb 28, 2019
Messages
365
Reaction score
22
Points
18
NullCash
2
A little trick to make your life easy...

One think that's always annoy me, is the copyright/advertisment mention at the footer of each email.

This is how to remove properly the Ecommerce software by Prestashop at the bottom of the pages, once and for all! :geek:

Go to themes\classic\templates\_partial and open the file footer.tpl with NotePad++

At the end of the footer.tpl (around line 44) you will see this block:

Code:
<div class="row">
      <div class="col-md-12">
        <p class="text-sm-center">
          {block name='copyright_link'}
            <a class="_blank" href="http://www.prestashop.com" target="_blank">
                 {l s='%copyright% %year% - Ecommerce software by %prestashop%' sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'}
            </a>
          {/block}
        </p>
      </div>
</div>

Did you notice, the 4 Prestashop?
Just replace them by the name of your website, like this:

Code:
  <a class="_blank" href="http://www.MYWEBSITE.com" target="_blank">
     {l s='%copyright% %year% - Ecommerce software by %MYWEBSITE%' sprintf=['%MYWEBSITE%' => 'MYWEBSITE™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'}
</a>

Save your file, and it's done. It was simple, no?

Now ALL (did you notice the caps?) yours mails will have your website copyright mention instead of the Prestashop copyright mention :cool:

Of course you can replace this copyright part by anything else, like this for exemple:

Code:
<div class="row">
      <div class="col-md-12">
        <p class="text-sm-center">
          Please do not reply to this email from your email, as messages received at this email address are not read. For a quick response to your question, sign in to your account and click on the 'Contact Us' link (at the bottom of any page).
        </p>
      </div>
</div>

... or any special announcement (closed dates for holidays or inventary, publicity, etc...)

Enjoy ;)

Note: if you don't create a mails folder in your /themes/name-of-the-theme folder, don't forget to keep a copy from your modification, without that, your modification will be remplaced by the original fine each time you will upgrade Prestashop.
Thanks so much :) , great changes
 

utilero

Active member
Elite
XNullUser
Joined
Apr 14, 2019
Messages
53
Reaction score
170
Points
33
NullCash
158
It seems very minimalist but you have to try it. Thanks for the input.
 

Nirvana

Member
XNullUser
Joined
Apr 15, 2019
Messages
309
Reaction score
8
Points
18
NullCash
1
6.png


Demo: https://addons.prestashop.com/en/pr...tes/27467-minimalist-pro-email-templates.html

Download
[Hidden content]
tksssss
 

dabliop

Well-known member
Diamond
Elite
Joined
Mar 31, 2019
Messages
660
Reaction score
329
Points
63
NullCash
623
Is is cool!! Tks, man!!

---- Automatically Merged Double Post ----

Obrigado por isto, man!! Very good!!

---- Automatically Merged Double Post ----

Very tks , my brother!!! Very very good!!

---- Automatically Merged Double Post ----

Thanks so much :) , great changes
Perfect!!
 
Last edited:

nunojsoares

Member
XNullUser
Joined
Apr 25, 2019
Messages
313
Reaction score
0
Points
18
NullCash
8
I will try it. It seems to be very beautifull.
Tks

---- Automatically Merged Double Post ----

Very good templates.
Tanks

---- Automatically Merged Double Post ----

Very goog templates
tanks

---- Automatically Merged Double Post ----

Tanks for posting
 
Last edited:

isbacknull

Member
XNullUser
Joined
May 9, 2019
Messages
225
Reaction score
0
Points
16
NullCash
5
ı find long time that. thank you

---- Automatically Merged Double Post ----

Thanks guys! Tesekkurler kardes

---- Automatically Merged Double Post ----

hanks guys! Tesekkurler arkadasim

---- Automatically Merged Double Post ----

that working. thank you
 
Last edited:

prophete111

Member
XNullUser
Joined
May 10, 2019
Messages
159
Reaction score
2
Points
18
NullCash
6
merci c'est super clean

---- Automatically Merged Double Post ----

Can not install the module on prestashop 1.7
 
Last edited:

ivanoff1912

Active member
XNullUser
Joined
Jun 1, 2019
Messages
192
Reaction score
84
Points
28
NullCash
6
have a nice module thanks

---- Automatically Merged Double Post ----

dont install on prestashop 1.7.2.2 , error message is invalid zip archive
 
Last edited:
Top