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 […]
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 […]
Read more Magento 2 Tutorials October 9, 2017 How To Change Add To Cart Button’s Text And Link In Magento 2 In this tutorial, we will show you how to change Add to cart button’s text in Magento 2, from the regular “Add to cart” to “Find out more”. (Notes: you can change it to any phrase that you want). Moreover, when the customers click on the button, they will be redirected to a different URL […]
Read more Magento 2 Tutorials October 6, 2017 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 the last real order id returns null (it is used to get order id from the session). So, how to use the module without disabling page cache? SOLUTIONS: There […]
Read more Magento 2 Tutorials October 5, 2017 How To Set Up Magento 2 Tax Rules in 10 Minutes or Less Tax rules are the essential aspects of e-commerce store management in Magento 2. Whether you’re a seasoned Magento user or new to the platform, understanding tax configuration is crucial for accurate tax calculations on your online store. Tax rules are a combination of Product and Customer Class, Tax Zone, and Rate. Every customer will be […]