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
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
Last Week I’ve put all my free Magento modules on Github. That was a good idea as I already got two contributions to my modules.
I’ve decided to go on with Github and will manage all my package downloads there. There will be tags for all versions (vX…
2216
Source: Fabrizio Branca
Published on May 19, 2011 1:05 am.
Categories: Extensions, Tools
Tags: cache, cron, debug, scheduler, template
Do you need to add more custom template options to the default Magento Widgets template option? This is a quick and easy tip to show you how.
1935
Source: MageBase
Published on April 3, 2011 5:25 am.
Categories: Developper Tips
Tags: template, widget
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 developing themes for the front-end Magento has included an easy way to show you which file you need to edit: Template Path Hints (enable it via System >…
Continue →
1332
Source: MageBase
Published on December 21, 2010 6:57 am.
Categories: Developper Tips
Tags: backend, template
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
On a vu, dans un autre billet, comment inclure un block statique dans une page CMS de Magento. La synthaxe est différente lorsque vous voulez inclure un template un fichier.
En effet, Magento permet d’appeler des fichiers HTML ou PHTML qui sont situés à l’intérieur de votre template Magento. Si, par exemple, vous avez [...]
384
Source: iTx
Published on September 23, 2010 4:33 pm.
Categories: User Tips
Tags: block, page, template
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