質問

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帰属
所属していません magento.stackexchange
scroll top