Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-26-2026 01:59:42

polarize
Moderator
Registered: 11-15-2004
Posts: 378

Coupon Code Pop-up

Is there a native function in K9 where I can add a pop-coupon when a new visitor comes to our website for them to SAVE 5% on their first order by adding their email address or something similar including perhaps a discount code? Mainly I am looking for the “pop-up” functionality. Thank you


Using Kryptronic K9!  - v 9.4
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

#2 06-26-2026 09:44:38

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19976
Website

Re: Coupon Code Pop-up

Yes.  First, use System / Component / Settings / Marketing Email List to be sure your mail list functionality is on/active.  If not, configure it and turn it on.

Next, use Website / Content / Webpages to update your splash page.  Somewhere on that page, you'll need to add the following PHP code.  It can be done anywhere, but the bottom of the page is probably the best spot:

Code:

<?php $this->include_namespace('core','emaillistpop'); ?>

This will produce a modal for email list signup for any customers accessing your homepage who have not seen that modal.  The modal will utilize language based on your settings under System / Component / Settings / Marketing Email List. 

You can style the modal using <style> tags on your splash page and targeting the .kmodal classes used by the modal.  Using style tags on your homepage instead of adding the CSS to your skin will just style the homepage/signup modal instead of every one of them on the site.  Example:

Code:

<style>
.kmodalbox, .kmodalbar {background-color: #FFFFFF;}
</style>

Nick Hendler

Offline

 

#3 06-26-2026 21:05:40

polarize
Moderator
Registered: 11-15-2004
Posts: 378

Re: Coupon Code Pop-up

I sent you a photo example by email of the type of pop-up I’m considering. It’s intended to be a marketing pop-up that can reveal a discount code either by email or instantly upon submitting an email to sign up. I could create an image that can be clicked but wonder if I could clone and modify the namespace to incorporate the pop-up image as the background and leave some live fields for the visitor to submit at least an email address with a submit button.

I’m still not clear on what the kmodalbox and kmodalbar does or if I’m to copy and paste into the style tags into a different area than the splash page. Is there also a snippet of code to slightly opaque the page that this pop-up lays on top of?

Thanks Again 😀


Using Kryptronic K9!  - v 9.4
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

#4 06-29-2026 08:44:09

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19976
Website

Re: Coupon Code Pop-up

I'll get back to you on the ticket you set up on this.  The style options are endless for the modals.  I suggested putting the style tags right into the splash page so as not to affect any other modals generated by the software on other pages.


Nick Hendler

Offline

 

#5 07-04-2026 09:58:06

polarize
Moderator
Registered: 11-15-2004
Posts: 378

Re: Coupon Code Pop-up

Thank you Nick


Using Kryptronic K9!  - v 9.4
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

Board footer