Latest news
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 […]
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 […]
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. […]
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 […]
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 […]
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 […]
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 […]