Read more Magento 2 Tutorials February 5, 2018 How To Fix Deadlock Error When Reindexing All In Magento 2? What Triggers This Error After the developer tried to re-indexing, the exception.log file was generated including the following deadlock error in this file. Meanwhile, the server was stuck and needed restarting. Then, the site can run as usual. “PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction” Magento Version: […]
Read more Magento February 1, 2018 Magento 2 Upgrade Made Easy: A Step-by-Step Tutorial Keeping your site updated is like giving it a fresh, new start—packed with improved performance, better security, and tons of new features that can make shopping a breeze for your customers and management easier for you. In this blog post, we’re going to guide you through the steps of upgrading your Magento 2 site, making […]
Read more Magento 2 Tutorials January 24, 2018 getAllVisibleItems: Show Configurable Products & Hide Parent Products In this post, we will show you simple tutorials to address this issue. By utilizing the ‘getAllVisibleItems’ function, we can tailor the product display to show only the configurable options while hiding parent products. Let’s get started! PROBLEM: The developer has a custom observer executing after “sales_order_place_after” that compiles a list of purchased items from […]
Read more Magento 2 Tutorials January 15, 2018 Magento 2 Tutorials – From A to Z For Beginners Are you ready to explore the world of Magento 2? Whether you’re planning to create your first online store or looking to enhance your e-commerce skills, you’ve come to the right place. In this post, we’re here to guide you through the ins and outs of Magento 2, the platform used by countless online businesses. […]
Read more Magento 2 Extensions November 6, 2017 10 Best Magento 2 Store Locator Extensions on The Market Ever felt lost trying to find where to buy something from a website? You’re not alone. Finding a store online can be tricky. If you’re a business owner, you don’t want your customers to have that problem. That’s why in this blog post, we’ve compiled some of the best Magento 2 Store Locator extensions on […]
Read more Magento 2 Tutorials October 30, 2017 6 Quick Steps to Setup Fixed Product Tax (FPT) in Magento 2 FPT (Fixed Product Taxes) is a useful feature that allows you to apply a fixed tax amount to specific products, regardless of their price or location. This feature comes in handy when dealing with special tax requirements like environmental fees or surcharges. Magento 2, a powerful e-commerce platform, offers robust tools for managing various types […]
Read more Magento 2 Tutorials October 26, 2017 How to Create a New Store View in Magento 2 In this blog post, we’ll be exploring how to create a new store view in Magento 2. This feature is particularly useful for businesses looking to offer a tailored shopping experience, whether it’s for different languages, currencies, or customer preferences. I’ll guide you through the straightforward steps to set this up, ensuring you can easily […]
Read more Magento 2 Tutorials October 20, 2017 How to Configure Admin Captcha in Magento 2 As you might know, CAPTCHA (Completely Automated Public Turing test to tell Computers and Human Apart) was created to guarantee that a person is accessing your site instead of a bot/computer. In this tutorial, we will show you how to configure admin CAPTCHA in Magento 2. Step 1: Go to Configuration Go to the admin […]
Read more Magento 2 Tutorials October 12, 2017 Validating Magento 2 Composer Package To Submit To Magento Marketplace Before submitting any extensions to the Magento Marketplace, you will need to know how to validate the composer package accurately. Otherwise, there is a high possibility that your modules will be rejected since it is packaged incorrectly or doesn’t comply with Magento coding standards. In this tutorial, we will show you detailed instructions on module […]
Read more Magento 2 Tutorials October 12, 2017 Fix Magento Missing All Sale Tables But Sale Orders Are Recorded Error Many Magento developers asked for help to solve the following problem: Most of the tables in the database are missing and that includes all of the sales. Moreover, when someone makes an order, it is recorded inside the admin section but there is no record within the database. If you have the same missing all […]
Read more Magento 2 Tutorials October 10, 2017 How to Change Currency in Magento 2: A Step-by-Step Guide Managing currencies is a critical aspect of running an eCommerce store, especially if you’re selling to customers across the globe. In this article, we’ll walk you through the step-by-step process of changing and customizing currency settings in Magento 2. By the end, you’ll have all the tools you need to display the correct currencies, configure […]