Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?