changes in index.cshtml page no work

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello. I did some changes at index.cshtml page in folder views/Home/Index.cshtml but no work. Also I did other changes in other files and this work ok. but no work in index.cshtml.

Please any ideas ?
6 years ago
carlitosdan wrote:
Hello. I did some changes at index.cshtml page in folder views/Home/Index.cshtml but no work. Also I did other changes in other files and this work ok. but no work in index.cshtml.

Please any ideas ?


If your not using the default theme (DefaultClean), then your theme is likely overriding the default view.  In which case, you would go to /views/Themes/{your theme name}/Home/Index.cshtml to make your edits.

thx
6 years ago
See this: https://stackoverflow.com/questions/12266717/html-to-nopcommerce-theme/12740727#12740727
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.