ejazmuhammad wrote:Where i can find breadcrum on product page please
Hi ejazmuhammad,
The breadcrumb was intentionally removed from the Fashion theme because of the design of the theme.
You can add this line where you want the breadcrumb to appear on the product page:
@Html.Action("ProductBreadcrumb", "Catalog", new { productId = Model.Id })The files for the product pages are these:
Themes\Fashion\Views\Catalog\ProductTemplate.SingleVariant.cshtml
Themes\Fashion\Views\Catalog\ProductTemplate.VariantsInGrid.cshtmlHope this helps!