How can I link vendors to a collection page on my Wokiee themed website?

Hello! My site is AvilaEvlyn.com - it is currently password protected because it is under construction…

On my product page I would like users to be able to select the vendor and view all products provided by them. I am using Wokiee theme and I currently am using Vendor, Collections, & Tags to categorize the Vendors name. I have looked at other people asking this question but other responses haven’t solved this problem for me.

When I inspect the link on the live page it shows this:

If the link were "https://avilaevlyn.com/collections/monica-vinader" instead it would work..

In my theme under product-template.liquid the only area where it talks about “vendor” is this:

{% assign current_variant = product.selected_or_first_available_variant %}

  
  
  {%- if product.featured_image -%}
  {%- assign image_size = product.featured_image.width | append: 'x' -%}
  
  {%- endif -%}
  
  {%- if current_variant.sku != blank -%}
  
  {%- endif -%}
  
  {%- for variant in product.variants -%}
  
    {%- if variant.sku != blank -%}
    
    {%- endif -%}
    
    
    
    
    
  

  {%- endfor -%}

Thank you in advance for your help! I am a beginner so excuse me if this is something simple I am not understanding.

1 Like

@AvilaEvlyn

sorry for that issue can you please try this code whenever do you need

{{ product_vendor | link_to_vendor }}
1 Like

I have tried to use that code but to no success.. Maybe I am putting it in the incorrect place. Could you help me know where to put it please? Would it fit anywhere in the code provided above?

1 Like

@AvilaEvlyn

oh sorry for that

let me know where did you have like this? so i will guide you

I am not sure what you are saying.. I have provided all the information I know to provide in the original post.

Thank you for trying to help.