Skip to content

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',
  },
}
OptionTypeDefaultPurpose
messagestringNoneRequired visible promotional copy.
hrefstringNoneOptional 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.

Icon Visualizer developer documentation