This is a no-brainer module, but still extremly useful and of the features where I’m thinking: Why didn’t Magento implemented this into the core in first place? Aren’t others missing this feature? And as I’m going to use this over and over again across…
4012
Source: Fabrizio Branca
Published on March 12, 2012 10:52 pm.
Categories: Extensions
Tags: layout
Les templates de bases sous Magento sont assez restreint : Vide 1 colonne (1column.phtml) 2 colonnes – Sidebar à gauche (2columns-left.phtml) 2 colonnes – Sidebar à droite (2columns-right.phtml) 3 colonnes (3columns.phtml) Ces templates se trouvent dans : /app/design/frontend/{votre_interface}/{votre_theme}/template/page Problème : Si sur la page d’accueil (ou sur toutes les pages du site, peu importe), vous [...]
3884
Source: Frédéric Martinez
Published on January 5, 2012 12:14 pm.
Categories: Developper Tips
Tags: layout, page, template
Petit tutoriel sur l’utilisation d’Ajax dans Magento à l’aide de Prototype. Dans cet exemple nous allons modifier le système d’inscription à la newsletter afin de gérer l’ajout d’un nouvel e-mail en Ajax.
3833
Source: Magentix
Published on December 14, 2011 5:41 pm.
Categories: Developper Tips, Theming
Tags: Ajax, JavaScript, layout, template
It’s really easy to create conditional JavaScript and CSS includes for your custom modules using module configuration parameters. Read on to see how.
Originally published on magebase.com. Copyright © 2011 Magebase – All Rights Reserved.
2890
Source: MageBase
Published on August 9, 2011 11:26 pm.
Categories: Developper Tips
Tags: configuration, CSS, JavaScript, layout
In this tutorial we will explore our journey through Magento’s layout XML further by showing how we can easily create our own custom layout handles to target specific conditions and scenarios.
2744
Source: MageBase
Published on July 11, 2011 11:33 am.
Categories: Developper Tips, Theming
Tags: handle, layout, template
Working on a new Magento theme often involves manipulating the default layout from the base or another supplied Magento theme. Instead of copying and overriding the individual layout XML files from the source theme, we can use the local.xml file to contain all our customizations, keeping things tidy and more upgradable.
2434
Source: MageBase
Published on June 20, 2011 7:15 am.
Categories: Developper Tips, Theming
Tags: layout, template
Every Magento user noticed that there is special {{magentocode}} syntax available in cms pages and static blocks. We traced a bit to find out which params are available and what exactly they do. Magento CMS syntax – part1 is first …
Read more
2318
Source: Inchoo
Published on May 28, 2011 7:32 pm.
Categories: User Tips
Tags: backend, CMS, directive, layout
Recently I had a task to modify sorting in only one category of Magento shop. What I had to do is “only” to change which attribute will be used for default sorting and I needed to reverse ordering from ascending …
Read more
1756
Source: Inchoo
Published on February 24, 2011 1:30 pm.
Categories: Developper Tips
Tags: category, configuration, layout, product
Il est parfois judicieux de rajouter un bloc dans la structure de page magento. Les pages de structures (Les page 2columns-left; right….. ) présente dans magento ne permettent pas de faire tous les agencements que l’ont veut. Nous avons vu…
1568
Source: Bloggento
Published on January 26, 2011 10:55 am.
Categories: Developper Tips, Theming
Tags: block, layout, template
When you work with custom (your own) controllers in Magento, either frontend or backend, you will probably also use existing blocks and models or if needed write your own classes. But what happens if you want to or have exigency to move/remove common blocks? Can you really “design” your own page view without touching Cascading [...]
1308
Source: Inchoo
Published on December 15, 2010 3:44 pm.
Categories: Developper Tips
Tags: controller, customer, handle, layout
After discussing the basics of the Magento Layout XML elements and an overview of the template rendering process, in part 2 we will explain both in some more detail and present some techniques to perform more advanced layout actions out of the box. This article should give you an idea about the power and flexibility of Magento’s implementation of its layout engine. Continue →
1187
Source: MageBase
Published on November 30, 2010 12:01 am.
Categories: Developper Tips, Theming
Tags: layout, template, XML
Cette astuce est incontournable lorsque l’on travaille sur un nouveau thème Magento et permet d’identifier les différents blocs et templates utilisés sur une page du site. Lire la Suite
1372
Source: Libre à vous
Published on November 21, 2010 3:40 pm.
Categories: Developper Tips
Tags: block, hint, layout, template
You’ve updated the catalog settings in Magento’s administration panel, but your changes aren’t taking effect on the frontend. What could be wrong? I’ll explain in this quick Magento development tip.
The scenario is both very common and very frustratin…
844
Source: eCommerce Developer
Published on October 14, 2010 9:26 pm.
Categories: Developper Tips, Theming
Tags: grid, layout, product, product list, template
One of the fundamental areas a Magento designer and developer needs to become very intimate with is understanding the layout XML files that control what a Magento site displays. This is the first part of a series of articles that will attempt to demystify the layout XML. Continue →
395
Source: MageBase
Published on September 27, 2010 11:23 pm.
Categories: Developper Tips, Theming
Tags: layout, template, XML
In Magento, static blocks are short snippets of HTML that can be called from template pages.
Static blocks are an excellent way to add sidebar content, manage category banners, or even add content sliders to a site’s home page, category pages, or prod…
266
Source: eCommerce Developer
Published on September 22, 2010 9:22 pm.
Categories: Developper Tips, Theming
Tags: block, layout, template