Tassos Docs
EngageBox
v6.3.5
- Getting Started
- Triggers
-
Display Conditions
- E-Commerce Conditions (VirtueMart - HikaShop)
- Homepage
- New/Returning Visitor
- K2 - Page Type
- K2 - Tag
- K2 - Category
- K2 - Item
- PHP
- Region
- City
- User Access Level
- Joomla! Content Component View
- Month
- Day of Week
- Cookie
- IP Address
- Referrer URL
- AcyMailing List
- Convert Forms Conditions
- Language
- Component
- Joomla! Content Category
- Joomla! Content Article
- Continent
- Country
- Operating System
- Browser
- Device
- Time on Site
- EngageBox - Viewed Another Popup
- Pageviews
- User
- User Group
- Time
- Date
- URL
- Menu
- Display Conditions
- Trigger based on URL match
- Campaign Types
- Styling and Customization
- Integrations
- Advanced Features
-
Functionality
- Make Accessible Popups
- Add a Countdown timer in your popup
- Limit impressions per unique visitor
- Test the responsiveness of your boxes for various devices and viewports
- Open a box by clicking on a menu item
- Trigger based on the minimum time visitor spent on the site
- Auto-close after a specific amount of time
- Open a box using HTML Attributes
- Solutions
- Developers
Using the Conditional Content Shortcode in EngageBox
EngageBox provides an IF shortcode that allows you to perform conditional logic within the popup’s content based on certain conditions.
The syntax is the following:
{if condition1 = value1 AND condition2 = value2}
content here
{else}
alternative content here
{/if}
Requirements
You will need EngageBox Pro 6.2.0+ to use the conditional content shortcode.
Where Can I Use It?
The shortcode is versatile and can be employed almost anywhere you can write text within the EngageBox popup builder. It seamlessly integrates into key areas, including:
- Content
- Floating Button Message
- Custom CSS
- Custom Code
How to use the shortcode
To delve deeper into the details of the shortcode syntax and explore the various comparison operators, build-in conditions, and functions, visit Using the Conditional Content Shortcode in Tassos Extensions.
Last updated on Oct 29th 2024 14:10
In This Article