Latest news
March 1, 2018

How to Install Magento Supee-10570 With and Without SSH

Magento released SUPEE-10570 on 27th February 2018, which provides various security enhancements with the aim of closing remote code execution (RCE), cross-site scripting (XSS), and other issues. (Read this Magento official Release notes to get more details regarding this security patch) Note: If the patch fails at lib/Zend/Mail/Transport/Sendmail.php means your Magento installation was earlier patched […]
February 7, 2018

How To Change Magento 2 Favicon in 5 Minutes or Less

Favicon is short for “favorite icon,” which is a small icon on the tab of each browser page and in the address bar in some browsers. The standard sizes of the favicon are 16×16 pixels or 32 x 32 pixels. For Magento e-commerce websites, only the favicons saved in ICO (highly recommended), PNG, JPG, and […]
February 7, 2018

How To Change The Logo In Magento 2? (5 minutes)

In this dynamic e-commerce landscape, standing out is not just a desire, but a necessity for businesses to thrive. Your logo is the visual gateway to your identity, and changing an impressive logo in Magento 2 can leave an indelible mark on your customers. Today, we will guide you through the process of changing your […]
February 7, 2018

How To Clear Cache In Magento 2? (3 minutes)

Clearing the cache in Magento 2 is an important task to make sure your online store works well and shows any updates you make. Cache clear helps make web pages load faster by storing commonly used data. But sometimes, the stored data can be different from the new changes you made.  In this guide, we’ll […]
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: […]
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 […]