Getting a product from a product id string

12 views
Skip to first unread message

rgayle

unread,
Mar 31, 2009, 4:44:46 PM3/31/09
to KonaKart
one of the custom fields on the category contains a comma separated
list of product id's. I would like to render these products on the
category page, if the list is not empty, and the product Id's are
valid product id.

What Konakart object can I use to create a product , specifying only
the product's id?

Paolo

unread,
Apr 1, 2009, 2:51:36 AM4/1/09
to KonaKart
Hello,

You should really ask this type of question on the KonaKart community
forum ( http://www.konakart.com/forum/index.php ). There is an API
call:
ProductIf getProduct(String sessionId, int productId, int
languageId) throws KKException;
which should do what you are looking for.
Reply all
Reply to author
Forward
0 new messages