Praxisbeispiel: Verschiedene Layout-Updates

Damit Sie ein Gefühl dafür bekommen, wie sich in der Praxis mit Layouts arbeiten lässt, stellen wir Ihnen in diesem Abschnitt eine Extension vor, mit deren Hilfe oft verwendete Layoutupdates demonstriert werden. Diese Extension liegt – wie alle anderen Beispiel-Extensions dieses Buchs auch – im Namespace Webkochshop und hat den Namen Layout-Updates. Die zugehörige config.xml lautet:

<?xml version="1.0"?> <config> <modules> <Webkochshop_LayoutUpdates> <version>0.1.0</version> </Webkochshop_LayoutUpdates> </modules> <global> <blocks> <WebkochshopLayoutUpdates> <class>Webkochshop_LayoutUpdates_Block</class> </WebkochshopLayoutUpdates> </blocks> <helpers> <WebkochshopLayoutUpdates> <class>Webkochshop_LayoutUpdates_Helper</class> ...

Get Magento: Das Handbuch für Entwickler now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.