Integrating a WordPress blog with Magento

There is no arguing the importance and effectiveness of a well structured and planned out blog on your site and WordPress is one of the easiest and most robust blog tools in the industry. So, how do you get this wonderful tool to work with your Magento store and help your Magento SEO?

AJAX requests in Magento

AJAX is a great technology that is used to improve user experience and avoid page reloads, but how can you use it in your own Magento modules? Let’s explore…

1) You should either create a controller, for example: Namespace/YourModule/controllers/AjaxController.php or create a new action in an existing controller

Magento auto invoice and set custom order status upon checkout

Many developers are wondering how to customize Magento behavior once an order has been placed. In particular, sometimes a company would like to change the order status to “Pending” and send an invoice to the customer automatically after completing the Magento one page checkout. The following article offers a simple solution for this.

Magento Development Tools

Magento is a complex system and without proper tools, development for the system can get complex, especially for beginners. In this article, we will examine some of most useful Magento development tools and extensions.