Question

I need to alter the Blog url in the "The Checkout | Blog | Login/Register" block that is referenced in the

theme/template/page/html/header.phtml

I have looked everywhere and cannot find it. All I need to do is change the http to https for the blog link which was a customisation put in by my ex-developer

In the /header.phtml, this is part of the code that calls it, but I can't find where I can edit either the topContainer or topMenu. I iave looked in most/layout .xml's as well and cannot find anything there.

<?php echo $this->getChildHtml('topContainer'); ?>
 <div id="nav-top">
    <div class="container">
        <?php echo $this->getChildHtml('topMenu') ?>
    </div>
 </div> 

IT is driving me mental!

Was it helpful?

Solution

Check in your

app\design\frontend\theme\default\layout\page.xml

May be you will find under

<block type="page/html_header" name="header" as="header">

if still not able to find then search the Keyword "Blog" in your project, to search in whole project clone the project in your local machine and search using NetBans in whole project or any other editor which you have installed.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top