Fresh Lover
Fresh Lover

Reputation: 470

Magento change product page layout (catalog.xml is NOT working)

As I know, we can only do that by hand, and must must edit the “catalog.xml” file here: app > design > frontend > default > myskin > layout > catalog.xml. Do a search for “Product view” and change the code:

<reference name="root">
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
</reference>

and i already set 2columns-right.phtml there, but it still is using 2columns-left.phtml !

Who know how I can figure out this problem ? thanks.

Upvotes: 1

Views: 14988

Answers (2)

Fresh Lover
Fresh Lover

Reputation: 470

i got ~

i forgot to set NO for Apply To Products ~

enter image description here

Upvotes: 1

Ravichandran Jothi
Ravichandran Jothi

Reputation: 3066

May be you need to change catalog.xml here,

Open up app > design > frontend > default > deault > layout > catalog.xml

Check there which template is assigned?. if it is not "2columns-right.phtml" change that.

Upvotes: 2

Related Questions