Getting an error when creating new product template

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 年 前
Hi
I am trying to create a new product template and have followed this advice:
https://www.nopcommerce.com/boards/t/36293/how-can-i-create-new-product-template-in-35.aspx
I haven't made any changes to the new product template, yet when I try to use it to set up a new product, I get this error: The following sections have been defined but have not been rendered for the layout page "~/Themes/Native/Views/Shared/_ColumnsOne.cshtml": "Breadcrumb"

I don't understand why I get this error, since the only difference between the original and the new template is the name. Can anyone explain to me, what I need to do?
6 年 前
Hi,

I saw that you are using the Native theme.
ProductTemplate.Simple.cshtml and ProductTemplate.Grouped.cshtml views are overridden in the theme, so you should use the views from the Themes\Native\Views\Product as base views instead of the default nopCommerce views.

Regards,
Stoyan
6 年 前
Thank you. That makes sense.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.