
You will secure the Magento store from hackers, keyloggers, illegal logins, data sniffing software, and other attacks with the Magento Two Factor Authentication (2FA).
read moreYou will secure the Magento store from hackers, keyloggers, illegal logins, data sniffing software, and other attacks with the Magento Two Factor Authentication (2FA).
read moreEarlier you could download any magento version from Download page in Tech Resources section. But not so long ago Magento has removed the official links and reworked download page. Now you can download only 2.x-related resources like source code / sample data / patches. This is part of Magento Software Lifecycle Policy. If you are […]
read moreRecently I’ve got request to make magento backend working in iframe. Quick googling gives me link to official documentation with instructions on how to setup storefront to be displayed in iframe. I did not pay attention to storefront
word at that point. Backend still not work in iframe and gives an error…
Your magento store index page shows 404 page? Magento 2 homepage 404 error is a common issue. There are several reasons that could cause it. Lets check possible scenarios from easy to difficult. Store Configuration Issue Your store configuration point to wrong CMS page. CMS Home page was deleted or recreated, or you were experimenting […]
read moreI had some experience with GIT, but it was limited to basic things like pull, commit, push. Recently I started working on project which has database configuration file. I needed to modify it, but do not want to commit any changes made. Basically I wanted git to ignore changes in tracked file. My first attempt […]
read moreYou often need to use CLI commands while working with Magento 2. But you might miss the fact that all magento 2 console commands has short form. The nature of these shortcuts comes from Symphony framework used by magento team. Each magento console class that implement command line functionality use Symfony\Component\Console\Command component to implement command […]
read moreMagento 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 moreMagento 2 Bundle and Merge JavaScript Modes can improve performance of your eCommerce website dramatically. But should you enable them simultaneously or separately? While supporting our Slider Revolution Extension for Magento 2 we found JavaScript error on clients website. This problem was related to both merge and bundle javascript options enabled. In this configuration slider […]
read moreTo enable template path hints in Magento: Login to the magento back-end Go to System > Configuration Go to Developer section on the bottom left under ADVANCED Switch to the store view on the top left to your current website or store view. Open Debug and set “Template Path Hints” = Yes. Optionally you can […]
read more