Skip to content
GitHub

Offer Popup

Create a popup that offers a discount or promotion to users.

WINTER SALE!

Take 25% off this product with code: WINTER25

or stock up on beloved stylist-favorites
*Valid 2/13-2/17. Cannot be combined with other coupons. Other restrictions apply.
<fulcrum-element-dialog
  open
  id="offer-popup"
  position="top-center"
  id="dialog-offer-popup"
  aria-labelledby="dialog-title"
  aria-describedby="dialog-description"
  cloak
>
  <div class="custom-content discount-not-applied">
    <h1 class="custom-content-header">WINTER SALE!</h1>
    <p class="custom-content-description">
      Take 25% off this product with code: WINTER25
    </p>
    <div class="custom-content-buttons">
      <button class="custom-btn" id="apply-coupon-button" type="button">
        Apply coupon
      </button>
      <span class="text-between-buttons"
        >or stock up on beloved stylist-favorites</span
      >
      <button class="custom-btn" id="visit-page-button" type="button">
        Shop the sale
      </button>
    </div>
    <small class="custom-content-disclaimer">
      <em>
        *Valid 2/13-2/17. Cannot be combined with other coupons. Other
        restrictions apply.
      </em>
    </small>
  </div>
</fulcrum-element-dialog>