Close

Feature Requests

iBEAUTHENTIC
12 years ago
#494 Quote
Avatar
  • 28
Great news, thanks for the fast response!
ejazmuhammad
11 years ago
#1615 Quote
Avatar
  • 6
Where i can find breadcrum on product page please
Boyko
11 years ago
#1631 Quote
Avatar
  • Moderator
  • 1570
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.cshtml


Hope this helps!
Regards,
Nop-Templates.com Team