Create Configurable Product

Seller can create configurable products

Require setup addon Lof_MarketProductConfigurable

  • go to seller dashboard > catalog > add configurable product

  • input required information for the product

  • add configurations options for the parent product

Add configurable products
Add configurations options for parent product

Admin can create new attributes and assign to attribute sets, the new attributes will show on seller dashboard create new product:

How to create new attributes? please follow steps:

1. Create new product attributes on backend magento 2:

- follow the guide to create new attribute:

https://docs.magento.com/user-guide/v2.3/stores/attribute-product-create.html

2. Assign product attributes to the attribute set as you want:

- check the guide of attribute set at here: https://docs.magento.com/user-guide/v2.3/stores/attribute-sets.html

3. Run magento 2 command to reindex data for your site and flush cache:

php bin/magento indexer:reindex

php bin/magento cache:clean

4. Now login the seller dashboard and create new product you will see new attributes.

Last updated

Was this helpful?