Integrating with CommerceBuilder
Posted: Wed Jan 19, 2011 12:14 pm
We're running AbleCommerce version 7.0.6.
We have a web application of ours where we want to list all catalogs that are configured on our AbleCommerce database.
For that we're using the code:
CommerceBuilder.Catalog.CatalogNodeCollection nodes = CommerceBuilder.Catalog.CatalogDataSource.LoadForCategory(0, true);
Is this the best/correct way to do so? We can get the data we want, but we're still in doubt whether we're doing it the best way or not.
Another question is what do we need to have on our web application at all levels:
- web.config (modules, handlers, namespaces, sections)
- dlls (CommerceBuilder.dll, CommerceBuilder.Data.dll, CommerceBuilder.Configuration.dll??)
Much appreciated and kind regards,
HR
We have a web application of ours where we want to list all catalogs that are configured on our AbleCommerce database.
For that we're using the code:
CommerceBuilder.Catalog.CatalogNodeCollection nodes = CommerceBuilder.Catalog.CatalogDataSource.LoadForCategory(0, true);
Is this the best/correct way to do so? We can get the data we want, but we're still in doubt whether we're doing it the best way or not.
Another question is what do we need to have on our web application at all levels:
- web.config (modules, handlers, namespaces, sections)
- dlls (CommerceBuilder.dll, CommerceBuilder.Data.dll, CommerceBuilder.Configuration.dll??)
Much appreciated and kind regards,
HR