27 comments found.
Hi, Is there a preview option ? Stephen
Hi, one of the module’s option is “Display always”, which can be used if you want to see the popup for setup / preview, even if you already closed it before (the option ignores cookies). Jiri
Hello, this module works with 1.7.7.1???
Hello, yes, it is. I just updated the compatibility.
Hi again, this is not a serious problem, but it’s happening: some people (two for now), told me that they never saw the popup on the site. They didn’t tell me what program and version they are using, so I can’t tell you to check it out (me neither). I don’t know if they have old versions of the program or an old computer. But I wanted to tell you that there are some versions where the popup is not visible. I will try to collect more information the next time it happens. Best Regards…
Maybe they or someone else already visited the site on the same computer (so cookie was saved and popup not shown again based on settings…). You can also send me link to your eshop and I can check if you don’t have any Javascript errors in console, it may prevent running other javascript (and my module too). I don’t have this problem reported anywhere else…
Please contact me via Support tab, I will let you know how to check which module cause the JS problem in console…
Wow I didn’t see that error before. We had some problems migrating from 1.6 to 1.7 version this year. I write you via Suppor tab… Thanks a lot…
I need to install this addon in a web site to make an age verification. Can I deactivate the option to close the popup clicking outside the popup?
Yes, edit file wppopup.js and you can deactivate it by adding these line: helpers: { overlay : { ‘closeClick’: false, }, },
add it right after this line: ‘width’: wppopup_width,
(you have to add it to each block – it’s there 3 times).
A little late to the party here But is it possible to show a “Follow us on Facebook” on this popup, where the visitor easily can press “Like”, and then become a follower?
Can automatically close after x seconds?
Unfortunately not. User have to close it with button or clicking outside the popup.
Hi, will it work with 1.7.2 ?
Thanks in advance
Hello. Yes, it should work and in case you need any help, we are here to support you!
Hello, I have a multilingual store. Is it possible to translate the content of the module to diferente languages? Thanks.
Hello, yes the module is multi-language, you can setup different content / popup per language. Feel free to ask more questions if you need.
Hi, can i add popup exemple only every monday ?
Hello. I’m sorry, but you can only setup number of days after which the popup will be displayed again. This works individually for each visitor, so if you setup number of days to 7, it will show popup weekly to all visitors, but you can’t setup a particular day (Monday). It will show them popup on first visit and then after 7 days (or whatever number you setup).
thanks for your reply but i need this function. Just to know i don’t find any addon on prestashop to use this perhaps is an idea for an update 
Hi, will it work with 1.6.1.x ? Thanks in advance
Hello, yes, I keep the module updated with 1.6.x., so it will work with 1.6.1.x versions too.
hi, you can see that popup in the final phase of purchase before you pay ? for example to show the info about free payments over a certain threshold ? thank you
Hello. Unfortunatelly not. At the moment, you can only setup to display the popoup on all pages or product page only or category or homepage.
- Highly Recommended * Happy New Year 2015 & Take care. Regards, Kris’
Hi Kris, thank you for your comment. Happy New Year 2015! Jiri
I bought the module. I’m having serious problems. I use version 1.5.6.2 prestashop. The home page does not load properly
Hello, I replied to your mail from Support tab and asked for more details / access to check.
Fixed. For 1.5 Prestashop sites, that already loads Fancybox by another module, this line in wppopup.php has to be deleted or commented out:
$this->context->controller->addJS($this->_path.’js/jquery.fancybox-1.3.4.pack.js’);
thank you very much. But I have a problem, does not upload new images. Unless, and remains the test image.
I sent you an email. Please use email for further suport. Thank you.
Nice module.
I have trouble with your module in mutistore environment cant work anymore and dont know why can we chat or mail directly ?
Hello. Thank you for purchasing my module. Yes, you can contact me directly from Support tab on top of this screen. I will receive an email and reply. Please send me all the details. Meanwhile I will retest the module with multistore.
it’s working again. For your 1.5 version, I had to comment out this line from wppopup.php:
$this->context->controller->addJS($this->_path.'js/jquery.fancybox-1.3.4.pack.js');
because the Fancybox plugin is already loaded in your Prestashop.
Hello, I’m thinking about buying your module but I was wondering if it’s possible to set up the video display to autoplay mode? Thanks in advance for your reply Best regards
I bought the module but increasingly it appears that the client is going to the homepage can be configured to only display the first time you connect? http://www.estomola.com
Hello and thank you for purchasing my module. You can setup the popup window to be displayed either always OR only once for each client untill certain number of days pass (e.g. 7 days for weekly etc). For testing (setup) purposes, you should setup the popup to “Display always = YES”. If you setup number of days, you either have to wait or you have to delete the cookies in your browser after each test to see the popup again. You can also select on which page the popup should be visible (homepage, category, product or all pages).
If you think that something doesn’t work for you, please describe what you need and send me the access to your eshop via contact form on my profile page (see support tab). I will recheck it, but the module should work ok.
Hello,
I need a little modification that detects if user logged in or not and hide the popup if user is logged in. Can you assist me please ?
Hello,
please edit wppopup.tpl
and add this line to the beginning of the file:
{if !$logged}
and this line to the end of file:
{/if}
Then the popup will not show if user is logged in.
Doesn’t work. Popup still appears even if user logged in
I tested it on latest 1.6.0.6 and it worked OK for me. Please contact me via my TF user profile page. You can send me the access to your web (Prestashop administration and FTP) and I will recheck it.
Is that possible to show popup daily or weekly by its type (category,home,product) ??
Yes, you can setup to show popup either always (each page load) or once in certain number of days (7 for weekly, etc.). Then you can also setup another parameter – page type (homepage, category, product, all). You can have only one popup.
Hi, Does it works in version 1.4.7 ?
Hi, no unfortunatelly it’s compatible only with Prestashop 1.5 and 1.6 versions.
Hi, I have purchased this module and the installation went well BUT if I activate the module I get this:
Fatal error: Call to undefined method WPPopUp::getCacheId()
Please any idea how to fix this??
Please let me know your exact Prestashop version and I will retest it. You can also send me message via contact form from my profile page with Prestashop admin access and FTP access and I will make sure it works ok on your version. It must be 1.5 – 1.6 version.
I have sent you and email with the FTP acess, check it and be careful cos is a publised site. Thanks a lot!!!
Hello. The FTP access was for reading only. I sent you the fixed file. Prestashop 1.5.3.1 doesn’t contain advanced cache functions that were introduced later in 1.5 so I had to remove one function. The fix is:
edit wppopup.php
1) delete following, on lines 38 and 39
if (!$this->isCached('wppopup.tpl', $this->getCacheId()))
{
2) change these two lines
}
return $this->display(__FILE__, 'wppopup.tpl', $this->getCacheId());
to just
return $this->display(__FILE__, 'wppopup.tpl');
<code /></code>
The error has disappered BUT the popup does not display, maybe now I am doing something wrong. Any Idea??
The popup is using cookies. By default it shows only once for each visitor. For setup and testing purposes you should set “Display Always” to YES, as instructed in manual. Then it will show always. You can use this setup in your shop too, but it will be annoying for visitors, so I recommend to disable it and display the popup only once for each visitor. You can also setup number of days to display pupup. Please see the manual. If you still have issues, please contact me via contact form from my profile page / email.
Yeap BUT the problem is that I have the display always option yo YES and I cannot see the popup.
The FTP access was read-only so I couldn’t test it for you. The reason why it doesn’t work is that you have deleted default footer hook in your theme (in footer.tpl of your theme):
{$HOOK_FOOTER}
There are two options. Either you put the code back and it will work. You can delete other modules that you don’t want to display in footer. Go to administration > Modules > Positions > Footer section > click on delete button to unhook modules you don’t want to display in footer. It’s recommmended way instead of deleting this default hook – it is used by other modules too (google analytics, statistic, etc.). OR if you insinst of this way, I can change my module to use custom hook and place that hook into your theme. I suggest first option.
YeAAHHH it works fine now. Thanks a lot.
No problem 