How can I assign a single link to an entire Div block?

Hello Everybody,

I want to put only one link for all the Div.

I have actually 2 links (the same 2x). Can i organize a block with only one click ?

Sorry for my English, i’m French.

{% include "product-info" %}

Hello,

Replace it with this one


    

        

          {% include 'image-element', image: product.featured_image, alt: alt_text, object_fit: settings.align_height, max_height: section.settings.collection_height %}
        

          {% if settings.collection_secondary_image != blank %}
            
              
            

          {% endif %}
        
      {% include "product-details" %}
      {% if settings.quick_shop_style == 'inline' %}
        {% include 'collection-swatch' %}
      {% endif %}
   

    
      {% include "product-info" %}
    
  

Note: Maybe layout will change so you have to adjust it accordingly.

Thanks

I am also facing this problem and do not know how to solve it!

Thank you so much it’s working well.

1 Like