This guide shows how to manually add a product page gallery to your product page. This step can be automatically performed by Activating product page gallery display on https://app.cevoid.com/settings/store
1. Go to Online Store > Themes > Actions > Edit code
2. Locate the product-template.liquidproduct-template.liquid file under sectioned templates
The name of this file might differ for different themes.
3. Paste this code into wherever you want to display your product page gallery.
4. Press Save
The below video shows how to paste it to the bottom of your page.
<div style='max-width: 1200px; margin: 0 auto;'>{% render 'cevoid_widgets', type: 'slider', productId: product.id %}</div>
By using this website, you agree to our Cookie policy