Global automation marketplace
arrow_backTo the overviewEvery day, all over the world, we match businesses in need of automation with vetted automation suppliers.
Through our online marketplace, we help buyers find the best-suited suppliers in their area – while enabling suppliers to quickly and easily bid on relevant projects.
To ensure smooth communication and a successful outcome, we support and align both parties throughout the process - from initial idea to project close.
Benefits for automation buyers:
- Buyers don’t need to do market research - we give them a quick and easy overview of qualified, local suppliers
- Buyers get free help to describe their project and post requests on the platform
- Buyers receive custom offers tailored to their specific needs
- Buyers get an unbiased market overview, enabling competitive pricing and fair market value
Benefits for automation suppliers:
- Suppliers don’t have to spend time sourcing project details - we’ve gathered all data in one place
- Suppliers get market-ready descriptions of buyer projects – enabling them to offer relevant, tailored bids
- Suppliers are validated and showcased through a trusted 3rd party platform, boosting their brand and credibility
- Suppliers are notified when their solutions match a request
Error executing template "Designs/exhibition_site/ecom/product/partials/product-details/MCH365-related-products.cshtml" System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at Co3.MCH.Website.Frontend.Repositories.BaseRepository.GetAssetIds(Profile profile, String type, String cacheKey, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Repositories\BaseRepository.cs:line 53 at Co3.MCH.Website.Frontend.Repositories.ProductRepository.GetProducts(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Repositories\BaseRepository.cs:line 469 at Co3.MCH.Website.Frontend.Services.MCH365.ProductService.GetProducts(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Services\MCH365\ProductService.cs:line 244 at Co3.MCH.Website.Frontend.Services.MCH365.ProductService.GetProductProducts(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Services\MCH365\ProductService.cs:line 191 at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProfileProduct.get_Products() in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProfileProduct.cs:line 47 at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProductProduct.get_OtherProducts() in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProductProduct.cs:line 169 at CompiledRazorTemplates.Dynamic.RazorEngine_bd0bb2899c174a26b161c90f380da381.Execute() in E:\Websites\mch365.espresso5.dk\Files\Templates\Designs\exhibition_site\ecom\product\partials\product-details\MCH365-related-products.cshtml:line 5 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()1 @inherits ViewModelTemplate< ProductProduct > 2 @using Dynamicweb.Rendering 3 @using Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce 4 5 @if ( Model.OtherProducts.Any() ) 6 { 7 <div class="row e-productlist-container mch365-productlist-hide-profileinfo"> 8 <div class="col-12 mt-3 mb-2"> 9 <h3 class="border-bottom pb-1">@Translate( "MCH365 - Product details MoreProductsBy - Heading", "Flere produkter fra" ) @Model.Profile.Company.Name</h3> 10 </div> 11 @foreach ( ProductProduct product in Model.OtherProducts.Take(6) ) 12 { 13 <div class="col-12 col-sm-6 col-md-6 col-xl-4 mb-2"> 14 @product.ListItemHtml 15 </div> 16 } 17 </div> 18 }

