Raw HTML

Embeds a block of custom HTML directly into the option set widget. Gives complete control over content and formatting when the standard display elements aren’t enough.

This feature requires knowledge of HTML. If you’re not comfortable writing HTML, use the Heading or Paragraph elements instead.


When to use

  • Embed a video (e.g., a YouTube iframe showing how to measure for a custom size)
  • Render a table with sizing information
  • Include a custom-styled notice with specific CSS
  • Any content that requires HTML markup not supported by Heading or Paragraph

Settings

SettingDescription
HTMLThe raw HTML to embed. Write standard HTML tags — they’re rendered as-is inside a div wrapper in the widget.

Important notes

Security: The HTML is rendered directly on the storefront inside the widget. Avoid including untrusted third-party scripts. Do not use <script> tags that could interfere with the store’s checkout or cart functionality.

  • No value is recorded on the order — display only
  • Can be shown or hidden with conditional logic
  • If your HTML content looks different from expected, your store’s theme styles may be affecting it. A developer can help you fix the styling to avoid conflicts.