I am using Showcase Theme and according to Shopify attributes and my theme settings, I can add a block to my product pages where I can add 4 images and texts to a trust icon-text block (feature icons). Below is an image of the trust icon-text block where I’ve added 3 images and texts accordingly:
Below is the image of how it appears to upload images and texts for the said trust icon-text block:
The problem: The images and text I add get displayed as trust icon-text blocks globally in all products.
Requirement: I want to add different images and texts to this trust icon-text block for different products instead of having it the same globally.
I have found where the code is as well. It is “main-product.liquid” file. I presume that the “block.shopify_attributes” or “block.settings” must be pre-fixed which makes the uploaded icon block appear globally. I could be wrong though. Nevertheless, can anyone help me figure out a way to upload different trust-icon text blocks for different products?
The below code is for icon 1 out of the 4:
{%- when 'trust_icons' -%}
{% if block.settings.show_icon1 %}
{% endif %}

