How to fix breadcrumb errors with a pageFly product template?

Hi there,

I need help to solve an issue about breadcrumbs snippet.

I added breadcrumb navigation by referring this tutorial. Almost is good but if I access to product page which is made by pageFly app, the breadcrumb does not work(just show “Home >”).

Another pageFly pages are working well. Only pageFly product template has this issue.

Does anyone have an idea to solve this?

Here is the part of codes on product template by pageFly.

Thank you,

// /templates/product.pagefly.abc.liquid

{% comment %}
The contents of the product.liquid template can be found in /sections/product-template.liquid
{% endcomment %}

{% section 'product-template' %}
{% section 'product-recommendations' %}

{% if collection %}

{% include 'icon-arrow-thin-left' %}
{{ 'products.product.collection_return' | t: collection: collection.title }}

{% endif %}

Were you able to find the solution?