Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > Custom ECommerce Provider View modes: 
User avatar
Member
Member
Sol - 5/16/2009 9:04:58 AM
   
Custom ECommerce Provider
I have been implementing a custom eccomerce provider and have noticed a minor bug.

The CMS Desk -> Tools -> Manufacturers tab does not use the custom provider to list the Manufacturers.

I have resolved the issue by removing the query element from the Manufacturer_List.xml file, and then setting up a UniGrid.OnDataReload event as follows:

DataSet UniGrid_OnDataReload(string completeWhere)
{
return ManufacturerInfoProvider.GetManufacturerInfos(completeWhere, null);
}


User avatar
Member
Member
Sol - 5/16/2009 10:40:23 AM
   
RE:Custom ECommerce Provider
The same issue exists for the Suppliers list.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 5/24/2009 6:08:22 AM
   
RE:Custom ECommerce Provider
Hello,

Unfortunately, this really seems to be bug. I'm very sorry for this inconvenience. We will try to fix both cases in Kentico CMS 4.1.

Best Regards,

Martin Dobsicek