Magento – Status Spalte leer – No status on some orders

Fell on to one of our new stores, that some orders had no status. The column was simply empty. Likewise, in view of the order, the field was empty in Order. The obvious-but only on the second consideration- Declaration was, that with the appropriate payment method “-Please Select-” the status was, the be assigned after successful order…

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()…

Google Maps window with its own Show address on website

Who on his side e.g.. in contact will have a window with its own address on Google Maps, can this with the iFrame code make very nice and comfortable: <iframe src=”http://maps.google.de/maps?hl = en&amp;q = number IhreStrasse, PLZ Ort (Your name or info)&amp;ie=UTF8&amp;t=&amp;z = 14&amp;iwloc = A&amp;output=embed” height=”450″ width=”850″ frameborder =”0″ marginwidth=”0″ marginheight =”0″ scrolling=”no”></iframe> Look for us

Magento – Proceed to checkout as a guest does not appear

Today I wanted to hire one of our Shop, that a checkout process for customers is made possible. We use this store for the One Step Checkout by MageWorld, in which there is the adjustment, whether the guests checkout is allowed or not. This was stated, that the check should be possible as a guest. Standard…

Magento – Create your own extension for Magento Connect

Today was the first free Magento extension or go online. in Magento Connect immediatelly. Since this is not so easy and I unfortunately no simple German-at best- Found instructions, I will here represent the actual process once for all, the future “only” just quickly without an extension…