Back to Catalog Support

ndcisiv
ndcisiv

I want to display a breadcrumb type trail on the ProductDetails page that shows which category the product belongs to, but can't find any way of doing this. How can this be accomplished with this plugin?

Tiipiik
Tiipiik

Hi,

Actually you can't, or you can just display category names.

But.

Update to the 1.6.11 version and...You got it :)

Take a look at the default productDetails component to see how to display a list of categories. And if your products are related to only one category, I think using

{{ product.categories[0].name }}

and

{{ product.categories[0].url }}

will give you the datas you need.

You will also need to check the productDetails component and select the category page to generate proper urls. Also you can choose to activate secure urls if you need it.

Last updated

ndcisiv
ndcisiv

I'd love to, but 1.6.9, 1.6.10, and 1.6.11 are all still showing as "pending" and it tells me there's no updates.

Perhaps you could mark them as stable so I could grab them?

Last updated

Tiipiik
Tiipiik

Oh sorry I thought I had maked it but I probably clicked on Push and build instead.

You should see updates now.

If you want you can also use the edges updates. But for a production website it's not recommended as it can results as an instable website.

ndcisiv
ndcisiv

Beautiful thank you! Yes, I was trying to avoid having to globally enable edge updates, so thanks for pushing the updates through.

Tiipiik
Tiipiik

You're welcome !

Thanks for the review.

1-6 of 6