One of that problems is Parallelize Downloads. When you have JS, CSS, IMAGE and all those kind of files serving…
4x Masonry Grid
I was getting mad trying to figure out how to know the Magentro Country Codes. When you want to upload…
One nice thing you should add to your Magento site is the Social Links. Let your customers promote your products…
I’ll be clear… Magento is not good as you could imagine. In fact sucks in so many ways. Today i’m…
Having an up to date backup can save you from many troubles. Using Magento I would suggest you to backup…
It just shows an error Unable to submit your request. Please, try again later Solution Add the following line to…
Today we’ll see how to add the store code in the Magento URL from the admin panel Go to System…
How to change the product position in the category product listing. Sounds simple but most of people don’t know how…
Template Path Hints shows wich file is the frontend using for each part of the page. Go to System ->…
Create a CSV File /var/import/updateStockLevels.csv Place your CSV file like I wrote above. You can add many fields but I…
Create the Home Products file In my theme I created a copy of the list.phtml called home_list.phtml /app/design/frontend/base/theme156/template/catalog/productShow the file…
It is always required for the customer to track their order. The shipping carriers can be anything: Aramex, Bluedart, DHL,…
Go to page.xml and below this: <block type=”page/html_breadcrumbs” name=”breadcrumbs” as=”breadcrumbs”/> Add your new code (e.g.) <block type=”page/html_lookbookimage” name=”lookbookimage”…
ecause a regular select menu can’t have images or background images applied to it (except in newer versions of Firefox)…
This won’t alter the base price in the system but it will set the start price for a user. Simply…
This script will return all child products from a Magento shop bypassing the category folders. This sample will also take…
$layer = Mage::getSingleton(‘catalog/layer’);$_category = $layer->getCurrentCategory();$currentCategoryId= $_category->getId();
In Magento eCommerce, it is possible to add new attributes to product models and edit the values for these attributes…
There are many ways to mass update product attributes in Magento, each well suited to a different purpose. Magento’s built-in…
Magento’s use of data models provide a great way to access and modify data. Using aptly named methods and clever…
There’s two ways, that I know of, to enable Maintenance Mode in Magento.Maintenance.flag Since the version 1.4 you can activate…
The post title might be a little confusing, let me enlighten you 😉 Have you ever wanted to print a…
.htaccess You can set the Store View code adding the following line to your .htaccess In this example my Store…
To upload profile photo for customer in magento we need to follow few steps as below. Add a new…