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
All posts tagged: magento
10 Default Magento 2 Features That Enhance Marketing For Your Magento Ecommerce Website
There are a great deal of reasons for your Magento ecommerce website to migrate from Magento 1 to Magento 2, included having more awesome default features. What does this mean? This means that you don’t have to download and install too many Magento 2 extensions on your site and slow down its performance as in
How To Fix Deadlock Error When Reindexing All In Magento 2?
PROBLEM: Magento Version: 2.1.9 Mode: Production Indexing Mode: Update on save Total Products: 18k Total Customers: 54k Total Orders: 18k After the developer tried to re-indexing, the exception.log file was generated including the following error in this file. Meanwhile, the server was stuck and needed restarting. Then, the site can run as usual. “PDOException: SQLSTATE[40001]:
getAllVisibleItems: How To Show Only Configurable Products & Hide Parent Products?
PROBLEM: The developer has a custom observer executing after “sales_order_place_after” that compiles a list of purchased items from the order and sends them to a third party. This script worked fine in Magento 1, but when upgrading to Magento 2, it shows both of the configurable product and its parent product being listed. Here is
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
[Fix It Series] Magento 2 Error: Custom Links in Admin Menu CE 2.1.8
PROBLEM: The developer creates a new module. Although the module is successfully installed and enabled, when clicking on the link on the admin menu it goes to the Dashboard. Here is the structure of the files in app/code/dfprojects: In System –> User Roles the entries
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
Top Must Have Magento Extensions To Boost Your Sales On Christmas Exponentially
Christmas, one of the most exciting festive vacation, is arriving! For all of us, this is a wonderful time for erecting Christmas trees, decorating their homes, visiting family or friends and exchanging great gifts. But, for the merchants who are running Magento e-commerce businesses, it’s also an ideal time for enhancing their sales and revenue dramatically. Overall, almost
[Fix It Series] Magento Error: Invalid Form Key. Please refresh the page
PROBLEM: This is one of the most common problems that Magento developers have to face. Specifically, you can’t log in to the Magento admin. At the same time, you get the following message “Invalid Form Key. Please refresh the page”the screen. Here is the solution. SOLUTIONS: There are a few ways to handle this issue: 1st