Search code examples
magentomagento-1.9magento-layout-xml

Magento layout block


i changed the images directly in the coding of the home page in the panel and now its showing on the home page only before doing this it was showing on every product page any help will be appreciated.

Home Page - Screenshot enter image description here

Product page - Screenshot enter image description here


Solution

  • I think in homepage you have used 2columns-left layout and for product detail page 2columns-right layout, so you have to check into both layout's phtml file and check if anything(e.g. cms-block) missing for product detail page.