A quick method for developers who get bored to check the functionalities they implement! (including me 😉) I was working on a module development task that required to check each and every feature with a simple product and configurable product.…
As the customers have been getting easy accessibility of the internet, the E-commerce industry continues to grow. More and more types of business are adopting online selling platforms. Products ranging from apparels, electronics, and even virtual products such as software…
According to Magento docs, A downloadable product is a variation of a simple product, with a little difference in product shipping. Products are not physible and it can be download from the store with price or without price. There are six product types in…
According to Magento docs, The virtual product represents digital products or in other terms intangible items such as monthly or annual subscription, services, memberships, warranties. There are six product types in Magento 2: Simple Product Configurable Product Grouped Product Virtual Product Bundle Product Downloadable…
According to Magento docs, Bundle product makes it possible for the customers to customize the products as their desire. Each item in a bundle can be based on Simple products or Virtual Products. There are six product types in Magento 2: Simple Product…
According to Magento docs, A grouped product is a collection of related simple products with the same theme or colour. There are six product types in Magento 2: Simple Product Configurable Product Grouped Product Virtual Product Bundle Product Downloadable Product Among them, A grouped…
According to Magento docs, A simple product is a physical item with a single SKU. There are six product types in Magento 2: Simple Product Configurable Product Grouped Product Virtual Product Bundle Product Downloadable Product Among these, the simple product type is integral…
According to Magento docs, A configurable product is a collection of a separate simple product with unique SKU. There are six product types in Magento 2: Simple Product Configurable Product Grouped Product Virtual Product Bundle Product Downloadable Product Configurable products allow customers to choose…
The Custom Layout Update field on the CMS Page Edit, Category Edit, and Product Edit pages has been converted to a selector, in Magento starting version 2.3.4 to enhance security. You can no longer specify an entity-specific layout update with text but instead…