Code

Discussion on Popup advertising for Prestashop

Discussion on Popup advertising for Prestashop

Cart 140 sales

premium_templates supports this item

Supported

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

For me the popup was shown OK. However you really have error in Javascript: “Uncaught ReferenceError: baseUri is not defined:” https://www.dropbox.com/s/twgmw1pvadliovx/Screenshot%202021-09-09%2012.01.45.png?dl=0 You should solve this error, the console should be empty of errors.

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?

Hello. Yes, that is possible. It will look like this: https://www.dropbox.com/s/rbm9b8eyivlmyo4/Screenshot%202020-10-24%2017.16.33.png?dl=0 You can enter code generated by Facebook Page plugin: https://developers.facebook.com/docs/plugins/page-plugin/ and paste it as html into the editor. If you purchase the module and need help to tune it (you may need to wrap the code with div with fixed height and width), let me know.

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.

Great module + very good after sales services from editor. Reply to my private email was fast, within 24 hrs. He has provided me answers to my questions and solution to my problem. Hope to do business with you again.
  • 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

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.

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

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey