How to customize template for a particular manufacturer, category or product?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
How to customize template for a particular manufacturer, category or product?
13 years ago
?
13 years ago
look in the templates folder



templates/
categories
manufacturer
payment
products


edit the relevant ascx files in these folders
13 years ago
Thank you for your reply.

But, if I need a template for a particular category, How Can I customize template? or Add a new template file?
13 years ago
Yes.  That is exactly what you would.  This is off the top of my head but the steps would be something like this.  

1. Add CategoryXTemplate.ascx to the correct template folder.
2. I think you need to reference the template in one of the settings area on the back end.
3. Reference your category X to use your new template.

I think that's it. Let me know if you get stuck anywhere.

p.s. You will need to rebuild your project if you use code-behind for your template.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.