I am new to magento learning.
can some one please guide me how to change product view page to 1 column layout.
I am using magento default theme.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To change product view page to 1 column layout you need to open
Reach to following Code :
Here you can change 2columns-right.phtml to 1column.phtml.
We can also use local.xml(better way) and the following code need to be added –
Hope it’d be helpful.
Thanks!