Custom category menu navigation in Magento
Here I wanted to show you how to build a custom Magento category listing block that you can use on your own Magento store. Magento has its top menu reserved for category navigation. It’s...
Collection of Thoughts
Here I wanted to show you how to build a custom Magento category listing block that you can use on your own Magento store. Magento has its top menu reserved for category navigation. It’s...
If you try to delete orders in the backend, you will find out that you can only set the status to “cancelled” and the order is still there. Unfortunately, Magento doesn’t enable us to...
Magento uses Prototype library as javascript library to manage form validation. This is quite helpful, because all you need to do when writing a custom form is to assign a valid class names to...
Sometimes you will find out that there are some pages in Magento with no breadcrumbs enabled by default. In order to add Breadcrumbs, for example, on the checkout page, open checkout.xml file stored in...
Do you have long list of products to show on category pages and you do not want to use the standard pagination method? If you are looking to avoid this long and irritating process...
Nowadays most of the clients want extra fields in contacts form of magento to fulfill their requirements. Adding custom fields other than upload field (for example: text, textarea, select etc) in contact form are...
Sometimes you may find yourself having to send an email after a particular action has occurred. For example, you have a custom extension allowing you to add a product to a list of favorites...
Once your crontab is properly installed and configured, you might be curious as to what it’s actually doing behind the scenes, or you might want to verify that something did / did not happen,...
Just use the below code for clear cache programmatically:-
I had searched many times then found good solutions are as follows:- Create a page in root folder i.e, create-category-attribute.php and paste below code in this page. ‘attribute_code’ will be replace with your...
Magento Enterprise Edition 1.14 and Magento Community Edition 1.9 include many new features to help businesses grow. Most notable are a new responsive design reference theme that makes it possible to quickly get a...
You can add a new group from the Magento admin area > Customers > Customer Groups > Add New Customer Group. Once a customer registers, you can change the group he/she belongs to from...
If you want to change the the Admin Panel default URL from http://www.domain.com/admin/ to your own custom url http://www.domain.com/prashant/ to avoid any unwanted snooping around your web store. Then follow these steps: 1. Go...
In some situation when you need to show product in custom location file and in that file you also want to show list of upsell product then this is example which will explain you....
Magento does not allow this to happen and there are many plugins out there that charge a fortune for something which is relatively easily to do. We are going show you how to get...
In this blog I’m going to explain you how to create accordion tabs in magento for layered navigation as displayed below for attributes.
I have tried to integrate recaptcha and I was partially successfully. I have tried for customer registration page only. But this can be applied to other forms as well. Here is the link where...