Magento2 – Delete Order(s) by CLI Command
In this article we create a cli command for delete one or more orders. Sometimes it is necessary to delete one or more orders, because we are wrong with the data or simply because they are test orders. In magento2 it’s very simple...
Magento2 Cli Commands, and how to create your own
Magento2 has a large number of commands that make it really simple to manage but not only that, it also can create your very own commands, and this is awesome!. A new Magento2 feature its console component. The Root folder now contains...
Magento theme – Folder structure: Magento 1.9.x vs 2.x
When we work with a new merchant to develop his/her online store, we all know that you must have certain processes that are the same in theory for all other businesses that sell online, such as product list, product detail, my cart,...
Magento 2 finally released
Finally last Tuesday, November 17th, Magento 2 has been released. This new version of Magento has cause a lot of anticipation since it was announced with everyone talking about it or at least listening and waiting for the final...
Magento TDD with PHPSpec
Today, we are implementing the MageTest/MageSpec Module based on PHPSpec toolset. In this implementation, we have two different tests taken from the Magecasts tutorials. The first one is to understand how PHPSpec works. First Test...