Breadcrumb homepage => Collection => Product

Hi guy’s,

I changed the product urls from the collections pages to not have the product pages with /collection/ in the url.

I would like to change the breadcrumb trail for these product pages to no longer have the breadcrumb trail ( Home>product>Name of product)

I want to have Home>Collections=>Name of product.

I am under the theme turbo out the sandbox. Can anyone help me?

Here is the breadcrumb code :


  
    {{ 'general.breadcrumbs.home' | t }}
  
  /
  {% if collection %}
    
      {{ collection.title }}
      
  {% else %}
    
      {{ collections.all.title }}
      
  {% endif %}
  /
  
    {{ product.title }}