Products list filtered by attributes soap api magento

Posted by on Nov 14, 2013 in Magento | 2 Comments

We can call the products list by soap api as a whole without passing any parameters to the api call. But when we need to filter the products based on attributes we must pass the multiple attributes as an array.Here …

Upload image with preview

Posted by on Nov 4, 2013 in HTML, Javascript, Jquery, Php | No comments yet

Sometimes we need to preview images before uploading, As there are many JavaScript libraries like ajaxuploader to make this possible.There are time when we didn’t want to upload the files via AJAX. In that case we can do it using …

Password encryption in magento

Posted by on Oct 28, 2013 in Magento | No comments yet

When using the magento api some times we need to find the ways on password encryption in magento. By accessing the customer data we can get the password_hash of the customer is something like this fa23eb07d1c851f81707f4f649cb2c42:Dr By analysing it we …

Direct SQL Queries in Magento

Posted by on Oct 22, 2013 in Magento, Php | 1 Comment

In this post we are discussing about the sql queries in magento that we can execute directly in php code Database Connections In Magento By default, Magento will automatically connect to it’s database and provide two separate resources which you …

Load More