Want to create custom layout for some of products in my OC 2.1 shop. What do I do:
1. Adding product1.php to /catalog/controller/product folder (from the copy of product.php);
2. Changinf links for template files to product1.tpl, changing class to ControllerProductProduct1 in the beginning of file;
3. Adding product1.tpl file in template/product folder copying product.tpl with appropriate changes (background color);
4. Adding new layout "Product1" in Design/Layout menu in admin panel with route: "product/product1";
5. Adding module which I want to see on the custom product page;
6. Changing design for product I want to see with custom design to Product1;
7. Modifications/Refresh.
But as a result I can see this product with default prosuct.tpl design without my changes but with module which I added for custom layout Product1.

What's strange is that /index.php?route=product/product1 also gives default product.tpl as a template.
WDIDW? Or how is possible to make custom product layouts for different products?