Is it possible to create breadcrumbs list on my website product page using PHP from table self-referencing structure.
I try to loop from product to get the root category but the result is backward. or I try to get root category first and loop it but I can't know which one is the correct child to reach the product that I wanted to show.