-
Fast mass price update in Magento 1.X
by Diana Botean & Andra Barsoianu

- Oct. 18,2017
Read this piece by Diana & Andra and you will thoroughly discover how they mass updated prices in a large catalog of products for an eCommerce solution based on Magento.
-
PHPStorm - Improve autocompletion for Magento
by Claudiu Marginean

- Oct. 10,2016
Today our colleague Claudiu gives you a step by step guide on to how to install and use a PHPstorm script that will help you improve autocompletion in Magento by teaching PHPstorm the proper class map.
-
PHPStorm - Tips and Tricks for Magento developers
by Claudiu Marginean

- Sep. 21,2016
In this article our colleague presents some of the tips and tricks discovered while using PHPStorm, a great IDE for PHP development.
-
Magento Price Rounding
by Marius Grad

- Aug. 29,2016
In e-commerce applications it is important to know how the prices are computed and what rules you need to apply in order to display the correct price. This article will present the Magento way of solving the round operations on prices and offer a view on the importance of price computations.
-
OrderEdit for Magento
by Ciprian Bucur

- Jul. 14,2016
Fact:
In Magento, an order cannot be edited after the invoice is created. It can only be canceled and then a new order can be created, which is based on that previous order and the new modifications. But, in that case, a new order_id is created.
Challenge:
Some clients that work with third party ERPs want to keep the order id and just edit that particular order.
Read the blog post to make your life just a tad easier!