Check the attachment. Collection name is not showing. I also attached code.
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 }}
Hello @Huptech-Web i am using Ella theme. But there is not product URL. Please check attachment.


