Collection in not showing in breadcrumb

Collection in not showing in breadcrumb

hamzaabbas
Tourist
32 0 1

Check the attachment. Collection name is not showing. I also attached code.

 

breadcrumb problem.jpgbreadcrumb code.jpg

Replies 2 (2)

Huptech-Web
Shopify Partner
939 187 197

Hello @hamzaabbas , To display the collection in breadcrumbs add the below code to your product grid file in the Snnipets. The name of the file depends on the theme. It can be "product-card.liquid", "product-grid.liquid", or "card-product.liquid". If you are using the DAWN theme the name of the file should be "card-product.liquid". Once you find the file, replace the product URL code everywhere in the file:

{{ card_product.url }} {% comment %} Replace the code with below code. {% endcomment %}

{{ card_product.url | within: collection }}

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at [email protected] or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
hamzaabbas
Tourist
32 0 1

Hello @Huptech-Web i am using Ella theme. But there is not product URL. Please check attachment.

 

Ella Screenshot 10.jpg