Product Feature Content handling

2021-07-12 Thread Giulio Speri - MpStyle Srl
Hello everyone,

For an ecommerce application my team is configuring some virtual products
with selectable features of type color and size.
 We would like to represent in the product detail page a small image
related to the feature color.
Is there any OOTB support for this?
I checked either the data model, back office services and content screens,
but I did not see too much; only one entity seems to have some relation
with the argument: *ProductFeatureDataResource.*
I was thinking about something like ProductContent/ProductContentType
handling for products.

Did I miss something?

OFBiz version 17.12.06 .

Thanks in advance,
Giulio

-- 
Giulio Speri


*Mp Styl**e Srl*
via Antonio Meucci, 37
41019 Limidi di Soliera (MO)
T 059/684916
M 334/3779851

www.mpstyle.it


Re: Product Feature Content handling

2021-07-12 Thread Michael Brohl

Hi Guilio,

for custom projects and our OFBiz based plattform we have extended the 
database model and API with ProductFeatureContent and 
ProductFeatureContentyType entities.


Best regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 12.07.21 um 13:15 schrieb Giulio Speri - MpStyle Srl:

Hello everyone,

For an ecommerce application my team is configuring some virtual products
with selectable features of type color and size.
  We would like to represent in the product detail page a small image
related to the feature color.
Is there any OOTB support for this?
I checked either the data model, back office services and content screens,
but I did not see too much; only one entity seems to have some relation
with the argument: *ProductFeatureDataResource.*
I was thinking about something like ProductContent/ProductContentType
handling for products.

Did I miss something?

OFBiz version 17.12.06 .

Thanks in advance,
Giulio