Magento – Or Browse By Category Menu (Layered Navigation) remove

If you have the desire, in the navigation bar “Browse By” Function is to remove it here is a quick way. Reason for the removal can e.g.. be, that there is only one or two items and, therefore, a navigation filter is not really useful. Take this from the catalog.xml own template directory app / design / frontend /[base or default]/[IhrTemplate]/layout….

Magento – HTML simple mouseover command for images

Is to change an image or image button, when the user moves the mouse over it, There are many ways. A very simple, which is quickly installed in a CMS, this. The following code to the right place in the CMS set: <div class =”Hier_Ihre_CSS_Klasse”><a href=”{{store url=”Ihre_Seite_Wenn_es_ein_Link_sein_soll.html”}}”><img onmouseover=”this.src='{{skin url=’images/media/banner1-over.jpg’}}’;” onmouseout’>”this.src=’{{skin url=’images/media/banner1.jpg’}}’” src=”{{skin url=’images/media/banner1.jpg’}}” alt =”Ihre_Beschreibung” /></a></div>”this.src='{{skin url=’images/media/banner1.jpg’}}’” src=”{{skin url=’images/media/banner1.jpg’}}” alt =”Ihre_Beschreibung” /></a></div> to enclose…

Magento – Checkout / Cash back to the cart

After a move from one shop to another server suddenly no longer worked the checkout of a shop. Thus, we described the problem: We have a Magento 1.4.1.1. Installation, which runs fine. We now have a 1:1 Copy of it and have made this a problem with the check. These are the facts: – Magento 1.4.1.1…

Magento – Model View View detailed in Article

If you want to leave the item number of the article in the einzeigen Artikeldetailansicht, This is done with one line of code. In the file simple.phtml (for simple products) im Ordner app / design / frontend /[base or default]/[IhrTemplate]/template/catalog/product/view/type

“Use default value” reactivate in the product data

If the default value in the product data overwritten once in a store view, This can be done only by manual check mark set to reverse. For 3-4 Item no problem. For hundreds of anything but a fun and unfortunately can not be mapped using the import function. But everything is a hook (or even no) has, is indeed in the database…