Showing posts with label magento. Show all posts
Showing posts with label magento. Show all posts

How to Enable AJAX in Magento Admin Grid

Magento provides an ultra awesome framework for creating grids in admin panel. All the CRUD features are available in Magento admin grid. B...

Integrating Angular JS with Magento

9 comments
AngularJS is one of the most powerful JavaScript MVC these days. On the other hand Magento is the leading e-commerce framework. In this t...
Dynamically Enable/Disable Payment Method in Magento

Dynamically Enable/Disable Payment Method in Magento

1 comment
In my recent Magento project I faced a situation in which the Payment methods needed to be enabled/disabled dynamically based on the some c...
3 ways to Add JavaScript Translations in Magento

3 ways to Add JavaScript Translations in Magento

If you want to add translation in JavaScript code of your Magento module, there are three ways to achieve that. You can select any approach...
How to create new helpers in Magento custom module

How to create new helpers in Magento custom module

1 comment
Magento's Helper classes contain utility methods that will allow you to perform common tasks on objects and variables. Sometimes you m...
How to Add Translation to Custom Module in Magento

How to Add Translation to Custom Module in Magento

3 comments
If you are a Magento extension or module developer then you might want to internationalize your module/extension by translating it into d...

How to Add Date Picker in Magento Config Page

3 comments
Sometimes you may want to add date picker in the Magento admin configuration page. There is no direct model that can be called to add the d...
Featurise - A Feature Tour Plugin for Magento Released

Featurise - A Feature Tour Plugin for Magento Released

1 comment
Featurise is a new feature tour extension. This extension allows you to highlight new features on your Magento store. You can specify newly...

Fancy Product Compare Magento Extension Released

1 comment
Recently I have released my new Magento extension with the name 'Fancy Product Compare'. Fancy Product Compare allows the visitors ...
Advanced Version of Basket Magento Extension Released

Advanced Version of Basket Magento Extension Released

1 comment
I have upgraded the ' Basktet ' Magento extension to its advanced version. Basket shows all your cart details on a popup box in a b...

Ordered By Customer Magento Extension Released

I have recently released my new Magento extension on Magento connect . The extension named 'Ordered By Customer' is a simple applic...

Add color picker in Magento Admin Configuration Page

3 comments
Sometimes you may want to add color picker in the admin configuration page of your Magento module or extension. You may think this as a big...
Add New Column to Existing Database Table in Magento

Add New Column to Existing Database Table in Magento

4 comments
While writing codes for Magento, sometimes you would like to add new columns to existing tables in Magento database. These situations arise...
Magento Customer Chat Extension - Live Demo Released

Magento Customer Chat Extension - Live Demo Released

4 comments
I have released the live demo of my 'Customer Chat' extension for Magento. If you still dont know what this extension is, read thi...

Add/Update Attribute Option Values Programmatically in Magento

18 comments
Adding/Updating the attribute option values programmatically in Magento can be tedious sometimes. Adding attribute options through custom c...

Create Custom Tab in Magento Product Add/Edit Page

11 comments
If you are trying to add a custom tab to the product add/edit page in Magento admin, then you are at the right place. Today I will tell you...
Programmatically Add Grouped Product to Cart in Magento

Programmatically Add Grouped Product to Cart in Magento

3 comments
Adding simple products to cart through custom PHP code is pretty straight forward. You just need to call the ' $cart->addProduct() ...

Magento Live Customer Chat Extension released

1 comment
Magento Customer Chat extension allows the customers on your store to communicate with each other in real time. The logged in customers on ...

Customize 'New Order' Email template in Magento

22 comments
Customizing the ' New Order Confirmation Email ' template in Magento may be a havoc for the first time if you do not know the write ...
Override Controllers in Magento

Override Controllers in Magento

36 comments
While working in Magento you may sometimes run into situations where you would like to override the functionality of the Magento core contro...

JavaScript

Magento

back to top