Re: Product Detail Page
Yes, in 4.4.x the template structure has been changed.
The main idea is: each skin can have its own templates... inside its own directory, which overwrites the common ones "on the fly".
The customization should simplify the upgrade and reduce the changes to the "common", or, in other words, "core" templates.
For example you need to change the product page in 2-column template.
There is no skin/2-columns/customer/main/product.tpl template, thus the skin/common_files/customer/main/product.tpl is the one.
The safe way is:
1. copy skin/common_files/customer/main/product.tpl to skin/2-columns/customer/main/
2. make the necessary changes to skin/2-columns/customer/main/product.tpl
|