General Questions

chevron-down chevron-right How shopping channels can be connected to an online store

One of the most well-known external online promotion channels for eCommerce is the one provided by Google. This popular and widely used online marketing channel named Google Shopping was debilitated by Adobe in all editions of Magento, including Commerce ...

Read More

chevron-down chevron-right Magento 2 Reindex Error: Index is locked by another reindex process. Skipping.

Problem During full reindex in CLI (Command Line Interface, SSH), Magento returns error message like “index is locked by another reindex process. Skipping.” Reason Error is possible if the previous reindex process wasn’t completed successfully. T...

Read More

chevron-down chevron-right How to install magento 2 via composer

Unlike Magento 1, Magento 2 can be installed via composer. It’s most faster and stable way to install and further support/upgrade Magento 2. Composer will automatically copy all required files, modules, libraries and prepare all things for setup. To in...

Read More

chevron-down chevron-right How to solve “There has been an error processing your request”

Problem Message "There has been an error processing your request. Exception printing is disabled by default for security reasons." is a very common problem, which usually appear after update (Magento 2 or extension) or changes in templates code. For sec...

Read More

chevron-down chevron-right Magento 2: One or more indexers are invalid

Magento 2 requires full reindex after significant changes: new store view/website was added key options in the configuration were changed added new attribute (search reindex is required) catalog price rules were changed (price and flat index are require...

Read More

chevron-down chevron-right Magento 2: How To Reindex

Magento 2 contains a lot of merchant data, which should be accessed, searched and used - catalogs, prices, stores and many others. They are scattered across different tables, so to improve performance Magento 2 brings they all together in special tables c...

Read More

chevron-down chevron-right How to enable Magento 2 Developer Mode

Developer mode of Magento 2 is a special mode, which makes debugging and development much easier. Here is a short list of useful features of this mode: Verbose and extensible logging Automatic code compilation Enhanced debugging Shows custom X-Magento-*...

Read More

chevron-down chevron-right How to check Magento 2 version

There´s many Magento 2 versions and editions. Sometimes you need to know, which exactly version of Magento you´re running - for example, for planning upgrade. Here is a few tricks, which will show your actual version of Magento 2. Special Magento 2 ve...

Read More

chevron-down chevron-right How to combine Javascript files in Magento 2

Combining Javascript files is a very common way to reduce time of page loading by reducing quantity of HTTP requests, that are required to bring on Javascripts on your pages. Having all Javascript files combined, basically you will need to load only one ...

Read More

chevron-down chevron-right How to remove Magento 2 extension

Unlike Magento 1, where removing extension requires only removing module files and special config XML file at app/etc/modules directory, Magento 2 yields a more complex way to remove the extension. It ensures, that system will keep its stability even in ...

Read More
Loading...