Magento – ( Static ) Show block only on homepage

Who wants to show only certain blocks on the HOME page of the Home Page so Magento Stores, can do this with a small code snippets. In header.phtml folder app / design / frontend / base / default / template / page / html in the default template is still simple: <?php if ($this->getIsHomePage()):?> <h1 class=”logo”><strong><?php echo $this->getLogoAlt() ?></strong><a href=”<?php echo $this->getUrl(”) ?>” title=”<?php echo $this->getLogoAlt() ?>” class =”logo”><img src =”<?php echo $this->getLogoSrc()…

Magento – Orders and returns remove footer links

In Magento can including the link in the footer “Orders and returns” (Orders and Returns) emerge, the static but not in blocks (footer_links) or even in the form.phtml folder app / design / frontend appears / base / default / template / sales / guest. If you want to miss out on this link, must sales.xml

Magento – URL links in the footer to adapt

Usually in the footer are some links to find. A few of them (here z.B. Imprint, Terms and Customer Service) come from a static block (usually “footer_links”). This can be changed quickly and easily. If, however, the other links, come to change the template, this is a little harder. I wanted in my case the…

Magento – Admin / Backend – “Help Us, Magento to keep functioning” etc.. Remove the Footer

Also in the back can still be cleaned up a bit. The footer has some information, that are not essential. For example, Help us, Magento to keep functioning – Report any errors To do this, open the file in footer.phtml / / / / / / folder / app design admin html default default page template Here you can choose <!– before and one –> behind the ca….

Magento – “Help Us to Keep Magento Healthy” remove:

This however is not always welcome row can be removed relatively easily and quickly. The footer.phtml file in app / design / frontend /[base or default]/[IhrTemplate]/template / page / html open and there about. in line 30 the whole line <p class=”bugs”><?php echo $this->__(‘Help Us to Keep Magento Healthy’) ?> – <a href=”http://www.magentocommerce.com/bug-tracking” onclick=”this.target=’_blank'”><strong><?php echo $this->__(‘Report All Bugs’) ?></strong></a> <?php echo $this->__(‘(see. %s)’, Magus::getVersion())…