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…