Pregunta

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?

¿Fue útil?

Solución

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 bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top