it works well when using repeater but when i using gallery and click the product it always return to the same product page, any workaround for this ?
using default store feature i can’t create a product search function,
using repeater the product photo doesn’t display fully ( for different dimension product photos ),
using gallery the link didn’t pointed correctly,
what should i use then ???
Description : Displays the main media item (image or video) for this product as it appears in the Store Manager. Type : Image Can connect to data : Yes Can use in dynamic page URL : No Can be sorted : No Can be filtered : No Read-only : Yes
MediaItems (mediaItems)
Description : Lists all the media items available for this product in an array of JSON objects. Type : Text Can connect to data : No Can use in dynamic page URL : No Can be sorted : No Can be filtered : No Read-only : Yes
So note that you will get an image with the mainMedia field, however with the mediaItems you will get a json array returned as like shown on the page.
{
type: "Image",
src: "wix:image://v1/68d3a9_1de7529c444b4c9eb38401f8efe0cad2.jpg/flowers.jpg/#originWidth=1970&originHeight=1120",
title: "title",
description: "whatever first line\nthe second line.",
link: "https://www.whatever.com"
}
{
type: "Video",
src: "wix:video://v1/11062b_03c50f8fe4a34cc297a984e483a282ef/simpsons.mov#posterUri=96fbec_52cd5b00f7fd48e0a83bc1fb1dfb06ea.jpg &posterWidth=1920&posterHeight=1080",
title: "title",
description: "whatever first line\nthe second line.",
link: "https://www.whatever.com",
thumbnail: "wix:image://v1/68d3a9_1de7529c444b4c9eb38401f8efe0cad2.jpg/flowers.jpg/#originWidth=1970&originHeight=1120"
}
As for the product options, then check that field for code to use.
ProductOptions (productOptions)
Description: Displays the defined product options and choices as a complex JSON object. Also supports easy querying and filtering.
Type: Text
Can connect to data: No
Can use in dynamic page URL: No
Can be sorted: No
Can be filtered: eq, ne, hasSome, hasAll
Read-only: Yes