Hi, I am migrating Hybris from 5.6 to 6.5. In Hybris 5.6 OOTB ServicePlan item extends SubscriptionProduct item which intern extends Product item. We build our logic based on this. But now in Hybris 6.5 OOTB ServicePlan extends Product And SubscriptionProduct also extends Product. This is a problem in our code. So in 6.5 custom core items.xml I declared ServicePlan item by extending SubscriptionProduct item and kept autocreate as false and generate as true. Build and updated the hybris system. No errors and i can able to access SubscriptionProduct property in ServicePlan item in db model/hmc/backoffice. But the main problem is in ServicePlanModel class, it still extends ProductModel so in java code i am unable to access properties of SubscriptionProduct in ServicePlan.
Kindly need help on this
Regards, Kabilan