Search the Community
Showing results for tags 'Block Newsletter'.
-
Hi Community, Please clarify on the Block newsletter module. once we had notifications in green rectangle appeared after a verification email had been sent: But now it's not shown on the top of the page. Also the red one doesn't appear any more. It was shown well previously, after an email denial: Strange, I checked code differences, can't find the reason why. Also conf of the module. Now the messages are present only in the input on the bottom of page: Could someone advice how to return the messages in green/red rectangles? PS v. 1.6.0.14
- 2 replies
-
- block newsletter
- alert
-
(and 3 more)
Tagged with:
-
Hello, I'm using the Newsletter block in prestashop 1.6.1.6 and while everything else works fine, verification, confirmation and welcome voucher emails arrive empty. Only subject and the e-shop logo (as attachment) appear, but no text. I've checked the email files in both supported languages and everything seems fine. All other email notifications work fine as well. Any ideas? Cheers, Yannis
-
- Block Newsletter
- empty
-
(and 3 more)
Tagged with:
-
Hi! I got troubles with newsletter block. When you insert an email address, module gets it properly and send it to my ps_newsletter table in the database. A correct message appears to confirm the operation. The problem is that no mail is sent to the address of subscriber in most of the cases. I tried with 4 emails by 4 different providers; hotmail.it gmail.com alice.it libero.it (as you can see I'm from Italy!) Everytime, the only one mail working properly is hotmail. Other 3 don't receive anything. I also tried to send a test email from my admin panel to same addresses and all work good. So I thought it's not a problem of prestashop or of my hosting. It's just about newsletter block (version 1.4) My prestashop version is 1.5.6.0. Any ideas? Thank you
-
My first topic, hope will help somebody. Usage: For websites with more that one language. This modification will assing the language id (into ps_newsletter table) used by customers when they subscribe through block newsletter. One file to modify in modules/blocknewsletter/blocknewsletter.php 1. after: id_shop` INTEGER UNSIGNED NOT NULL DEFAULT \'1\', add: `language` INTEGER UNSIGNED NULL, 2. replace: $sql = 'INSERT INTO '._DB_PREFIX_.'newsletter (id_shop, id_shop_group, email, newsletter_date_add, ip_registration_newsletter, http_referer, active) VALUES ('.$this->context->shop->id.', '.$this->context->shop->id_shop_group.', \''.pSQL($email).'\', NOW(), with: $sql = 'INSERT INTO '._DB_PREFIX_.'newsletter (id_shop, id_shop_group, language, email, newsletter_date_add, ip_registration_newsletter, http_referer, active) VALUES ('.$this->context->shop->id.', '.$this->context->shop->id_shop_group.', '.$this->context->language->id.', \''.pSQL($email).'\', NOW(), 3. add language column in ps_newsletter ALTER TABLE `ps_newsletter` ADD `language` INT( 10 ) UNSIGNED NOT NULL Done!
-
I have a problem with Block newsletter confirmation alert. When i post new email and have english as selected language i got alert above columns, saying: Newsletter : You have successfully subscribed to this newsletter When i change language i only got this alert above columns: Newsletter : Can someone with multi language PS check this please, to see if it's a bug. PS 1.6.0.9 Block newsletter 2.1.2
-
Hello all, Have been trying to figure out how to simply move the modules to wherever I wish to but haven't been successful whatsoever. Decided to pick on this again and here I am hopeful that someone will please explain me how to manually move a module to a certain part of the website. I would love to move Social Networking Block and Block Newsletter to my banner on the homepage (see image below). Mind the other pages where those modules look rightly placed for me. Since the transplation will not work for these two. However it does work with Block Newsletter if I do a transplation to displayTop (top of pages) yet it won't display on the header or other than the footer. Since transplation is pretty much useless, my question is: is there a way to manually move these modules? Thank you!
- 3 replies
-
- block newsletter
- social networking block
- (and 7 more)
-
Hi, I would like to integrate the form of block newsletter in a blog module, i tried to use a hook but i found it doesn't work so i added the html code of the block newsletter to the blog module, the problem that the message after submitting doesn't show. I would like to be in the same page (after submitting). The add in the database (in subscription work fine), what should i add (in controller, to assign the message, to have it work?), i know that the default form handling is in blocknewsletter.php, but how to link it to my page? Thank you in advance
-
I have a working online store using version 1.4.4.1 of Prestashop. The issue that I have, is that the Newsletter block doesn't seem to be working at all. Whenever I try to subscribe to the list the page refreshes, but when I try to "Export Newsletter Subscribers" it returns a message " No customers found with these filters!". Any assistance with this would be greatly appreciated. Davie