If you are a Magento store owner, you should know how to create a new admin user in order to optimize the management process. In Magento 2, we are allowed to create multiple admin user accounts with different levels of access and responsibilities. For instance, the admin A is assigned to manage the store view
All posts tagged: magento 2 tutorial
How To Change Favicon In Magento 2? (5 minutes)
WHAT IS FAVICON IN MAGENTO 2 WEBSITE? Favicon is short for “favorite icon,” which is a small icon on the tab of each browser page and in the address bar in some browsers. The standard sizes of the favicon are 16×16 pixels or 32 x 32 pixels. For Magento e-commerce websites, only the favicons saved
How To Clear Cache In Magento 2? (3 minutes)
As you might know, in order to enhance the site performance and make it work correctly, we have to utilize Magento’s cache management system – clear cache regularly. When do we need to clear cache? – We will have to clear cache when there is notice appearing at the top of the admin panel and
How To Protect Original Product Images In Magento 2?
PROBLEM: The developer enables the watermark function of Magento 2, but the original product images are still accessible from URL without the watermark. For example: Cached image URL with the watermark: /pub/media/catalog/product/cache/df484df48ez74849c15sd4f7780/f/f/dsf-8f48d4f.jpg The original image URL without the watermark: /pub/media/catalog/product/f/f/dsf-8f48d4f.jpg Therefore, if someone who removes /cache/df484df48ez74849c15sd4f7780/ from URL can still access to the original photo without
Magento 2 Tutorials – From A to Z For Beginners
This is a special blog post that sums up all of our Magento 2 tutorial up to now. Regardless of being a “new player” or an experienced Magento developer, you will find this resources valuable! How To Create Order Programmatically in Magento 2 (in 5 minutes) In this Magento 2 tutorial, we will show you
How To Configure Fixed Product Tax (FPT) in Magento 2? (10 minutes)
WHAT IS A FIXED PRODUCT TAX IN MAGENTO 2? In Magento 2, we are allowed to set up the Fixed Product Tax (FPT) in order to apply different taxes for different countries/ states. In this Magento 2 tutorial, we will show you 6 simple steps to create new Fixed Product Tax in the back-end.
Creating New Store View In Magento 2 (5 minutes)
WHAT IS A STORE VIEW IN MAGENTO 2? In Magento Community Edition 2.0, the store views are created with the aim of providing different versions of the store in several languages. Owing to that, the buyers are allowed to select their language in the store header and change to the correlative store view. Before we
How To Configure Admin Security and Admin Captcha In Magento 2? (10 minutes)
In this Magento 2 tutorial, we will show you several steps of admin security and admin CAPTCHA configuration in Magento 2. HOW TO CONFIGURE ADMIN SECURITY IN MAGENTO 2? To begin with, Magento 2 allows you to set up the length of inactive keyboard before expiring session and require username and password to be case-sensitive
How To Set Up Currencies In Magento 2? (10 minutes)
In this Magento 2 tutorial, we will show you several steps of currencies configuration in Magento 2 (including defining the accepted currencies and displayed ones). HOW TO SET UP CURRENCIES IN MAGENTO 2? Step 1: Go the admin panel, navigate to STORES and choose Configuration (under Settings) (Admin Panel => STORES => Configuration) Expand the GENERAL field
[Fix It Series] Magento 2 Error: getLastRealOrderId Doesn’t Work After Checkout With Enabled Page Cache
PROBLEM: Creating a payment gateway module in order to redirect to the gateway page after checkout. However, while page cache is enabled the method for getting last real order id returns null (it is used to get order id from session). So, how to use the module without disabling page cache? SOLUTIONS: There are 2