Skip to main content

Add Presizing Banner

To display a banner showing stock availability and the recommended size on the product image, the Presizing Banner must be integrated into the product specifications. This ensures that the banner appears alongside essential product details such as title, image, and price in the product listing.

Required Identifiers

  • global-id: Takes the EAN/UPC product code of your bike. This should be the code for any of the frame sizes you are selling (e.g., the EAN code for an "XS" frame size). The API will automatically detect the correct model.
  • variant-id: A unique product identifier that must match the identifier used in the product feed.

Styling

  • You can add basic styling to the default banner.
  • Extended styling including your own colors and labels can be implemented with the Custom Presizing Banner.
<!-- You can add  styles or CSS classes to the banner. -->
<oz-banner
global-id="{{ GTIN variable }}"
variant-id="{{ Variant-ID variable }}"
style=""
class="">
</oz-banner>