Does the system support that different product templates for different products?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
This is the view file name without .cshtml extension. Copy view file to /Views/Product folder of your deployment instance
6 years ago
manjunatha.govindappa wrote:
This is the view file name without .cshtml extension. Copy view file to /Views/Product folder of your deployment instance

But i can not find view file :(  
I don not know that where can i find view file in a theme´s file.
![图片](https://dn-coding-net-production-pp.qbox.me/4a40c204-95f4-453e-83d8-6c6c28be2159.png)
Thanks!
6 years ago
woshinidaye wrote:

But i can not find view file :(  
I don not know that where can i find view file in a theme´s file.


You need to create that file by manually.

and give that file name to ProductTemplate.Custom.cshtml and paste into

~/Themes/Your themes folder/Views/Product/ProductTemplate.Custom.cshtml

It's not automatically created into your directory.
6 years ago
nopSquare wrote:

But i can not find view file :(  
I don not know that where can i find view file in a theme´s file.


You need to create that file by manually.

and give that file name to ProductTemplate.Custom.cshtml and paste into

~/Themes/Your themes folder/Views/Product/ProductTemplate.Custom.cshtml

It's not automatically created into your directory.

Thanks so much!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.