How to Create a Configurable Product in Magento 2

A configurable product in Magento 2 is an item with multiple options for each attribute. Each option is indeed a single simple product with a unique SKU. This makes it possible to track inventory for each product variation.

configurable-product

Before creating a configurable product in Magento 2, you should prepare an attribute set that includes at least a dropdown or visual swatch for each product variation. The variation attributes should meet the following requirements:

  • Global scope
  • Dropdown or Visual Swatch type of catalog
  • Required values

To create a configurable product in Magento 2, we need to complete 2 big stages:

Stage 1: Create a configurable product

Step 1: Choose the Product Type and the Attribute Set

Follow the first 2 step of creating a simple product written in our previous blog. Remember to select Configurable Product instead of Simple Product when you choose the product type.add-configurable-product

Step 2: Complete the Product Information Settings

  • Enable product: Set it to “No”
  1. Enter the Product Name.
  2. SKU: You can either accept the default SKU or type another one.
  3. Set the Price for the new product.
  4. Tax class: Choose “None” if the product is free from tax. Select “Taxable Good” otherwise.
  5. The Quantity is determined by the product variations, so you can leave it blank temporary.
  6. The Stock Status of a configurable product is determined by each associated configuration. If you let the Quantity box blank, the Stock Status is then set to “Out of Stock.”
  7. Enter the product’s weight.
  8. Set  “Catalog, Search.” for the Visibility field.
  9. Set Product as New From … to…: Set the time range for the new product.
  10. Choose a Country of Manufacture from the list.product-details

Step 3: Save and Continue

In the upper-right corner, tap Save and Continue. Now go to the second stage.

Stage 2: Set up the configurations

In this section, we will guide you how to add configurations for three colors and three sizes. Scroll down to the Configurations section. Tap Create Configuration button then do the followings:

Step 1: Select Attributes

Select the attributes in the listed in the grid. You can add a new one by clicking the Create New Attribute button and do as suggested. For this example, we choose color and size.

In the upper right corner, tap Next to continue.

Step 2: Complete the attributes values

  • Mark the checkbox of the values that you want to apply to the product.
  • To rearrange the attributes, grab the Change Order icon and move it to a new position. This will determine the position of the drop-down lists on the product page.
  • Tap Next to continue.Complete-the-attributes-values

Step 3: Configure the Images, Price, and Quantity

In this step, you will set the images, prices and quantities for each configuration. The options are the same for each, and you can choose only one:

  • Apply a value to all SKUs
  • Apply a unique value to each SKU
  • Skip the step temporary

When complete, tap Next.

Step 4:  Summary

A list of products with intended configurations is displayed on the screen for your review. You can either go to the next step or go back to make any changes. After you click Next, a temporary product variations will appear at the bottom of the Configuration section.

summary

Step 5: Add Product Image

Expand the Images and Videos section. Browse to the image that you want to represent for the configurable product and upload it.

Step 6: Complete the Product Information

Fill in the remaining sections as needed:

  • Contents
  • Search Engine Optimization
  • Related products, Up-sells, and Cross-sells.
  • Customizable Options
  • Products in Websites
  • Design
  • Gift Options

Step 7: Publish the Product

  1. When everything is done, set the Enable Product switch to the “Yes” to publish the new product.
  2. Tap Save to confirm the new creation. You can preview the product by choosing Customer View on the Admin menu.

Above are all steps to create a new configurable product via Magento 2 backend. There are some important notes that you should pay attention to: The attribute(s) that contain the values used for product variation must be included in the parent attribute. Besides, the thumbnail image in the shopping cart can be set to display the image from the configurable product record, or from the product variation. It’s time to log in your Magento 2 backend mode and discover the new thing.

What Are Types of Product in Magento 2?

Types of Product can be defined as a group of goods or services that share some common specific characteristics. Different product types can be determined based on various basis such as the basis of purchase frequency (Convenience products, Shopping products, Specialty products,…) or the basis of offering (goods, services, ideas),… For Magento 2, it sets the Types of Product based on the basis of their features. There are six different types that Magento 2 users can set to their products. They are Simple Product, Configurable Product, Grouped Product, Virtual Product, Bundle Product, and Downloadable Product.

Simple Product

Simple-product

In Magento 2 platform, a simple product is a single physical good with a unique SKU. The price and other input information of a simple product can be configured through the backend of Magento 2, allowing store owners to sell variations of simple products with a single SKU. In addition, a simple product can be sold individually or combined with others to create a Group Product, a Bundle Product or Configurable Product with customized options.

Configurable Product

Configurable-product Types of Product

Like Simple product, Configurable product is also a single product. However, a configurable product has a number of options (such as size, weight, or color) to be selected before a customer can add it to card. Each option represents a separate simple product with a distinct SKU, which make it easier to control the inventory.

Grouped Product

Grouped-product Types of Product

As its name indicates, a grouped product includes a number of standalone products. A set of Yoga straps can be a good example of this Types of Product. Among a set of Yoga Straps that includes 3 straps with different length, a customer can select only one or all types of these straps for a purchase.

Virtual product

Virtual-product

Virtual products are intangible products like services, memberships, warranties, or subscriptions. In Magento 2, virtual products can be used to create grouped and bundle products.

Bundle Product

Bundle-product

Like Grouped Product, each item in a bundle product is a separate, standalone product. Nevertheless, items in a bundle aren’t just combined by fixed products like in a group but they are customized to buyer’s preferences. The bundle could be a gift basket, or computer components.

Downloadable Product

Types of Product

A downloadable product is a digital product such as a video or a pdf file . It includes files that directly reside on your server or being compressed to a URL link to download.

With these 6 Types of Product, you can confidently update products to your online store(s) and bring the best shopping experience to customers.