Magento – CMS data is lost but database backup

We have just created a new template is placed on our multi-store, which has a great installer…a very ambitious Installer. This has all the unasked “Home” CMS pages and overwrite the entire content was lost. Unfortunately, neither the manual nor anywhere else was a reference to this “Triviality”. So our total 5 Home CMS pages lost…

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 – Category Home

Wants to use it as a category in Magento Homepage, this can be relatively simple code on the line {{block type=”catalog/product_list” category_id=”[Your category ID]” template =”catalog/product/list.phtml”}} be made. This simply insert the contents of the CMS home page these stores (Important: Take care, that the WYSIWYG editor is not enabled!), save, CMS system under natural

Magento – Static block / Static Block in Seite und phtml einbauen

If you would like to install additional static blocks in his front, can do this quickly by first of each static block is created. Here, the page identifier / code to be the one, will be called later. Then only the following line in the PHTML file in place install and off you go: <?php echo $this->getLayout()->createBlock(&#8216;cms/block&#8217;)->setBlockId('EigenerSeitenbezeichner')->toHtml()…

Magento – Static block installed in the header

Who in the header of Magentoshops would like to have some additional information or other things, this can be done relatively easily. Either by header.phtml file in the folder app / design / frontend /[base or default]/[IhrTemplate]/template / page / html rumgeschrieben is directly or also through the introduction of elements with a static block. For this purpose, the backend CMS > Static blocks…