durghe Posted December 7, 2011 Share Posted December 7, 2011 How can i personalize blocknewsletter? I want to write a phrase to attract the clients to subscribe at my newsletter. How can i do this? Thanks to all Link to comment Share on other sites More sharing options...
MrBaseball34 Posted December 7, 2011 Share Posted December 7, 2011 It is possible, yes. What is it that you want to say? Link to comment Share on other sites More sharing options...
Snade Posted December 8, 2011 Share Posted December 8, 2011 You can easily change the text "Newsletter" to whatever you want in the Translations tab - module translations. To change the style of the box(width, text size etc.) you need to edit the css file in the newsletter module Link to comment Share on other sites More sharing options...
durghe Posted December 9, 2011 Author Share Posted December 9, 2011 @Snade: i don't want to change "only" the text newsletter. Thx anyway @MrBaseball34: I want to change the dimension of the white box where there is "submit to newsletter" and i want to change the text in something that is more catchy than a "cold" notice. Sry for my bad english Thx to all Link to comment Share on other sites More sharing options...
Snade Posted December 10, 2011 Share Posted December 10, 2011 Hi so, you want to change not only the text, but the looks too. Ok, read my last post again Change the text in the translations(or directly in the .tpl file), then change the looks in the css file. If you want to change the html structure, you can edit the tpl file, but I think you dont need that. Anyway, play with the css and tpl file, there is all you need. 1 Link to comment Share on other sites More sharing options...
reinoplantae Posted April 4, 2012 Share Posted April 4, 2012 How can i personalize blocknewsletter? I want to write a phrase to attract the clients to subscribe at my newsletter. How can i do this? Thanks to all Hello Durghe, Snade didn't get what you want! To add a text in the newsletter block: 1- open the file /modules/blocknewsletter/blocknewsletter.tpl 2- insert your text with a simple {l='your text'} just after the <div class="block_content"> Your code should look like this: <!-- Block Newsletter module--> <div id="newsletter_block_left" class="block"> <h4>{l s='Newsletter' mod='blocknewsletter'}</h4> <div class="block_content"> {l s='INSERT YOUR TEXT HERE'} {if isset($msg) && $msg} ... 1 Link to comment Share on other sites More sharing options...
sajiepaj Posted June 21, 2012 Share Posted June 21, 2012 (edited) Hi there I'm trying to do exactly what you have described here (want to add 'subscribe to our newsletter and get free shipping on your next order' into the subscribe sidebox), and for some reason my newsletter block is not updating with the amended text - am I missing something? I'm amending the blocknewsletter.tpl file in my modules folder but nothing is changing on the site.... I'm quite new to Prestashop (a convert from Zencart) so not sure if there's something i've missed. Thanks Sara ps the site is www.diy-wedding-favours.com Edited June 21, 2012 by sajiepaj (see edit history) Link to comment Share on other sites More sharing options...
artman Posted August 4, 2012 Share Posted August 4, 2012 Like Snade said: in the admin panel, click on Tools then click on Translations on the menu bar below under Modify Translations dropdown menu, select Translations of Installed Modules then select the flag that pertains to your primary language scroll down to about 3/4 of the page until you get to blocknewsletter next to Newsletter = (enter whatever you want your h4 to say on the block) scroll all the way to the bottom of the page and click Update Translations You should be good! =) Link to comment Share on other sites More sharing options...
Avarhithion Posted October 3, 2012 Share Posted October 3, 2012 How is it possible to, for example, change the text "ok" in the submit button? Thanks anyone! Link to comment Share on other sites More sharing options...
michielbles Posted September 1, 2014 Share Posted September 1, 2014 Hi Prestashop apprentice, This <!-- Block Newsletter module--><div id="newsletter_block_left" class="block"><h4>{l s='Newsletter' mod='blocknewsletter'}</h4><div class="block_content">{l s='INSERT YOUR TEXT HERE'}{if isset($msg) && $msg} is exactly what I did, but it's not showing up (I work in 1.5.3.1). It does however show up in translations in my BO (but I cannot change the translations since the text area is red). Any ideas how to solve this? Link to comment Share on other sites More sharing options...
Recommended Posts