abodivb Posted December 24, 2012 Share Posted December 24, 2012 Hi i want to remove powered with prestashop from mails all mail templates regard Link to comment Share on other sites More sharing options...
tdr170 Posted December 24, 2012 Share Posted December 24, 2012 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 More sharing options...
abodivb Posted December 24, 2012 Author Share Posted December 24, 2012 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now