Jump to content

Remove powered with prestashop from mails


Recommended Posts

You will need to edit all mails in ..mails/yourlanguage both text and html and remove the powered by.

 

In HTML files change this: remove part in red

<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>

 

To this:

<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a>

 

 

In text files change this:

{shop_url} powered by PrestaShop™

 

To this:

{shop_url}

 

 

If you look through the folder there are others to change as well:(depending on modules installed)

 

..modules

/mailalert/mails/yourlanguage

/blocknewsletter/mails/yourlanguage

/blockwishlist/mails/yourlanguage

/referralprogram/mails/yourlanguage

/sendtoafriend/mails/yourlanguage

/paypal/mails/yourlanguage

Link to comment
Share on other sites

You will need to edit all mails in ..mails/yourlanguage both text and html and remove the powered by.

 

In HTML files change this: remove part in red

<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>

 

To this:

<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a>

 

 

In text files change this:

{shop_url} powered by PrestaShop™

 

To this:

{shop_url}

 

 

If you look through the folder there are others to change as well:(depending on modules installed)

 

..modules

/mailalert/mails/yourlanguage

/blocknewsletter/mails/yourlanguage

/blockwishlist/mails/yourlanguage

/referralprogram/mails/yourlanguage

/sendtoafriend/mails/yourlanguage

/paypal/mails/yourlanguage

 

Thanks

Link to comment
Share on other sites

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...