Email Overlay for e-commerce site

TheMightyOne

Internet Visionary
Sep 16, 2007
98
1
0
U.S. of A
hello all,

Anyone have a way of creating en email overlay in ecommerce site?

I found a bunch of jquery plug ins for wordpress but we're running on ProductCart ecommerce platform and use MailChimp to collect email newletter subscribers

Would like to implement the email overlay (that email sign up form pop up that comes up during the initial 2-3 secs on the home page for new user) and wondering if anyone can be kind enough to point us in the right direction

Thanks
 


You need a modal script. I have used one called qtip2, but there are several options out there. Make it do something like $('body').delay(2).loadModal(); If your server is php you can create a very simple form that integrates with mailchimp. I'm sure there should be some examples on MailChimps site.