Visual AI Editor Guide

How to Use the AI Site Editor & Connect Actions

The SiteNix Visual Editor is designed to be simple and intuitive. You don’t need any coding skills! Click any element to edit text, upload product photos, change colors, or set up automatic "Order on WhatsApp" buttons.

Beginner Tip: How the Editor Works

Think of the Editor as a live preview of your business website. Whenever you click on any text, heading, or image on the screen, the right-hand panel opens up allowing you to change its content immediately.

1. The 3 Easy Studio Panels

The workspace is organized into three straightforward areas:

1. Left Panel: Layers & AI Assistant

Lists all sections of your page (Header, Hero, Products, FAQs, Footer). Drag sections to reorder them or ask AI to write catchy business copy for you.

2. Center Screen: Live Preview

Shows how your website looks live. Click the Mobile button at the top to make sure your site looks perfect on smartphones!

3. Right Panel: Style & Actions

Appears whenever you select an item. Use it to change fonts, upload images, adjust button colors, or set up WhatsApp ordering.

Studio Overview Screenshot

2. How to Set Up "Order on WhatsApp" Buttons

Follow these 4 simple steps to connect any button directly to your phone number.

1

Click Your Button on the Canvas

Click on the "Order Now" or "Chat on WhatsApp" button you want to configure.

2

Open the "Events" Tab

In the right-hand panel, click on the **Events** tab at the top.

3

Select "WhenClicked" ➔ Add Action

Under **WhenClicked**, click **+ Add Action** and pick Open WhatsApp from the dropdown menu.

4

Type Your Product Details

Enter your product name (e.g. "Luxury Handbag") and price (e.g. "₦18,000"). When a customer taps the button, WhatsApp opens with a pre-filled order message ready to send!

Events Inspector Panel Screenshot

3. Button Action Reference Cheatsheet

Open WhatsApp

Opens WhatsApp directly with your business phone number and pre-formatted product order message. Perfect for closing quick sales!

Submit Form

Collects customer details (Name, Phone Number, Message) from a contact form and sends them straight to your Dashboard Messages Inbox.

Open Web Link

Directs the visitor to another page on your site or an external web link (such as Instagram or a PDF download).

Change Variable (Advanced)

Updates an interactive counter, price total, or toggle state on your page dynamically.

4. Dynamic Formulas & Expression Editor (Optional)

Power Users

If you want to calculate dynamic prices or show custom text based on variables, click the **braces icon ``** beside any text or property field:

// Example: Calculate 10% discount on cart total
cartTotal * 0.90

// Example: Display custom greeting based on customer name
userName ? "Hello " + userName + "!" : "Welcome to Our Store!"
Expression Editor Screenshot