Latest news
September 29, 2017

How To Set BCC For Customer Welcome Email In Magento?

TASK Set BCC for the welcome emails that are sent to the new customers when they register new accounts. SOLUTIONS In your custom module – Rewrite model Mage_Customer_Model_Customer in config.xml <config> <global> <models> ... <customer> <rewrite> <customer>Vendor_Namespace_Model_Customer_Customer</customer> </rewrite> </customer> ... </models> </global> </config> – Create Customer.php in path Vendor/Namespace/Model/Customer/Customer and override function _sendEmailTemplate class Vendor_Namespace_Model_Customer_Customer […]
September 21, 2017

How To Get SKUs From Orders In Magento

This Magento tutorial will show you how to get all SKUs from orders of the user who is currently logged in in Magento. For Example: A user has placed 3 orders. How can we get the returned list of SKUs including 0001, 0002, 0003, 0004, and 0005? The aim of this is to create a […]
August 22, 2017

How To Set Up Automatic Product Redirects in Magento 2?

What Are Automatic Product Redirects In Magento 2? In Magento 2, when you change any URL key of a product, it will create automatic redirects. Then, when your customers access the old URL, they will be redirected automatically to the new/ edited address. However, you must conduct several configurations in the back-end menu to make it […]
August 15, 2017

How to Use Flat Catalog in Magento 2? (10 Minutes)

Magento 2’s Flat Catalog is a feature that dynamically creates tables, neatly organizing product attributes into rows of data. These tables are updated automatically, and with optimized indexing, they not only speed up catalog processing but also make cart price rule execution lightning-fast. In this guide, we’ll teach you how to use Magento 2’s Flat […]
July 24, 2017

How To Create Catalog Price Rules In Magento 2

In the fast-paced world of e-commerce, pricing is everything. Magento 2, the powerhouse of online retail, offers you a secret weapon: Catalog Price Rules. Today, we’ll show you the ropes for creating Catalog Price Rules in Magento 2. Get ready to learn how to set up discounts, target specific products or customer groups, and schedule […]
June 27, 2017

Top 9 Magento 2 Newsletter Popup Extensions for Sales Growth

Capturing and retaining the attention of potential customers is a constant challenge. With countless websites vying for attention, it’s easy for visitors to quickly scroll past your site without even noticing your newsletter signup form. That’s where Magento 2 newsletter popup extensions come into play. Magento 2 newsletter popup extensions can transform the way you […]
June 23, 2017

The Difference Between EAV Catalog And Flat Catalog In Magento

What Is The EAV Catalog? EAV is an entity attribute value database model, where data is fully in normalized form. Each column data value is stored in their respective data type table. For instance, for a product, product ID is stored in catalog_product_entity_int table, product name in catalog_product_entity_varchar table, product price in catalog_product_entity_decimal table, product created date in catalog_product_entity_datetime table, product description in catalog_product_entity_text table. […]
June 13, 2017

Magento 2 Product Types: Everything Merchants Should Know

By default, there are 6 product types in Magento 2: Simple, Configurable, Virtual, Downloadable, Grouped & Bundle Products. They are the same as in Magento 1. If you are using Magento 1, I guess you are immensely familiar with these types of product. However, if you are still curious and want to understand more about them, here you go. This blog will give you a detailed description for each product type.
May 19, 2017

Top 10 Magento 2 Layered Navigation Extensions

In the ever-evolving world of e-commerce, providing an exceptional shopping experience is paramount. Central to this experience is how customers navigate your online store. Enter layered navigation, the game-changer in how shoppers discover products. In the pages of this detailed guide, we will look at the top ten Magento 2 Layered Navigation extensions. These extensions […]
May 3, 2017

How to Choose a Web Design Company: A Step-by-Step Guide

Choosing the right web design agency can make or break your online presence. With countless options out there, how do you find the perfect fit for your business? Whether you’re launching a new site or revamping an existing one, this guide will walk you through the essential steps to select a web design agency that […]