on 2022 Oct 02 9:00 PM
Request clarification before answering.
I think you post this also in stackoverflow, so I'll post my answer in stackoverflow here.
You need to override the OOTB definition of base context -> preview urlQualifier. Here is my example, I change the default of the mini image to get from the picture field instead of the thumbnail.
<context merge-by="type" parent="GenericItem" type="Product" component="base">
<y:base>
.........
<y:preview urlQualifier="picture?:thumbnail"/>
</y:base>
</context>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This thumbnail comes from the thumbnail image which you can see if you navigate to the Multimedia tab of the product. You can try setting or modifying the content/image there.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.