Magento 2 Migration

Once the migration to Magento 2 is over and your newly-established store is ready for business, we advise you not to rush into the eCommerce world immediately. Even if the transition went smoothly and error-free, you may still need to settle some issues before the store goes live.

Table of Contents:

  1. Data Reindexing
    1. Reindex from admin panel
    2. Reindex via SSH
  2. Migration to Magento 2: Cache Handling
    1. How to clear cache?
  3. Migration to Magento 2: Product Management
    1. Out of stock products are not displayed on the front end
    2. Categories or products are not displayed on the front end
    3. Product images are not displayed on the front end
  4. Migration to Magento 2: Tax Management

Magento is a platform for people with professional web development experience. Thus, handling its post-migration peculiarities can sometimes be challenging. Therefore, today we'll provide you with some tips and tricks for managing the Magento 2 store after the switch.

Data Reindexing

One should keep in mind that Magento 2 indexes data to manage it faster. Thus, it is essential to perform the reindexing to make imported entities displayed on the front end correctly.

There are two ways of data reindexing - you can either do it from the Magneto 2 admin panel or reindex via SSH.

Reindex from admin panel

    1. Log in to the admin panel using your Magento credentials (username and password).

How to Manage Your Store After Magento 2 Migration

    1. Go to SystemIndex Management and review indexers' status.

Magento 2 Migration

    1. Choose the components with the status Reindex required. Then, go to ActionsUpdate on schedule (this mode provides you with the ability to reindex data on a recurring basis - e.g., once a day).

Magento 2 Migration

Alternatively, you can set the indexing mode to Update on save. The reindexing procedure will begin right after the admin configurations have been saved. Both the Magento company and Cart2Cart highly recommend this particular option.

Reindex via SSH

Sometimes, it is impossible to reindex all the indexes through the Admin panel, even though their status is already set to "Updated." Hence, we urge you to check the reindex process using the SSH/CLI reindex method:

    1. Connect to your Magento 2 store via SSH.
    2. Find the folder that contains your store (in the command line).
    3. Go to your Magento 2 Store's root directory.
    4. Reindex data using the following command: php bin/magento indexer:reindex

How to Manage Your Store After Magento 2 Migration

    1. Examine the status of the indexers and identify those that haven't been reindexed (use the command: php bin/magento indexer:status)

How to Manage Your Store After Magento 2 Migration

    1. Apply the command php bin/magento indexer:info to get the list of the indexers and corresponding indexer ids for separate reindex.

How to Manage Your Store After Magento 2 Migration

  1. Reindex indexers with the status Reindex required by means of the command php bin/magento indexer:reindex [catalog_category_flat]
  2. Check the status of the indexers with the command: php bin/magento indexer:reindex. If everything is okay, all the statuses should be set to Ready.
Indexer Name Indexer Method Name
Category Products catalog_category_product
Product Categories catalog_product_category
Product Price catalog_product_price
Product Entity Attribute Value catalog_product_attribute
Stock cataloginventory_stock
Catalog Rule Product catalogrule_rule
Catalog Product Rule catalogrule_product
Catalog Search catalogsearch_fulltext

Important note: Cart2Cart performs reindexing of your store's data right after the migration is over. But we often lack some of the necessary access details, so it's recommended to reindex data manually via SSH.

Migration to Magento 2: Cache Handling

Another thing that makes the store's data visible on the front end is cache management. Caches are used for saving loaded data, images, etc. Clearing them helps to improve the overall performance of your store.

How to clear cache?

To clear your store's cache, please follow these steps:

    1. Log in to your Magento admin panel.
    2. Go to SystemCache Management.

Magento 2 Migration

    1. Determine the cache types that you wish to refresh.
    2. Choose the Cache Type blocks with the status Invalidated. Or, alternatively, select All in case you're not sure which ones need to be refreshed.
    3. Choose the Refresh action from the popup menu and click the Submit button.

How to Manage Your Store After Magento 2 Migration

It is also possible to use the Flush Magento Cache and Flush Cache Storage buttons. The first one refreshes the cache from the backend and inner cache with the Magento tag. The latter - cache from all the Magento stores with the same storage, but located on different servers.

How to Manage Your Store After Magento 2 Migration

After clearing the cache, don't forget to refresh your browser and check whether the most recent files are visible. Please note that you may also need to clear the web browser cache to see all the updated content.

Additionally, it is advisable to flush the cache when:

  • Installing extensions or modules,
  • Switching to Magento Commerce,
  • Upgrading your current Magneto store.

