KonaKart Community Forum

General Category => Feature Requests => Topic started by: ssharma on April 10, 2008, 05:56:00 am

Title: where the xml file stored for product comparsion data?
Post by: ssharma on April 10, 2008, 05:56:00 am
hi
    i stored 
<?xml version="1.0" encoding="UTF-8"?>
<neclace>
   <material>gold</material>
   <carat>24</carat>
</neclace>
and i want to access this comparision data thorogh API . Can i ? And where the neclace xml file stored.Please help me to solve this problem.
Title: Re: where the xml file stored for product comparsion data?
Post by: ming on April 10, 2008, 06:12:13 am
Have you tried using the getProduct API call?
Title: Re: where the xml file stored for product comparsion data?
Post by: ming on April 10, 2008, 07:41:48 am
You can also look at the javadoc :

http://www.konakart.com/javadoc/server/com/konakart/appif/ProductIf.html#getComparison()