Make all product templates the same

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hi

I would like to make all products use the same category template. I was thinking a mssql script would do the trick.

I want all products to be using template 2 (which is single product).

THanks!
11 years ago
UPDATE Product SET ProductTemplateId = 2
11 years ago
THank you!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.