I’ve run in a bit of an issue with my “Featured Collection” section in my Impulse theme. I’m looking to start using breadcrumbs on product pages and I noticed that the “Featured Collection” section doesn’t include the collections page and collection name in the grid item url’s, which causes the breadcrumbs to display as just “/Home”, which obviously doesn’t quite look right, especially as I have several different collections featured on the landing page.
The “featured-collection.liquid” file already has product url’s set up as “{{ product.url | within: collection }}” as seen below:
Why isn’t this particular section adding collection information to the product URL path? I’ve checked other types of grid item templates I could find from theme files aswell for good measure and they all have the same setting ( {{ product.url | within: collection }} ). When visiting products via actual collection pages, the url’s do contain the collection paths. It just seems that this one particular section type is having this issue.
This is how the url is rendered on the loaded page:
Why is the section not rendering the full URL’s? What could possibly overwrite the section template url settings?

