
Blog
Stay in Touch with SOFTLOFT Technology Insights & NewsHow To Use SASS Instead of LESS in Magento 2
The online store on Magento 2 in the out-of-the-box version by default supports only LESS – CSS preprocessor – the dynamic style language that Alexis Sellier developed. It was created under the influence of the SASS language and in its turn, it influenced the new...
The Process of Migration to Magento 2
In this article we describe the real case – the migration of data from the Magento 1 platform to Magento 2 which we conducted as part of the development of a new project on Magento 2 for our client. We tried to talk about all...
What workflow is better to choose for your web team ?
When a team is working on a project we often meet the similar issue:how to divide the work so as not to interfere with each other and avoid conflicts.testing and error correctionsplit on version and demonstration of the project at different stages for the customerHere...
Magento 2 Export products error
Exporting your Magento 2.x data can sometimes be a tricky task. This is a common issue that happened after migration from Magento 1 to Magento 2. You may face the absence of half of the information about products which happened during the export to the...
Advantages of Magento 2 Enterprise? Do they exist?
It is known that between Magento 1 EE and CE there are few differences and given the large number of extensions, many site owners achieve the same performance from the Magento 1 Community website, as well as Magento Enterprise.However, with Magento 2, the gap in...
Magento collections paginations
Magento collections when setPageSize and pagination does not workWe decided to write about a problem that sometimes occurs everywhere where collections are used: goods, news, blog, etc.The problem is that you are trying to set a limit for the collection, but it does not work,...
Magento Customer Session is empty
Some Magento developers have been challenges that the user session does not contain data.The most common problems:user can not log in to the store;user’s comment comes as from guest;do not load user data for forms.The issue is often difficult to diagnose and accordingly the cause...
What is an API?| Integration Magento website with the application
Wikipedia, which very laconically gives a description that an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building application software. In general terms, it is a set of clearly defined methods of communication between various software components.Why is it...
Top reasons use Magento for Ecommerce Development in 2018
A growing number of companies tend to a big source of profit off endless growth the Internet offers to businesses and start to be digital. Marketing researches predict that online sales gain an increasing power: the number of internet buyers worldwide will reach over 2 billion by 2020.Both...
Responsive sprites with SASS
It often happens that in the development process the front-end developer face the problem how to get the sprites to be responsive. For, on the one hand, sprites help in the optimization of the page, but on the other hand they are absolutely not adaptive,...
Why it is good time to outsource Magento to Ukraine
The Internet commerce market is growing year after year. Analysts predict that 20% of all purchases will be made on-line in 2020. That are why such platforms for e-Commerce as Magento Commerce, have become so popular today. If you’ve been...
Profiling and debugging a code – some of our experience there
If you are developing some app/project or supporting a code that was written previously or an existing project, probably you have already used a profiler or debugger to find out “bottlenecks”, which caused an unobvious load. The decision or the problem, which are described below,...