After successfully created my own custom theme in magento 1.9, I have to create my own custom product page. Is it possible to create our own custom product page?

有帮助吗?

解决方案

You should take a look at the base view.phtml found at

app/design/frontend/base/default/template/catalog/product/view.phtml

Copy the file into your custom theme at

app/design/frontend/{YourTheme}/default/template/catalog/product/view.phtml

and edit it to your specific needs.

许可以下: CC-BY-SA归因
scroll top