Hi,
How can I replace the product variants (of the style variant only) to an image instead of a button like this website below:
-
This is a product example on my site: https://mymindfulgifts.com/products/personalized-1-year-anniversary-gift-for-him-for-her-custom-couple-canvas-print-12-months-of-love-cav00013
-
And I believe this is the code of that block:
{%- when 'variant_picker' -%}
{%- unless product.has_only_default_variant -%}
{%- if block.settings.picker_type == 'button' -%}
{%- else -%}
{%- endif -%}
{%- endunless -%}
Please help!
