Read more Magento February 5, 2018 Magento Features: A Comprehensive Look at Its Capabilities The digital retail landscape is continuously evolving, with platforms coming and going, each promising to be the next big thing. Among these, Magento (now Adobe Commerce) has been a steady dominant force in e-commerce. But what sets Magento apart from the rest? Why are businesses increasingly adopting it, and why do shoppers find it so […]
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 19, 2018 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 the 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 the original photo without […]
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 December 18, 2017 23 Best Magento 2 Extensions to Elevate Your Store in 2024 In the world of online shopping, having a website that stands out isn’t just a bonus; it’s a must. Imagine walking into a store where everything you need is right at your fingertips, the aisles are easy to navigate, and checkout is a breeze. That’s exactly what the right Magento 2 extensions can do for […]
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 […]