Open navigation

How to enable search functionality for internal pages in custom theme?

  1. In your magento installation folder, please go to app > design > frontend > template > page folder
  2. You may see one or more of the following files:
    • 1column.phtml, 2columns-left.phtml, 2columns-right.phtml and 3columns.phtml
  3. 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') ?>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.