Articles for the ‘For Web Designer’ Category
In v1.4 Magento, changing columns in Grid View for product listing page has become easy, however there is still confusion and it does not seemed to be working right out-of-the-box. First let’s see what we have in Default theme. In catalog.xml, around line #97 and line #138 both in “Category default layout” and “Category layered [...]
Tags: Product Listing, v1.4 Magento has a thoughtful feature that can help developers to quickly locate a xml file, a phtml template file, this feature is extremely useful especially for developers who are new to Magento development, as well as Magento store owner who purchased a commercial Magento theme, setup the Magento site by him/herself. To switch on template [...]
Tags: Knowledge Base, Magento feature In the previous versions of Magneto, all the Javascript files came with Magento and are placed in “page.xml”, were merged in one link automatically and it was only capable of merging up to 10 JS files. Since version 1.4, a new feature, “Merge JavaScript Files” has added and is not set to Yes by default. [...]
Tags: Knowledge Base, Magento feature, Magento Tips, v1.4 The power of Static Block and how to use it for your Magento design Of all Magento features, what we like most is the static block, we guess the reason is because we are Magento theme developer therefor we spend a great deal of time contemplating design and layout, and we think hard to always [...]
Custom Variables is one of the features added in Magento v1.4. whether you are a Magento web developer or store owner, you will love this new feature as it takes away the tedious editing in each email template…
In Add a CSS class to Magento menu links article we showed you how to add a CSS class to li or anchor tag in “action method=”addLink” that uses links.phtml, but you may not aware that you can use the same template file to extend a link block type. In this article we will show [...]