Search results for "after istallation the module":

To align pictures to the top in a table-mode some changes have been made in this file /app/design/frontend/base/default/template/amacart/table.phtml. Now it is possible to adjust height of the description block (line 33 height:60px was added). How to...
How to get Magento 2 related products? To get Magento 2 related products, you can use native Magento settings or 3rd-party extensions. The open-source version of Magento allows you to add related products by choosing them manually from the list. It ...
What is the default Magento 2 theme?Luma and Blank are the 2 default Magento themes or Magento default template. You can use them after installing Magento 2. Luma is a demo theme and Magento Blank theme is used to display your storefront for desktop...
With over 200,000 active developers and about 7,000 new tech jobs posted every single day, the demand for top software engineers has never been higher. In fact, according to the Bureau of Labor Statistics (BLS), software engineer is the fastest growing...
You may need to change the URL or domain name for your Magento store. Therefore, in this guide, you will learn how to change the base URL of your Magento website. In Magento 2 to get the base URL changed, do the following:Step 1. Navigate to Stores &...
Say, you want to change the Magento order increment ID in your Magento 2 store with a custom one. You can do this in 2 ways:by creating a custom plugin from scratch; by implementing our Custom Order Number. Let’s consider them both.Method 1. Change ...
When a new user registers a customer account on your website, they get a standardized email. Say you want to disable the default welcome email in Magento 2 and use a custom template instead. To do it, follow the next steps.Step 1. First off, you need...
Any online content should be presented to users in their native language where Magento store is no exception. For this, you may need to change default language settings. When using magento 2 language switcher to sell to different countries you may come...
Say, you want to inform customers about every stage of the order processing like the packaging. For this, you can create several additional order statuses and use them according to your needs. In Magento to set the order status programmatically is very...
To check Magento 2 Elasticsearch status, please execute the following command in the terminal: curl localhost:9200 Note: replace the localhost:9200 with Elasticsearch domain and port accordingly. After that, you should receive an output containing ...

Didn’t you find the answer to your question? We are always happy to help you out.

Loading