London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
Warehouses are not meta objects like catalog nodes/catalog entries, so if you want to extend Warehouses, you must create your own implemetation of IWarehouseRepository and IWarehouseRepositoryService. This can be done in 7.5, more information can be found here:
http://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-Commerce1/751/Warehouses-and-inventories/Multi-warehouse-implementations/
Regards.
.Q
IWarehouseRepositoryService or IWarehouseInventoryService? And what about Commerce Manager? I didn't found any way to inject my custom realization to commerce manager.
I have several questions about extending of warehouse functionality. I can't found any information about this in documentation.
Can i add custom property for Warehouse? If can, what solution you can propose. Or i need to create my own repository and use other table and data model?