90%
top of page

Add a Title

Add a Title
Published Date
Published Date
Tags
0 Comments
Views
Share Post

Comment

successMessage

errorMessage

Add a Title

Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.

Add a Title

No comments yet. Be the first to comment!"

Related Posts

Start Now
Start Now

Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.

Add a Title

Start Now
Start Now

Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.

Add a Title

Start Now
Start Now

Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.

Add a Title

  • Writer: @lan Design
    @lan Design
  • Dec 29, 2023
  • 1 min read

Updated: Jan 1, 2024


Notification/popup


// For full API documentation, including code examples, visit https://wix.to/94BuAAs

import wixWindow from 'wix-window';
import {session} from 'wix-storage';

$w.onReady(function () {

	//TODO: write your page related code here...
	session.removeItem("popupPromotion")

	if (!session.getItem("popupPromotion")) {
		wixWindow.openLightbox("Announcement")
		session.setItem("popupPromotion", "yes")
	}
});

Have fun!

Comentarios


bottom of page