Produkter fra leverandørerne

Gå på opdagelse i de nyeste fødevarenyheder, produkter og løsninger fra udstillerne på Foodexpo. Er du på udkig efter noget specifikt, kan du benytte søgefeltet.

Indhold vises på denne side på baggrund af leverandørernes eget valg af speciale- og interesseområder.

0 produkter
Error executing template "Designs/exhibition_site/QueryPublisher/partials/mch365-product-item.cshtml"
System.Exception: _dynamicwebProduct is not Active. Settings are: {"Presentation":null,"Booth":null,"Product":null,"Id":"Pb06adb3b28dfa2c9ac6234ee77e09","LanguageId":null,"VariantId":"","PrimaryVariantId":"","EmbeddedInModelList":true}
at Co3.Espresso.Website.Models.FrontEnd.Ecommerce.EspressoProduct.Populate(ProductSettings settings) in F:\TeamCity\BuildAgent 1\work\ea1444d680f7414e\Co3.Espresso.Website\Models\FrontEnd\Ecommerce\EspressoProduct.cs:line 755
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProfileProduct.Populate(ProductSettings settings) in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProfileProduct.cs:line 61
at Co3.MCH.Website.Frontend.Services.Ecommerce.ProductService.GetEspressoProduct(ProductSettings settings, String key) in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Services\Ecommerce\ProductService.cs:line 59
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProductProduct.GetProfileProduct() in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProductProduct.cs:line 85
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProductProduct.get_Profile() in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProductProduct.cs:line 77
at CompiledRazorTemplates.Dynamic.RazorEngine_223d7b58863c4d1999377e97f67d29b4.Execute() in E:\dynamicweb.net\Solutions\mch365.espresso5.dk\Files\Templates\Designs\exhibition_site\QueryPublisher\partials\mch365-product-item.cshtml:line 7
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<Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProductProduct> 2 @using Dynamicweb.Rendering 3 4 @{ 5 string noImageClasses = ""; 6 string productImage = Model.Image; 7 bool hasPresentation = Model.Profile.HasPresentation; 8 if (string.IsNullOrEmpty(productImage)) 9 { 10 productImage = "/Files/Templates/Designs/mch365_admin/_assets/img/mch365-noimage.svg"; 11 noImageClasses = "bg-light object-fit-contain"; 12 } 13 } 14 15 16 <div class="w-100 my-1 e-block-link e-productlist-item js-e-block-link js-e-productlist-item js-e-productlist-item-@Model.Id" data-product-id="@Model.Id" data-variant-id="@Model.VariantId"> 17 <div class="e-productlist-item-container container-fluid h-100"> 18 <div class="row h-100"> 19 <div class="col-12 p-0"> 20 <a class="d-block position-relative" href="@Model.Link"> 21 22 <div class="mch365-list-item-image-container image-ratio-1-1"> 23 <img alt="@Model.Name" class="e-productlist-item-image p-img p-img-corner-rounded @noImageClasses" src="/admin/public/getimage.ashx?Image=@productImage&amp;Width=940&amp;Height=940&amp;Format=webp&amp;Quality=75&amp;Crop=0"> 24 </div> 25 <ul class="mch-365-productlist-label-wrapper text-right"> 26 @if (Model.PrizeWinning) 27 { 28 <li> 29 <span class="mch365-product-label label-primary e-text-light">@Translate("MCH365 - Product listItem Prizewinner - Label", "Prisvinder")</span> 30 </li> 31 } 32 @if (Model.IsPresent) 33 { 34 <li> 35 <span class="mch365-product-label label-secondary e-text-light">@Translate("MCH365 - Product listItem isPresent - Label", "På messen")</span> 36 </li> 37 } 38 </ul> 39 40 41 @if (Model?.Profile?.Company?.Logo != null) 42 { 43 string logoImage = Model.Profile.Company.Logo; 44 string companyBackgroundColor = Model.Profile.Company.BrandColor; 45 46 string noCompanyInfo = ""; 47 string textLight = "e-text-light"; 48 49 if (string.IsNullOrEmpty(logoImage) && string.IsNullOrEmpty(companyBackgroundColor)) 50 { 51 noCompanyInfo = "bg-light"; 52 textLight = "text-muted"; 53 } 54 55 string noLogoBackground = ""; 56 if (string.IsNullOrEmpty(logoImage) && !string.IsNullOrEmpty(companyBackgroundColor)) 57 { 58 noLogoBackground = "style=\"background:" + companyBackgroundColor + ";\""; 59 } 60 61 <div class="e-productlist-item-logo-container @noCompanyInfo" @noLogoBackground> 62 <div class="e-productlist-item-image-wrapper justify-content-center align-items-center d-flex @textLight"> 63 @{ 64 if (string.IsNullOrEmpty(logoImage)) 65 { 66 <span class="h1 mb-0">@Model.Profile.Company.Name.Substring(0,1).ToLower()</span> 67 } 68 else 69 { 70 <img alt="@Model.Profile.Company.Name" class="e-productlist-item-image" src="@(Model.Profile.Company.Logo)"> 71 } 72 } 73 </div> 74 </div> 75 } 76 77 78 </a> 79 <div class="row"> 80 <div class="col-11"> 81 <p class="small mt-2 mb-half"> 82 <span class="mch365-productlist-company-name">@Model.Profile.Company.Name</span> 83 </p> 84 <h3 class="mt-0 mb-1">@Model.Name</h3> 85 </div> 86 </div> 87 </div> 88 </div> 89 </div> 90 </div>
keyboard_arrow_up