Create Configurable Product
Seller can create configurable products
Last updated
Was this helpful?
Seller can create configurable products
Last updated
Was this helpful?
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
Admin can create new attributes and assign to attribute sets, the new attributes will show on seller dashboard create new product:
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.