Important note: We recommend you to disable the cache during the store maintenance to avoid any unforeseen issues. Just go to the Cache Management menu, select all cache types, and set Disable by clicking the Submit button on the upper left drop-down menu. Once done, make sure to Enable the cache by repeating the same procedure.

Magento 2 Store After Migration

Migration to Magento 2: Product Management

One of the most common problems that may arise right after the migration is the non-visibility of some products. If this issue remains after the reindexing and cleaning the cache, we suggest you to consider the following:

Out of stock products are not displayed on the front end

Magento doesn't show products with no inventories by default. Therefore, they do not appear on the front end and are not visible to visitors.

If you wish to display the out of stock notification on the product page, do the next:

    1. In the admin panel, choose StoresSettingsConfiguration.

How to Manage Your Store After Magento 2 Migration

    1. Select Inventory from the drop-down Catalog menu.

How to Manage Your Store After Magento 2 Migration

    1. Click the Stock Options and find the Display Out of Stock Products field. Uncheck the System Value box and change NO to YES.

Magento 2 Migration

    1. Tap the Save Config button in the right upper corner.

How to Manage Your Store After Magento 2 Migration

  1. Perform the reindex.

Planning to upgrade your store to Magento 2.3.x, follow our comprehensive step-by-step guide!

Categories or products are not displayed on the front end

If the categories or products have the wrong location or status, they may become invisible. To change that:

    1. Select CatalogProducts in the admin panel. Check whether the products you want to display are located in the needed categories.

Magento 2 Migration

    1. Click on the desired product. The Enable Product section must be set to YES.

How to Manage Your Store After Magento 2 Migration

    1. Specify the Quantity and set the Status to In Stock.

How to Manage Your Store After Magento 2 Migration

    1. Configure Visibility to Catalog, Search.

How to Manage Your Store After Magento 2 Migration

    1. Save the product's settings (the Save button is in the right upper corner) and run the reindex.

How to Manage Your Store After Magento 2 Migration

Product images are not displayed on the front end

The problem with the product images visibility is quite common among the Magento 2 store owners. To resolve it, we advise you to do the following:

    1. Go to CatalogProducts in the admin panel.
    2. Click on the needed item and scroll down to the Images and Videos section.

Magento 2 Migration

    1. Check whether you have uploaded all the necessary photos. After that, click on the image and make sure that the thumbnail, base image, and small image fields are marked with the tick.

How to Manage Your Store After Magento 2 Migration

    1. Next, go to StoresConfigurationCatalogProduct Image Placeholders and ensure that the default image is uploaded for each of the particular image types.

How to Manage Your Store After Magento 2 MigrationHow to Manage Your Store After Magento 2 Migration

  1. And lastly, go to SystemCache ManagementFlush catalog images cache.

Migration to Magento 2: Tax Management

Magento 2 transfers prices without taxes by default. You can configure the tax calculation in the admin panel:

    1. Go to StoresSettingsConfiguration.
    2. Expand the Sales section and click on Tax.

How to Manage Your Store After Magento 2 Migration

    1. In Calculation Settings find the field Catalog prices. Uncheck the System Value box and choose one of the two options - either to Exclude or Include the Tax.

How to Manage Your Store After Magento 2 Migration

  1. Click the Save Config button in the right upper corner.

eCommerce replatforming is a major step forward for every online business owner. It is surely not a one-click affair. But when done with the right tools at hand, it will improve the overall performance of your store and increase the revenue. Now you're equipped with all the necessary knowledge and skills for managing your Magento 2 store not only during, but also after the migration.

Manage Your Store After Magento 2 Migration - FAQs

What does Reindexing do in Magento?

Data transformation in Magento 2 is called reindexing, and it updates the transformed data as it changes. Changing a product price, for example, requires reindexing to appear correctly on the front end.

What is cache storage in Magento 2?

In Magento, cached pages are stored to speed up loading. This allows requests for data to be served quickly by storing it in a cache. As a result, users will be able to quickly access content in the storefront & the overall user experience will be enhanced. There are many types of caches available in Magento, ranging from layouts to block HTML layouts.

What is Tax Rate in Magento?

The tax rate is the result of combining a country's tax zone, a state's tax zone or a zip code's tax zone with a percentage. The following steps will guide you through setting up tax rates.

  • Step 1 − Login to Magento Admin Panel.
  • Step 2 − Go to Sales menu → Tax and click on the Manage Tax Zones & Rates option.

P.S. Don't forget that the Magento 1 era is coming to an end. The company stops supporting this software in June 2020. Therefore, it is high time consider migration to Magneto 2. Run a free demo and be up to date with the latest trends!