Developer forum

Forum » Development » Using Customer Center for both DW orders and an external datasource

Using Customer Center for both DW orders and an external datasource

Allan Iversen
Reply

Hey,

 

I want to use the Customer Center module for listing and searching both web orders and orders from other sources.

 

Is it possible to combine both DW orders and orders from an external data source in the Customer Center module. Reordering is not a part of the project, so this is not an obstacle. 

 

As far as I can see, the Dynamicweb.eCommerce.CustomerCenter.OrderProvider could be the right thing to use, but I am not able to override the GetOrders(long CustomerId) method.

 

Anyone?

 

- Allan


Replies

 
Morten Bengtson
Reply

It looks like OrderProvider is never used in Customer Center or anywhere else and I don't think there are any notifications or extenders you can use in Customer Center.

 

You can either import the external orders to the EcomOrders and EcomOrderLines tables using Data Integration (or custom import) or develop a custom module that retrieves and displays the external orders in a separate list.

 

You must be logged in to post in the forum