Magento Open Source platform, formerly known as Magento Community Edition, has outstanding codebase which allow you to extend almost any part of your store. You can find a lot of really useful free and premium magento extensions which makes store owner life much easier. Github is a great source of free magento 2 extensions. You […]
read moremagento
Magento License and Trademark
Recenty we run ad campaign on Google Ads and find out that we could not use “magento” word in ad headline or description due to the trademark violation. Another time we tried to push extension to magento marketplace and also got rejected due to “inappropriate uses of Magento trademark”. I’ve also seen a lot of […]
read moreMagento 2 Product Sliders Review
Want to implement product slider on your magento 2 store but get lost among the hundreds extensions? We gathered most popular magento 2 product slider extension and compare it by their functionality, price, demo and documentation, supported versions and features list. If your product slider extension is not in the magento 2 product slider review […]
read moreMagento 2 Email Templates Extension
Email is a very important part of interaction with clients and potential customers in e-commerce business. And every appeal to the client should reflect your brand. This is why it is extremely required to keep all your emails well designed and be consistent with your brand guidelines. Magento 2 provides rich features to manage email […]
read moreMagento Essential Grid 2.2.5 Released
Today we have released version 2.2.5 of Magento Essential Grid extension – best tool for creating product, images or any kind of listings and presenting it to customer in exciting eye catching grid with stunning animation and hover effects. In new version of Magento Essential Grid extension we have improved products quality and added some […]
read moreMagento 2 SEO tips
Magento 2 is a great open-source ecommerce platform. It has wide variety of features, gives you full control on design, has large community and so on. But most important nowadays is that Magento is one of the most search engine friendly e-commerce platforms. Many store owners do not use all its power due to a […]
read moreHow to Add Product Video in Magento 2
Nowadays it’s hard to imaging a good product details page without a video. Watching these videos makes a truly overview of your products before purchasing that will bring even more sales by your clients. Luckily, there is built-in functionality to add product video in magento 2. It’s possible to achieve this in 3 simple steps: […]
read moreMagento 2: Working with ArraySerialized backend model
Magento 2 ArraySerialized is backend model used to store configuration data ( dynamic settings array ) in serialized state in one field. It extends \Magento\Config\Model\Config\Backend\Serialized model and has two basic methods. beforeSave serializes data before saving, as a result options converted to a string and can be stored in a single field in the database…
read moreHow to install magento 2 module from github using composer
Install magento 2 module from github using composer is pretty simple. We assume that you already has git and composer installed on your system. Let’s take magento2-configuration-arrayserialized as an example. Complete commands list are…
read moreHow to disable module in Magento 2
There are 3 ways to disable module in Magento 2. Well, actually 3rd way only disable module output, but it can be done directly from admin. Disable module via command line Disable module manually Disable module output Uninstall module completely Disable module via command line Magento 2 has powerful build-in command line tool to perform […]
read more