Magento – product tabs / Reiter exchange sequence / Item Description and Additional Information

By default Magento provides, that in the Product View (view.phtml) Tabs can be seen below, can contain various information. Mostly, these are the items description ((Long) Description) and additional information (Attribute). If one goes into the details of an item is below the article view automatically opens and customers would, To get the additional information, click on this…

Magento – “Back” Link to Article in Category Details

You want rel. easily have a link back from the product view to the category overview, this can be made as follows. In the view.phtml folder app / design /[base or default]/[IhrTemplate]/catalog / product / The following code is inserted: <?php if ($_category = $_product->getCategory()): ?> <div class =”back-link”> <a href=”<?php echo $_category->getUrl(); ?>” class =”form-button-alt” ><?php echo $this->__(‘Back’) ?></a> </div> <?php endif;?> I…

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