Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top