• Welcome to KonaKart Community Forum. Please login or sign up.
 

engIf.getRelatedWithProductOptions

Started by josie, August 31, 2012, 12:15:59 pm

Previous topic - Next topic

josie

We are trying to call this method with InvertRelatedProductDirection is set to true but it doesn't work. Do you have any known problems with this methos. We are trying to get all bundles where one product is included. Can you help us?

Thanks,

Josie

ryan

As far as I'm aware, it should work fine.

josie

Do I have to set any other attributes in FetchProductOptions object beside InvertRelatedProductDirection for getting method to work properly?

ryan

No, that's all you should need to do. Why don't you switch on database logging and look at the query being generated? That should give you some clues.

josie

Problem was in DataDescriptor - if it was null it didn't work. When I setted offset and limit of DataDescriptor, it started working. Maybe this should be part of some documentation.