Thank you very much for sharing the module. I have just intalled and it works. However, I have a problme with the module. If the user leave at hoem page, it is ok, but if the user leave at a product page under a category, it pop up the black page and says the page can't be find.
I checked the js file and found out this code:
var page = "modules/popup/voucher.php";
and also: window.open(page, "", windowprops);
I understand that the windown open the base url + page So that if the user is at "stocking" category, the base url will be:
http://www.lovestation.com.au/stocking and the window will try to open this url:
http://www.lovestation.com.au/stocking/modules/popup/voucher.php which doen't exist!
So, please help me how can I fixed this issue? this is my shop and you can try:
http://www.lovestation.com.au
Thank you!