I would like to know how to make a popup that can give customer 10% discount if they register an account. I know there is subscribing to the newsletter to get the 10% discount, but what if i would like them to register to get the discount? Is this possible to do without app?
Yes it’s absolutely possible to do without an app, this is a bit more in depth than I can post here but if you create an asynchronous login, in other words the page doesn’t reload you can have the customer register, and once that is a success the discount will be applied, this is simply a javascript job which is exactly what we do.