Wayners247
Wayners247

Reputation: 455

Magento New Product Page Layout

I want to design/test a new product page layout/template in magento. What would be the best way of doing this? Copy/paste the product view.phtml and rename it or is there a better way?

Upvotes: 0

Views: 2464

Answers (2)

Mubashir
Mubashir

Reputation: 567

It is fairly simple as there is already a built-in widget in Magento which display your newly products.

So create a new CMS page then go to content tab, click on insert widget, find "catalog new product list widget" under widget list and insert into page.

enter image description here

Upvotes: 1

Sandeep
Sandeep

Reputation: 943

You need to change the layout or just the template

If layout you have to update the handle

If template create a new theme and add view.phtml in the theme in catalog/product/ folder respectively

Assign the theme to be default theme.

Do some investigation to get some more idea about theme and layout

Upvotes: 1

Related Questions