Creating email template in magento

Posted by on Dec 5, 2013 in General, Magento | No comments yet

The templates used for transactional email are formatted with HTML and CSS, and may be simply altered. additionally, you’ll be able to customize the templates by adding variables and frontend apps. so lets discuss about creating email template in magento …

Send email using email template in magento manually

Posted by on Dec 5, 2013 in Magento | 4 Comments

Using the default mail sending and template functionality of magento we can also send our custom email to the customers using the created email templates in the magento admin so to recaps we are discussing about the send email using …

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 …

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 …

Load More