Following steps to create a new category in Magento 2:
1. Navigate to Catalog > Categories.
Monthly Archives: November 2019
- Posted: November 29, 2019Categories: Magento 2 ManagementRead more »
- Posted: November 28, 2019Categories: Magento 2 Dynamic Category Extension User GuideTags: configurationRead more »
Creating a Sale category with all products you have special offers for is one of the best marketing practices. So, how can you create the Magento 2 sale category?
You definitely can add or remove all the products from the sale category manually or with the CSV import, but it is really time-consuming. Doing this manual job on a daily or hourly basis you lose your time. Every business has to optimize their processes to move forward.
- Posted: November 28, 2019Categories: Magento 2 Dynamic Category Extension User GuideTags: configurationRead more »
In order to enable Magento 2 Dynamic Categories Extension navigate to Stores > Configuration > Magefan Extensions > Dynamic Category.
General Configuration
1. Enable the extension in order to be able to create dynamic categories.
2. Enter the Product Key which you can find in your Magefan Account > My Downloads.
3. Enable the Use MSI option if you want to use the Multi-Source Inventory on your store.
Once you've finished don't forget to press the Save Config button.
- Posted: November 25, 2019Categories: Magento 2 Dynamic Category Extension User GuideTags: configurationRead more »
Creating dynamic category rules in Magento 2 you make the process of product management easier. According to dynamic category rules your Magento 2 products will be added to the dynamic categories automatically according to certain conditions.
That will allow you to create automatic categories like Brands, Sale, Newly Added, Most Rated, etc. based on different product attributes.
In order to add new dynamic category rule in Magento 2 Dynamic Categories Extension take the following steps:
1. Navigate to Catalog > Dynamic Category > Rules.
- Read more »
If you decided to remove Magento 2 Dynamic Categories Extension by Magefan, please follow the steps below, also you can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on a way dynamic categories extension has been installed.
1. If you can find the extension files in the folder
app/code/Magefan/
DynamicCategory
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-dynamic-category
then run composer CLI command to remove it
composer remove magefan/module-dynamic-category
- Read more »
If you need to update Magento 2 Dynamic Categories Extension by Magefan, please follow the steps below. Note that the update instructions depend on the method dynamic categories extension was installed with.
Update using composer (Method 1)
If the dynamic categories module was installed via the composer (check if vendor/magefan/
module-dynamic-category
folder exists), then you need to run these simple CLI commands in Magento 2 directory:composer remove magefan/module-dynamic-category
composer require magefan/module-dynamic-category
^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy - Read more »
Do you want us to install the Dynamic Categories extension for you?
Let our technical engineers do it – check out our Installation Service.
To install Magento 2 Dynamic Categories Extension by Magefan, please use one of these installation methods.
Installation Method 1 - Installing via Composer (recommended)
Please navigate to your Magefan Account > My Downloads > Install via Composer to get the composer installation instructions.
- Posted: November 25, 2019Tags: troubleshootingRead more »
There are cases when the Magento sidebar is missing and not showing. Most likely this is because of the "sidebar" or "sidebar.additional" container has been removed from your theme layout.
- Read more »
In order to migrate AheadWorks M2 Blog to Magento 2 Blog, you have to install free Magento 2 Blog by Magefan. After that navigate to Admin Panel > Content > Blog > Import and choose the Import from AheadWorks M2.
Blog Import from AheadWorks
Specify M2 database credentials:
1. Set a Database Name and User Name.
2. Set a database user Password.
3. Set a Database server host (location of a database) in Database Host field.
4. Set a Table Prefix if there is one.
5. Specify a Store view the blog
- Posted: November 22, 2019Categories: Magento 2 TipsRead more »
In the era of technological advancement and the extensive reliance on the internet, a lot of merchants constantly look for the most effective ways to improve their Magento 2 security. Even if you're confident your Magento 2 store is 100% secure, there is no harm in taking extra actions to ensure it's protected from any kind of violations.
Magento 2 experts and professionals work hard to develop some new ways to improve Magento security so that your store and customer data are under no danger. So, we've gathered the best tips on how you can improve your Magento 2 store security and provide a safe shopping environment for your customers.
Top 9 Magento 2 Security Tips:
1. Magento Security Scan Tool
Configure Magento Security Scan Tool. It's better to prevent the problem from appearing than solve it. Magento security scan Tool does
- Read more »
Tags in Magento 2 Blog are used with the purpose of helping readers navigate through your blog faster and more effectively. Tag is s short description of a topic that is used as a keyword to mark blog posts and displayed in the Tag Cloud.
In order to create a new blog tag in Magento 2 Blog take the following steps:
1. Navigate to Content > Blog > Tags and press Add New Tag button.
2. Make sure you Enable the new Tag.
3. Set the Tag Title and write some Content that will be displayed on the tag page.
- Read more »
The following steps to configure social sharing links in Magento 2 Blog:
- Go to Stores > Configuration > Magefan Extensions > Blog and find the Social section.
- Enable AddThis in order to display social sharing buttons on the storefront.
- Enter the AddThis ID. In order to learn where to get the AddThis ID follow the link.
- Set the AddThis Language. ( it has to be two-character e.g. en, fr, de, nr )
Once
- Read more »
What are the default robots?
Default robots also known as robots.txt is the standard websites use in order to communicate with the web robots. They are used to let the web crawlers know which pages of your website you want and don't want to be scanned and processed.
Why do you need the default robots?
Privacy and SEO. As well as you can "hide" some pages of your website from web robots you are able to tell what pages exactly you what to be analyzed by the search engines and showed up in google search results.
In Magento 2 Blog you can set the Default Robots for Tag,Search as well as Author Pages which will be included before the head closing tag in page HTML.
- Read more »
In order to configure blog design in Magento 2 Blog navigate to Stores > Configuration > Magefan Extensions > Blog and find the Design section. Note that this option is available only for Blog Plus and Blog Extra users.
Design
In this section you are able to choose the Layouts for Blog Post, Category, Tag, Author, Search and Index Pages. It can be empty, 1 column, 2 columns with right bar or left bar or 3 columns. In case you have some designs on your Magento instance they will be displayed here as well.
- Read more »
In order to configure blog post list in Magento 2 Blog take the following steps:
- Navigate to Stores > Configuration > Magefan Extensions > Post List.
- Set the Default Short Content Length.
- Set the number of Posts you want to be displayed Per Page.
- Choose whether to Use Lazy Loading. In this case, the pagination will be disabled and all blog posts will be loaded on one page.
- Set the Short Content End Characters.
- Read more »
In order to configure the blog post view page in Magento 2 Blog take the following steps:
1. Navigate to Stores > Configuration > Magefan Extensions > Post View.
- Read more »
In order to create a new blog post author in Magento 2 Blog take the following steps:
1. Navigate to Content > Blog > Authors.
Note: the author managing option is available only for the Blog Extra users. If you are the Blog Base user the role of the author is taken by the Admin. Read more about how to create the admin user in Magento 2.
2. Press the Add New Author button to create a new author or choose the author in
- Read more »
In order to configure the blog post author in Magento 2 Blog:
1. Navigate to Stores > Configuration > Magefan Extensions > Blog and find the Author section.
2. Choose whether to Display Author Information or not. If you disable this option no information about the author of the post will be displayed on the blog post page.
If you decide to display author information there will appear the following options:
- Display Author Block which includes author photo, bio description, and social links.
- Display Post List by Author which shows author latest post.
- Default Robots which will be included before head closing tag in page HTML.
- Posted: November 10, 2019Categories: Magento 2 Blog Extension User GuideRead more »
Magento 2 Blog is one of the best free blog extensions with a lot of features other blog modules are missing. However, that is not all you can get. Magefan offers 2 more blog editions that allow you to broaden the range of features your blog could have.
Blog Plus and Blog Extra open a lot more useful options which you will learn about in this article. It is important to note that upgrading from Base Blog to Blog Plus or Blog Extra is simple since they are the additional modules that expand the Blog extension, therefore, you will not have any issues with the upgrading.
Article Contents
- Posted: November 06, 2019Categories: Magento 2 ManagementRead more »
Translating CMS blocks in Magento 2 you ensure your worldwide customers can get the right information presented in their language creating a great shopping experience for them.
In order to translate the CMS block in Magento 2 take the following steps:
1. Go to Content > Elements > Blocks choose the block you want to translate and press the Add New Block button since the translation of the block requires manual creation of a new one.