Banner

App block alternative

If your theme supports App blocks (introduced in Online Store 2.0), avoid editing the theme and use the Product Page Banner App block instead.

Placeholder

Snippet

Use the following snippet to add the placeholder in a Liquid template:

<div la-dn-product-banner></div>

Example

<div class="title">
    <h1>{{ product.title | escape }}</h1>
    ...
</div>
<div la-dn-product-banner></div>

Last updated