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

How to populate the newProducts array in al.ProductMgr fill the product options

Started by Sony George, May 08, 2011, 10:21:21 am

Previous topic - Next topic

Sony George

Hello friends,

the products in the "newProducts" array have there products options as null,
how can i fill it, as the default behavior of productMgr ???

regards

Sony

DispatchMediaGroup

Any word on this?  I'm having similar issues using the Web Service KK app engine.  In my CMS, I make a web service call to get all products in a category, but I can see in the javadocs that the Product Options will not be set using this call.  Looking further through the javadocs for the WSAppEng, I see no way to get the Product Options for a given product.  Does anyone know how this can be accomplished, even if it were a separate call?

DispatchMediaGroup


DispatchMediaGroup

Welp, figured that out...just had to read the documentation more closely:

You need to make the call getProduct(String sessionId, int prodId, int languageId); this will return you the Product object with all associated information.