Page 1 of 1

Why is there not a productdatasource.loadforcategory() ?

Posted: Wed Feb 10, 2010 3:47 pm
by William_firefold
I need a method that equates to productdatasource.loadforcategory(). All I can find is narrowsearch() but I dont have any of the other information for the method, just the category.
Is there anything that does this?

Re: Why is there not a productdatasource.loadforcategory() ?

Posted: Thu Feb 11, 2010 8:25 am
by jmestep
You can use that by putting in "" for string and 0 for int that you are not using. There is also a ProductDataSource.LoadForCriteria. There is also a catalognodedatasource.loadforcategory.

Re: Why is there not a productdatasource.loadforcategory() ?

Posted: Thu Feb 11, 2010 12:36 pm
by William_firefold
Many thanks, it works as I had hoped.

I still think there should be loadforcategory() though :)