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

Which method is given to fetch product sort by date and price

Started by ssharma, May 21, 2008, 05:53:46 am

Previous topic - Next topic

ssharma

hi
i want to fetch products sort byprice and sort by datewise.Is there any method available in konakart API ??
please guide me as son as possible.

ryan

You need to configure the DataDescriptor object by setting setOrderBy() and setOrderBy_1() . This object is present in all API calls that retrieve an array of products. Take a look at the javadoc.