Magento: How to improve magento performance?
When a site responds slowly, visitors spend less time on that site – that is less of their time at your Webstore looking at products and making purchases. We can improve Magento site performance...
Collection of Thoughts
When a site responds slowly, visitors spend less time on that site – that is less of their time at your Webstore looking at products and making purchases. We can improve Magento site performance...
Today I’ll discuss, how to delete duplicate custom options from product in magento. First of all make a file on magento root directory and paste below code on that file and after that run...
In this article I’ll discuss about the Filterable Attribute in drop down format in Layered navigation in Magnto. For this you have to follow below steps:- 1. Find the following folder location under app/design/frontend/package/theme/template/catalog/layer....
Follow below link for Yahoo Currency exchange rate in Magento http://www.magentocommerce.com/wiki/5_-_modules_and_development/using_yahoo_finance_for_currency_exchange_rate_retrieval
Today I’m discussing, how to display Lowest price for a configurable product I find the best solution for this type of method is a helper file. I’ve created an empty module for this, PB...
Use Below code for Crop Image in Magento-
In this article I’ll discuss how to resize image in custom module in Magento. First step is Open your module “helper/data.php” and paste the below code in your helper class. Second Step is, use...
We don’t have any function to re-size the category image, but we can use this code for category image resize and extend category model to your local system or your custom module XML in...
When we re-size product image we will get white space in border, so we can remove that white space when product image is re-sized Use this code to re-size the product image with out...
If you need to display layer price filter, we can display in 2 type, one is calling default block but issue is some time price will not display if you click price filter or...
Here is a quick and complete code to load parent category from current category page and to get sub categories of parent category along with their product count. Hope it helps. Enjoy……….:)
To get new product collection in magento:-
In this article I’ll talk about how to get all shopping cart items and total in Magento Shopping Cart. lets move on to the point.
Installer script to remove the customer attribute & data by code.
Programatically Auto login to Magento admin section by username Create a PHP file with below script and access in the URL You will be automatically logged in to admin section and redirected to start...
Script to remove the shopping cart / quote items of the customer using customer ID or customer Email. Create a PHP file with below script and upload it into root folder of the Magento....
Starting with Magento 1.9.1 the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob – please ensure this has been set...
Fundamentals of Magento Development Essential development skills for implementing and customizing solutions on the Magento eCommerce platform Target Audience Developers who want to learn the architecture, terminology, and core functionality of Magento, along with...
The cron job is a background process and there is no option to check the cron jobs status from Magento admin section. But one might be curious to know if the crontab is properly...