We have a type called "WSProduct" which is a child from "VariantProduct". When I create a new VariantType with supertype WSProduct all the attributes of the superType are available on the new Variant.
Here comes the problem. The new attribute is not ...
Does anyone know how to query (SQL) Hybris to find all orphaned media? I know i could use the cleanup option in HAC, but we don't have a lucene index, so it's not possible at the moment.
I tried to extends the FlowActionHandler, but it gives me dependency problems.
[yjavac] import com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler;
[yjavac] ^^^^^^^^^^^^^^^^^^^^
[yjavac] The import com.hybris.co...
I tried to extends the FlowActionHandler, but it gives me dependency problems.
[yjavac] import com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler;
[yjavac] ^^^^^^^^^^^^^^^^^^^^
[yjavac] The import com.hybris.co...
Just define a list of populators for your converter in the spring config
<bean id="acceleratorProductConverter" parent="defaultProductConverter">
<property name="targetClass" value="com.example.ProductData" />
<property name="populators">
...