Category Archives: Magento Developer Notes

Unable to create product in Magento using REST API

Some days back, we came across an issue. Products not being created in Magento using REST API. First we thought its something related to the hosting server and checked if the oAuth is installed properly which was working fine. Then … Continue reading

Posted in Magento Developer Notes | Leave a comment

REST API in Magento Community Edition

REST API is the one of the web service in the magento C.E. Using this web service, developer can perform the request and receive the response. The below section describe about, how we can set the Rest API in magento … Continue reading

Posted in Magento Developer Notes | Leave a comment

Upcoming Release of the Magento 2 C.E

After a success of the magento in the last 5-6 years, magento team planning to release of the new version of magento Ie, magento 2. Within these 5- 6 years of magento, different versions are released and the last released … Continue reading

Posted in Magento Developer Notes | Leave a comment

How to change the label of “shipping & handling” in cart page of Magento

In this blog we are explaining how to change the label of shipping & handling in cart page of Magento.   We can done this in two ways.    By changing the core files. a. Go to app/code/core/Mage/Sales/Model/Quote/Address/Total/Shipping.php on line … Continue reading

Posted in Magento Developer Notes | Leave a comment

Some of the useful extension links in Magento

We are working in Magento platform for couple of years. In the developing stage of websites we used many of the 3rd party modules. We can find many of the extensions for a single requirement. But we have to choose … Continue reading

Posted in Magento Developer Notes | 1 Comment

Creating your own responsive slider in Magento 1.9 RWD theme using the in-built slider in CMS page

RWD theme is the Magento’s first step in responsive web design and development. The theme offers a lot of responsive and multi-device adaptive features.HTML 5 and CSS3 is used to make this possible and with its’ introduction, the rwd theme … Continue reading

Posted in Magento Developer Notes | Leave a comment

Adding Style to Price Elements in Magento

One of our client’s requirements was to display the price as separate 3 elements (currency symbol, price value before decimal & after decimal, as separate). For that we adopted the following method and solved the issue. Here is the screenshot … Continue reading

Posted in Magento Developer Notes | Leave a comment

Magento: Some product view page become blank

When take the view of the product view in Magento, some product pages shows blank page but other product pages are working fine. This blog try to explore some solution for this Solutions: When one get issues like such as … Continue reading

Posted in Magento Developer Notes | Leave a comment

Magento Free Shipping Promotion Rule is not working with some 3rdparty shipping modules

Magento’s Free Shipping Promotion Rule is not working with some 3RDparty shipping modules. Solution: This issue can be resolved by adding some codes to the extension. For example, in Fontis Australia, the below condition was missing. if ($request->getFreeShipping() === true … Continue reading

Posted in Drupal Developer Notes, Magento Developer Notes | Leave a comment

Error message from 3rd party Ebizmart’s MagemonkeyMailchimpmodule in magento 1.7.0.2

Installation ofthe 3rdparty magemonkeymailchimp module in magento 1.7.0.2, results in an error message in backend tab “Newsletter->Mailchimp->Ecommerce 360 Orders ->Ecommerce360 API Orders”. The error message can be; Fatal Error: Unsupported operand types in Block/Adminhtml/Ecommerceapi/Grid.php on line 34 OR Sometimes a … Continue reading

Posted in Magento Developer Notes | Leave a comment