I want to display product category path and link to product next and prodto product name in order details view (orders.php file).
I know that product id I can display with:
But how can I find and display category path and product link?PHP Code:$order->products[$i]['id']
By 'category path' I mean all categories and subcategories that leads to product. Some kind of breadcrumb.


Reply With Quote
