Displaying configurable products with options on one page can be problem because Javascript in Magento is setup to work only with one configurable product. You can write your own Javascript or U can reuse Magento code. To accomplish that we …
Displaying configurable products with options on one page can be problem because Javascript in Magento is setup to work only with one configurable product. You can write your own Javascript or U can reuse Magento code. To accomplish that we …
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.
Did you know that your Magento install comes with a Prototype based library called window.js? If you want to make use of popup windows, this is the library to include. Let’s see what we can do with it.
Originally published on magebase.com. Copyright © 2011 Magebase – All Rights Reserved.
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.
If your customers have upgraded to IE9, you may experience a flurry of complaints about your Magento site. There are some known issues with IE9 in Magento. The easiest way to fix this is to fool IE9 to think it’s IE8.
You’ve maybe noticed that Magento’s quantity inputs are just plain input fields, and if you wish to change it’s value, you have to erase value manually and enter new one on your numpad. Today I’ll show you how to add …
Have you ever had a need for adding external files into your Magento layout? If you had then you know that you cannot do that from your xml layout files using methods/action: <action method="addJs"> <action method="addCss"> or <action method="addItem"> You …
This is not very tehnical article and most of you already use this feature, however I have noticed that there are many shops that are not using Magento’s default feature to merge JavaScript files. At the time prior to Magento 1.4, JavaScript merging was included, however it was limited to 10 files. Now that’s not [...]
L’optimisation des CSS et des JavaScript est un étape importante lors de la mise en production d’un site Internet. Voyons tout d’abord l’intérêt de l’optimisation des CSS. Réduire le poids des fichiers. Permettre un chargement plus rapide des pages. Ne [...]