Can we do some modification at the Product level (without duplication) so that we can remove the usage of Variants.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Can we do some modification at the Product level (without duplication) so that we can remove the usage of Variants.

Aijaz
Hi All,

We are facing an issue when we try to integrate OFbiz with Magnolia ( a Content Management System). We am trying to bring the content for catalog from this CMS system without using Ofbiz "Catalog Manager", but this CMS system does not support the concept of Skus or Variants and we need to handle everything at the product level.

So is there any possibility to do any modifications at the Product level so that we can remove the usage of Variants without duplication of same products for different features ?  Can we be able to handle this if we use Map or List to store the features like colour or size at the product level and show this product based on these features? and What impact it will have on Inventory system?