Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top