Hello there! Here is our first blog post about Magento 2. Better late than never.

We assumed that it would be nice to have similar functionality for Magento 2. It means you don’t need to search for the product on frontend while you’re editing it in the admin to be able to check how your chan...

Continue Reading...

Hello folks

As far as you know Magento has built-in Paypal extension that allows us to use paypal out of the box. If you are seller you should know that Paypal has fees for each transaction it's something like 2.9% + $0.30. You can find more detailed info there Fees to Send and Receive Money.

B...

Continue Reading...

Hi guys, as you all know how it is important to create perfect Magento modules to make customers and developers happy. In this post we would like to share some tips about module development, that I hope will help you in future. So lets start.

Continue Reading...

Hi! Today I will tell you how to set up your Grunt environment to use with Magento rwd theme.

Continue Reading...

Hello guys. This is our first article. And we would like to tell you how we orginize Magento development environment in our company. As you know there is a major rule #1 for magento "Never ever edit the core". So how to prevent editing the core files? The simple way is adding all the Magento core files to .gitignore. Even if somebody modified this file they will not commit the changes. There is a good service that allows you to generate .gitignore files for a lot of projects https://www.gitignore.io/. But how we should up the environment in a simple way so even QA or designer can up it on their local machine? So follow these instructions

Continue Reading...