Author Archives: excellone

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

How we can stop spam user creation on drupal website

Spam user creation is the main concern of drupal developers. This post assumes that you are not allowing anonymous user creation on your website. This is one method. You can use other methods depending on the spam user on your … Continue reading

Posted in Drupal Developer Notes | Leave a comment

Fontis_Australia-3.0.0 shipping method calculation issue

In the latest Australian post module of the font is (Fontis_Australia-3.0.0) did not display the shipping method details, when the weight of the product is below “1kg” and the zip code star with “0” digit. For solving this issue, Correct … Continue reading

Posted in Drupal 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

Mobile App Development – Framework expectations

Mobile App Development – Framework expectations One of of our potential clients asked the following question recently: Weed to know what you plan to use to develop the application. What type of framework expectations should we have for both iOS … Continue reading

Posted in General | 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