Trying to change a theme in magento 1.7. Editing the page.xml file but the effects are not being seen. Changes the tags in page.xml but none of the changes appear on site.
What am i doing wrong?
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.
All layout files will be cached (unless you have this disabled) – try and clear your layout cache first. Do this by logging into the admin area and go to system > cache management and refreshing the Layout cache type (second option down on a standard install).
If you are still in development, it may be an idea to turn caching off.
If the updates that you have made still do not take effect, then double check you are editing the correct file by making sure you are working in the correct package and theme.
Just as an aside, also look into using the local.xml file for all of your core layout overrides instead of copying over the core file into your theme and editing. It makes for a better/faster workflow and and cleaner less error prone upgrade path (though there are scenarios where it isn’t the best option)