Appearance
Promotions built-in
The promotions built-in displays a short message after the landing-page shopping actions.
Informational promotion
js
{
id: 'promotions',
enabled: true,
options: {
message: 'Ask about this month’s wheel and tire packages.',
},
}Linked promotion
js
{
id: 'promotions',
enabled: true,
options: {
message: 'See current wheel and tire offers.',
href: '/promotions',
},
}| Option | Type | Default | Purpose |
|---|---|---|---|
message | string | None | Required visible promotional copy. |
href | string | None | Optional customer-owned link. |
The plugin renders nothing when message is empty. Without href, the message is noninteractive.
Use landing sections for cards, images, several actions, or multiple promotional items. Use marketing campaigns for event-triggered prompts and frequency rules.