- In your magento installation folder, please go to app > design > frontend > template > page folder
- You may see one or more of the following files:
- 1column.phtml, 2columns-left.phtml, 2columns-right.phtml and 3columns.phtml
- Open each of these files and you should have the following code before </body> tag. If not, please add it before the </body> tag.
<?php echo $this->getChildHtml('before_
body_end') ?>