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

Magento – HTML Tags / Code in the shop in the list view / Category / Short Description

Who has the problem, that the front end HTML tags for Description / Short Description will angzeigt, when changing from the grid view to list view, fix it, by the list.phtml a small change is made: The list.phtml file in the folder / app / design / frontend /[base or default]/IhrTemplate / template / catalog / product open after the spot <?php echo nl2br($this->htmlEscape($_product->getShortDescription())) ?> search…

Magento – “The attribute code ‘weight’ is reserved by system. Please try another attribute code.” Attribute anpassen, if it is not on the backend

There are one or the other attribute, which can be changed not so easy on the backend, how it would perhaps like to. An example is the attribute weight / Weight. This throws out the above error message, if you try to change, whether the name (Description / Options to manage), the visibility, etc.. Therefor…

Magento – Event- Event Calendar in shop fit

Those who controlled a small backend event calendar would have on his side, can make do with a small extension. This is the easiest to obtain through Magento Connect, and indeed through this link. The extension is said also in Magento CE 1.6 work. Here the extension is as always installed on Connect and then more…