Error executing template "Designs/Tefcold/_parsed/Basic_News.parsed.cshtml"
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at Dynamicweb.Ecommerce.Frontend.NavigationProviders.GroupNavigationProvider.MakeGroupTree(GroupCollection groups, Page page, NavigationItem parentNode, Int32 thisLevel, Int32 maxLevel, Page productPage)
   at Dynamicweb.Ecommerce.Frontend.NavigationProviders.GroupNavigationProvider.MakeGroupTree(Page page, NavigationItem parentNode)
   at Dynamicweb.Ecommerce.Frontend.NavigationProviders.GroupNavigationProvider.Process(NavigationItem node)
   at Dynamicweb.Ecommerce.Frontend.NavigationProviders.GroupNavigationProvider.ProcessTree(RootNavigationItem rootNode, NavigationType navigationType)
   at Dynamicweb.Frontend.XmlNavigation.MakeXml(Int32 parentId, Int32 levelStart, Int32 levelStop, Expand expand, Int32 selectedAreaId)
   at Dynamicweb.Frontend.XmlNavigation.GetNavigationHtml(Int32 parentId, Int32 levelStart, Int32 levelStop, Expand expand, String name, String xsltPath, Int32 selectedAreaId, Boolean sitemapMode, NameValueCollection settings, NameValueCollection attributes, IncludeMode mode)
   at Dynamicweb.Frontend.XmlNavigation.GetNavigationHtml(NameValueCollection settings, NameValueCollection attributes)
   at Dynamicweb.Rendering.TemplateBase`1.RenderNavigation(Object settings)
   at CompiledRazorTemplates.Dynamic.RazorEngine_41f7a4b99d704509a948fc183202d55c.Execute() in E:\Solutions\Live\Tefcold.Web\Files\Templates\Designs\Tefcold\_parsed\Basic_News.parsed.cshtml:line 601
   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.b__0(TextWriter writer)
   at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter)
   at Dynamicweb.Rendering.Template.RenderRazorTemplate()

1 @using System.Globalization 2 @using Dynamicweb 3 @using Dynamicweb.Content 4 @using Dynamicweb.Frontend; 5 @using Dynamicweb.Security.UserManagement 6 @using NLWI.Core.Factory 7 @using NORRIQ.SalesPersonLogin.Services 8 @using Dynamicweb.Ecommerce.International 9 @using Tefcold.Web.CustomCode.Extensions 10 @using Tefcold.Web.CustomCode.Items.Properties 11 @using Tefcold.Web.CustomCode.Items.Settings 12 @using Tefcold.Web.CustomCode.LanguageSwitch 13 @using Tefcold.Web.CustomCode.Razor 14 @using Tefcold.Web.CustomCode.Stocks.Helpers 15 @inherits Tefcold.Web.CustomCode.Razor.TefcoldViewModelTemplate<Dynamicweb.Frontend.PageViewModel> 16 @{ 17 //Heine: Understående kan bruges såfremt der skal tjekkes på om man er i impersonation mode: 18 var isImpersonating = ImpersonationService.IsCurrentlyImpersonating(); 19 var locationName = Pageview.User?.Name; 20 var websiteSettings = Pageview.Area.Item.ToCodeFirstItem<Websites>(); 21 LanguageService languageService = new LanguageService(); 22 var languagesJson = Newtonsoft.Json.JsonConvert.SerializeObject(languageService.GetLanguages()); 23 } 24 25 <!DOCTYPE html> 26 <html lang="@Pageview.Area.Culture"> 27 <head> 28 <meta charset='utf-8' /> 29 <meta name="description" content="@Model.Description" /> 30 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes, shrink-to-fit=no" /> 31 <meta http-equiv="x-ua-compatible" content="ie=edge"> 32 @if (Model.Area.Item.GetBoolean("NoIndex")) 33 { 34 <!-- TODO: remove on launch--> 35 <meta name="robots" content="noindex, nofollow" /> 36 } 37 38 @if (!string.IsNullOrWhiteSpace(websiteSettings.HeaderScript)) 39 { 40 @websiteSettings.HeaderScript 41 } 42 43 @if (!string.IsNullOrWhiteSpace(websiteSettings.GoogleTagManagerId)) 44 { 45 <script> 46 (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': 47 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], 48 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 49 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); 50 })(window,document,'script','dataLayer','@websiteSettings.GoogleTagManagerId'); 51 </script> 52 } 53 54 <!-- Begin Mailchimp Signup Form --> 55 <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css"> 56 <style type="text/css"> 57 #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } 58 /* Add your own Mailchimp form style overrides in your site stylesheet or in this style block. 59 We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ 60 61 </style> 62 63 <title>@Model.Title</title> 64 @Model.MetaTags 65 @if (Model.Area.Item.GetFile("Icon") != null) 66 { 67 <link href="@Model.Area.Item.GetFile("Icon").Path" rel="icon" type="image/png"> 68 } 69 <link rel="preload" href="@NORRIQ.Common8.Razor.TimestampSource.GetSourceWithTimestamp("/Files/dist/css/Tefcold-min.css")" as="style" /> 70 <link rel="stylesheet" async href="@NORRIQ.Common8.Razor.TimestampSource.GetSourceWithTimestamp("/Files/dist/css/Tefcold-min.css")" /> 71 @*<link href="/Files/dist/css/Tefcold-min.css" rel="stylesheet" />*@ 72 </head> 73 <body> 74 @if (!string.IsNullOrWhiteSpace(websiteSettings.GoogleTagManagerId)) 75 { 76 <!-- Google Tag Manager (noscript) --> 77 <noscript> 78 <iframe src="https://www.googletagmanager.com/ns.html?id=@websiteSettings.GoogleTagManagerId" 79 height="0" width="0" style="display: none; visibility: hidden"></iframe> 80 </noscript> 81 <!-- End Google Tag Manager (noscript) --> 82 } 83 <div id="app"> 84 @{ 85 string basicNavbarPrefix = "Header "; 86 var logo = Model.Area.Item.GetFile("Logo"); 87 var currencyCode = Pageview.User?.Currency ?? Pageview.Area.EcomCurrencyId; 88 } 89 <header class="basic_navbar@(websiteSettings.EcomNav ? " has-groupsnavbar":"")" id="header"> 90 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("Notice"))) 91 { 92 <div class="notice-bar"> 93 <div class="basic_navbar-container"> 94 <p class="text-center">@Model.Area.Item.GetString("Notice")</p> 95 </div> 96 </div> 97 } 98 @if (isImpersonating) 99 { 100 <div class="impersonation-bar"> 101 <div class="basic_navbar-container"> 102 <p> 103 @Translate(basicNavbarPrefix + "debitor", "Debitor"): <b>@locationName</b> | <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("impersonation-choose-customer")?action=changeuser">@Translate("Change customer")</a> 104 </p> 105 </div> 106 </div> 107 } 108 <div class="basic_navbar-main"> 109 <div class="basic_navbar-container"> 110 <a href="/" class="basic_navbar-logo" title="@Translate(basicNavbarPrefix + "Go to frontpage", "Go to frontpage")"> 111 @if (logo != null) 112 { 113 <img class="img-fluid" src="@logo.Path" alt="@Translate(basicNavbarPrefix + "Website Logo Alttext", "Website Logo Alttext")" /> 114 } 115 else 116 { 117 <i>@Translate(basicNavbarPrefix + "No logo found", "No logo found, please configure it in the Dynamicweb Administration")</i> 118 } 119 </a> 120 <collapse-hack inline-template> 121 <b-collapse class="basic_navbar-navigation" id="basic_navigation" tag="@(websiteSettings.EcomNav ? "div" : "nav")"> 122 @if (!websiteSettings.EcomNav) 123 { 124 @RenderNavigation(new { Template = "basic_navbar.xslt", Expandmode = "all", StartLevel = 1, EndLevel = 4 }) 125 } 126 else 127 { 128 @RenderNavigation(new { Template = "basic_navbar-extreme.xslt", Expandmode = "all", StartLevel = 1, EndLevel = 4 }) 129 } 130 <ul class="basic_navbar-subnav"> 131 <li> 132 <button type="button" 133 v-b-toggle.languages 134 aria-label="@Translate(basicNavbarPrefix + "Choose Language", "Choose Language")" 135 title="@Translate(basicNavbarPrefix + "Choose Language", "Choose Language")"> 136 <img src="/Admin/Public/GetImage.ashx?Width=32&amp;Compression=85&amp;Format=webp&amp;Quality=85&amp;Image=@Pageview.Area.Flag()" alt="@Pageview.Area.CultureInfo.EnglishName" /> 137 <span class="sr-only">@Pageview.Area.CultureInfo.EnglishName</span> 138 </button> 139 </li> 140 <li> 141 <button v-b-toggle.contacts 142 type="button" 143 aria-label="@Translate(basicNavbarPrefix + "Show contacts", "Show contacts")" 144 title="@Translate(basicNavbarPrefix + "Show contacts", "Show contacts")"> 145 <svg> 146 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#phone-alt"></use> 147 </svg> 148 <span class="sr-only">@Translate(basicNavbarPrefix + "Contacts", "Contacts")</span> 149 </button> 150 </li> 151 <li> 152 <button v-b-toggle.customer-center 153 type="button" 154 aria-label="@Translate(basicNavbarPrefix + "Show Webshop Login", "Show Webshop Login")" 155 title="@Translate(basicNavbarPrefix + "Show Webshop Login", "Show Webshop Login")"> 156 @if (Pageview.User == null) 157 { 158 <svg> 159 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#user"></use> 160 </svg> 161 } 162 else 163 { 164 <svg style="width: 30px; height: 30px;"> 165 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#user-check"></use> 166 </svg> 167 } 168 <span class="sr-only">@Translate(basicNavbarPrefix + "Login", "Login")</span> 169 </button> 170 </li> 171 @if (Pageview.User != null) 172 { 173 <li> 174 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("quickorder")" title="@Translate(basicNavbarPrefix + "Quickorder", "Quickorder")"> 175 <svg width="28px" height="28px"> 176 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#quickorder"></use> 177 </svg> 178 <span class="sr-only">@Translate(basicNavbarPrefix + "Quickorder", "Quickorder")</span> 179 </a> 180 </li> 181 } 182 @if (Pageview.User != null && Pageview.User.AllowMediaBank() && Pageview.Area.EcomShopId.Equals("SHOP1", StringComparison.InvariantCultureIgnoreCase)) 183 { 184 @*<media-bank inline-template> 185 <li> 186 <form id="mediabankform" action="https://imagebank.tefcold.com/Home/LoginUser" method="post"> 187 <input id="mediabankformname" type="hidden" name="username" /> 188 <input id="mediabankformpassword" type="hidden" name="password" /> 189 <input type="hidden" value="false" name="persistent" /> 190 </form> 191 <a v-on:click="connect($event)" href="#" title="@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")"> 192 <svg width="28px" height="28px" fill="currentColor"> 193 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#photo-video"></use> 194 </svg> 195 <span class="sr-only">@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")</span> 196 </a> 197 </li> 198 </media-bank>*@ 199 <li> 200 <a href="@Translate(basicNavbarPrefix + "Mediabank Link", "http://media.tefcold.com")" target="_blank" title="@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")"> 201 <svg width="28px" height="28px" fill="currentColor"> 202 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#photo-video"></use> 203 </svg> 204 <span class="sr-only">@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")</span> 205 </a> 206 </li> 207 } 208 <li> 209 <button type="button" 210 class="btn-close" 211 @@click="collapseAll" 212 aria-label="@Translate(basicNavbarPrefix + "Close Navigation", "Close Navigation")" 213 title="@Translate(basicNavbarPrefix + "Close Navigation", "Close Navigation")"> 214 <span></span> 215 <span></span> 216 </button> 217 </li> 218 </ul> 219 </b-collapse> 220 </collapse-hack> 221 @if (websiteSettings.SearchAheadActivated) 222 { 223 <instant-search base-class="basic_navbar-search" :min-search-length="@websiteSettings.KeyStrokes" :number-of-hits="@websiteSettings.SearchHits" :product-search-paragraph-id="@websiteSettings.ProductSearchParagraphId" 224 :content-search-paragraph-id="@websiteSettings.ContentSearchParagraphId"></instant-search> 225 } 226 else 227 { 228 229 <form class="basic_navbar-search" action="/Default.aspx"> 230 <search-shortcut inline-template> 231 <div style="display: none"></div> 232 </search-shortcut> 233 <label for="productsearch">Search</label> 234 <input name="ID" type="hidden" value="@NORRIQ.Common8.Razor.Navigation.GetPageIdByNavigationTag("searchresult")"> 235 <input name="PageSize" type="hidden" value="99" /> 236 <input type="search" placeholder="@Translate(basicNavbarPrefix + "Search", "Search")" id="productsearch" name="productsearch"> 237 <button type="submit"> 238 <span class="sr-only">@Translate(basicNavbarPrefix + "Search", "Search")</span> 239 <svg> 240 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#search"></use> 241 </svg> 242 </button> 243 </form> 244 } 245 246 <ul class="basic_navbar-functions"> 247 <li class="basic_navbar-languages relative"> 248 <button type="button" v-b-toggle.languages aria-label="@Translate(basicNavbarPrefix + "Choose Language", "Choose Language")" title="@Translate(basicNavbarPrefix + "Choose Language", "Choose Language")"> 249 <span class="sr-only">@Pageview.Area.CultureInfo.EnglishName</span> 250 @if (Pageview.Area.Culture == "en-GB") 251 { 252 <img src="/Admin/Public/GetImage.ashx?Width=32&amp;Compression=85&amp;Format=webp&amp;Quality=85&amp;Image=/Files/Images/globe-flag.png" alt="@Pageview.Area.Culture - Flag" width="32" height="32" /> 253 } 254 else 255 { 256 <img src="/Admin/Public/GetImage.ashx?Width=32&amp;Compression=85&amp;Format=webp&amp;Quality=85&amp;Image=@Pageview.Area.Flag()" alt="@Pageview.Area.Culture - Flag" width="32" height="32" /> 257 } 258 @*@if (Pageview.Area.Culture == "en-GB") 259 { 260 <svg width="32" height="32" fill="currentColor"> 261 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#globe"></use> 262 </svg> 263 } 264 else 265 { 266 <img src="@Pageview.Area.Flag32X32" alt="@Pageview.Area.Culture - Flag" /> 267 }*@ 268 </button> 269 <b-collapse id="languages" class="basic_navbar-dropdown languages" accordion="header" v-auto-close> 270 <div class="basic_navbar-body languages-dropdown"> 271 <ul class="master-area"> 272 <li class="head"> 273 <strong>@Translate(basicNavbarPrefix + "Languages_" + (Pageview.Area.IsMaster ? Pageview.Area.ID : Pageview.Area.MasterAreaId), (Pageview.Area.IsMaster ? Pageview.Area.Name : Pageview.Area.MasterArea?.Name))</strong> 274 </li> 275 @foreach (var lang in Model.Languages) 276 { 277 @RenderLanguage(lang) 278 } 279 </ul> 280 <ul class="sub-area"> 281 282 @foreach (var masterArea in Dynamicweb.Services.Areas.GetMasterAreas().Where(a => !Model.Languages.Any(s => a.ID == s.ID))) 283 { 284 var masterAreaAndLanguages = new List<Area>(); 285 masterAreaAndLanguages.Add(masterArea); 286 masterAreaAndLanguages.AddRange(masterArea.Languages); 287 288 var relevantLanguages = masterAreaAndLanguages.Select(x => 289 new { 290 Area = x , 291 Settings = x.Item.ToCodeFirstItem<Websites>() 292 }). 293 Where(x =>( x.Area.Active && (!x.Settings.NoIndex && !websiteSettings.NoIndex) || websiteSettings.NoIndex)) 294 .ToList(); ; 295 296 if (relevantLanguages.Any()) 297 { 298 299 <li class="head"> 300 <strong>@Translate(basicNavbarPrefix + "Languages_" + masterArea.ID, masterArea.Name)</strong> 301 </li> 302 if (Pageview.AreaID != masterArea.ID) 303 { 304 <li class="@masterArea.ID"> 305 @renderArea(masterArea, websiteSettings) 306 </li> 307 } 308 309 foreach (var lang in relevantLanguages.Where(x => x.Area.ID != masterArea.ID && x.Area.ID != Pageview.AreaID)) 310 { 311 <li class="is-lang"> 312 @renderArea(lang.Area, websiteSettings) 313 </li> 314 } 315 } 316 317 318 } 319 320 </ul> 321 <ul class="uk-area"> 322 <li class="head"><strong>@Translate(basicNavbarPrefix + "Tefcol UK Languages", "TEFCOLD UK")</strong></li> 323 <li> 324 <a href="@Translate(basicNavbarPrefix + "Tefcold UK Url", "//tefcold.co.uk")" target="_blank"> 325 326 <img src="/Admin/Public/GetImage.ashx?Width=32&amp;Compression=85&amp;Format=webp&amp;Quality=85&amp;Background=dee0e2&amp;Image=/Admin/Images/Flags/flag_GB.png" alt="en-GB - Flag" loading="lazy" /> 327 <span>@Translate(basicNavbarPrefix + "Tefcold UK Label", "tefcold.co.uk")</span> 328 </a> 329 </li> 330 </ul> 331 </div> 332 </b-collapse> 333 </li> 334 <li class="basic_navbar-contacts @(Pageview.User != null ? "static" : "relative")"> 335 <button v-b-toggle.contacts 336 type="button" 337 aria-label="@Translate(basicNavbarPrefix + "Show contacts", "Show contacts")" 338 title="@Translate(basicNavbarPrefix + "Show contacts", "Show contacts")"> 339 <svg> 340 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#phone-alt"></use> 341 </svg> 342 <span class="sr-only">@Translate(basicNavbarPrefix + "Contacts", "Contacts")</span> 343 </button> 344 @{ 345 var impersonationGroupId = websiteSettings.ImpersonationGroup.FirstOrDefault(); 346 IEnumerable<User> users = null; 347 IEnumerable<User> salesPersons = new List<User>(); 348 if (Pageview.User != null) 349 { 350 var salesPersonCode = Pageview.User.CustomFieldValues.FirstOrDefault(field => field.CustomField.Name == "Sales Person Code"); 351 var salesPersonsInitials = salesPersonCode?.Value?.ToString().Split(',') ?? new string[] { }; 352 salesPersonsInitials = salesPersonsInitials.Select(x => x.ToLower()).ToArray(); 353 354 if (!string.IsNullOrEmpty(impersonationGroupId)) 355 { 356 users = Group.GetGroupByID(int.Parse(impersonationGroupId)).Users; 357 } 358 if (users == null || Pageview.User == null) 359 { 360 salesPersons = new List<User>(); 361 } 362 else 363 { 364 salesPersons = users.Where(user => salesPersonsInitials.Contains(user.Email.ToLower().Split('@').FirstOrDefault() ?? "")); 365 } 366 } 367 368 } 369 <b-collapse id="contacts" class="@(Pageview.User != null ? "basic_navbar-megamenu" : "basic_navbar-dropdown")" v-auto-close accordion="header"> 370 <div class="basic_navbar-body"> 371 @if (Pageview.User != null) 372 { 373 if (salesPersons.Any()) 374 { 375 <p class="tefcold_salesperson-byline h1">@Translate(basicNavbarPrefix + "Your Sales Team", "Your Sales Team")</p> 376 } 377 foreach (var salesPerson in salesPersons) 378 { 379 <div class="tefcold_salesperson" itemscope itemtype="http://schema.org/Person"> 380 <figure> 381 <img src="@salesPerson.Image" class="img-fluid" alt="@salesPerson.Name" itemprop="image" loading="lazy" /> 382 </figure> 383 <p itemprop="name">@salesPerson.Name</p> 384 <p itemprop="jobTitle">@salesPerson.JobTitle</p> 385 <p itemprop="telephone"> 386 <svg> 387 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#phone-alt"></use> 388 </svg> 389 <span>@salesPerson.PhonePrivate</span> 390 </p> 391 <p itemprop="telephone"> 392 <svg> 393 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#mobile-alt"></use> 394 </svg> 395 <span>@salesPerson.PhoneMobile</span> 396 </p> 397 <a href="@("mailto:" + @salesPerson.Email)" itemprop="email"> 398 <svg> 399 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#envelope"></use> 400 </svg> 401 <span>@salesPerson.Email</span> 402 </a> 403 </div> 404 } 405 } 406 <ul> 407 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("PhoneLabel")) 408 && !string.IsNullOrEmpty(Model.Area.Item.GetString("Phonenumber"))) 409 { 410 <li class="head"> 411 <strong> 412 @Model.Area.Item.GetString("PhoneLabel") 413 </strong> 414 <strong> 415 @Model.Area.Item.GetString("Phonenumber") 416 </strong> 417 </li> 418 } 419 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("ContactPage")) 420 && !string.IsNullOrEmpty(Model.Area.Item.GetString("ContactLabel"))) 421 { 422 <li> 423 <a href="@Model.Area.Item.GetString("ContactPage")"> 424 @Model.Area.Item.GetString("ContactLabel") 425 </a> 426 </li> 427 } 428 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("SalesPage")) 429 && !string.IsNullOrEmpty(Model.Area.Item.GetString("SalesLabel"))) 430 { 431 <li> 432 <a href="@Model.Area.Item.GetString("SalesPage")"> 433 @Model.Area.Item.GetString("SalesLabel") 434 </a> 435 </li> 436 } 437 </ul> 438 439 </div> 440 </b-collapse> 441 </li> 442 <li class="basic_navbar-user"> 443 <button v-b-toggle.customer-center type="button" aria-label="@Translate(basicNavbarPrefix + "Show Webshop Login", "Show Webshop Login")" title="@Translate(basicNavbarPrefix + "Show Webshop Login", "Show Webshop Login")"> 444 @if (Pageview.User == null) 445 { 446 <svg> 447 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#user"></use> 448 </svg> 449 } 450 else 451 { 452 <svg style="width: 30px; height: 30px;"> 453 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#user-check"></use> 454 </svg> 455 } 456 <span class="sr-only">@Translate(basicNavbarPrefix + "Login", "Login")</span> 457 </button> 458 459 460 <b-collapse id="customer-center" class="basic_navbar-dropdown" accordion="header" v-auto-close> 461 <div class="basic_navbar-body"> 462 @if (Pageview.User == null) 463 { 464 <head-login-form inline-template> 465 <form name="ExtUserForm" id="loginForm" method="post" class="form" role="form" v-on:submit="submitLogin"> 466 <p> 467 <strong> 468 @Translate(basicNavbarPrefix + "Webshop Login", "Webshop Login") 469 </strong> 470 </p> 471 <input type="hidden" name="ID" id="ID" value="" /> 472 <div class="form-group"> 473 <label for="Username">@Translate(basicNavbarPrefix + "Username", "Username")</label> 474 <input id="Username" v-model="username" name="Username" type="text" value="" class="form-control" autocomplete="off"> 475 </div> 476 <div class="form-group"> 477 <label for="Password">@Translate(basicNavbarPrefix + "Password", "Password")</label> 478 <input id="Password" v-model="password" name="Password" type="password" value="" class="form-control" autocomplete="off"> 479 </div> 480 <div v-if="loginFailed"> 481 <p class="alert alert-warning"> 482 @Translate("Login failed", "Invalid credentials") 483 </p> 484 </div> 485 <div v-if="redirecting" class="alert alert-warning"> 486 <p> 487 @Translate("Login wrong shop", "Your login belongs to another language, redirecting you in:") 488 489 </p> 490 <span class="basic_login"><b>{{counter}}</b></span> 491 </div> 492 493 <div class="basic_login-buttons"> 494 <button type="submit" role="button" class="btn btn-primary btn-block" v-bind:class='{"loading": loading}' v-on:click="loading=true" id="loginBtn"> 495 @Translate(basicNavbarPrefix + "Login", "Login") 496 </button> 497 </div> 498 </form> 499 </head-login-form> 500 <ul> 501 <li> 502 <a href="/Default.aspx?ID=@NORRIQ.Common8.Razor.Navigation.GetPageIdByNavigationTag("forgotpassword")&amp;LoginAction=Recovery"> 503 @Translate(basicNavbarPrefix + "Forgot password", "Forgot password") 504 </a> 505 </li> 506 <li> 507 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("contact")"> 508 @Translate(basicNavbarPrefix + "Create Webshop Account", "Create Webshop Account") 509 </a> 510 </li> 511 </ul> 512 } 513 else 514 { 515 <div class="active-user"> 516 <p><strong>@Pageview.User.Name</strong></p> 517 <p> 518 <a v-clear-cache:click.user href='/admin/public/extranetlogoff.aspx?ID=@(NORRIQ.Common8.Razor.Navigation.GetPageIdByNavigationTag("homeasyncOnly"))'> 519 @Translate(basicNavbarPrefix + "Sign out", "Sign out") 520 </a> 521 </p> 522 </div> 523 @RenderNavigation(new { Template = "basic_Footer.xslt", Expandmode = "all", StartLevel = 1, EndLevel = 4, NavigationTag = "customer-portal" }) 524 } 525 </div> 526 </b-collapse> 527 </li> 528 @if (Pageview.User != null && Pageview.User.AllowMediaBank() && Pageview.Area.EcomShopId.Equals("SHOP1", StringComparison.InvariantCultureIgnoreCase)) 529 { 530 @*<media-bank inline-template> 531 <li> 532 <form id="mediabankform" action="https://imagebank.tefcold.com/Home/LoginUser" method="post"> 533 <input id="mediabankformname" type="hidden" name="username" /> 534 <input id="mediabankformpassword" type="hidden" name="password" /> 535 <input type="hidden" value="false" name="persistent" /> 536 </form> 537 <a v-on:click="connect($event)" href="#" title="@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")"> 538 <svg width="28px" height="28px" fill="currentColor"> 539 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#photo-video"></use> 540 </svg> 541 <span class="sr-only">@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")</span> 542 </a> 543 </li> 544 </media-bank>*@ 545 <li> 546 <a href="@Translate(basicNavbarPrefix + "Mediabank Link", "http://media.tefcold.com")" target="_blank" title="@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")"> 547 <svg width="28px" height="28px" fill="currentColor"> 548 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#photo-video"></use> 549 </svg> 550 <span class="sr-only">@Translate(basicNavbarPrefix + "Mediabank", "Mediabank")</span> 551 </a> 552 </li> 553 554 } 555 @if (Pageview.User != null) 556 { 557 <li class="basic_navbar-quick"> 558 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("quickorder")" title="@Translate(basicNavbarPrefix + "Quickorder", "Quickorder")"> 559 <svg width="28px" height="28px"> 560 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#quickorder"></use> 561 </svg> 562 <span class="sr-only">@Translate(basicNavbarPrefix + "Quickorder", "Quickorder")</span> 563 </a> 564 </li> 565 } 566 @if (websiteSettings.b2cshopping || Pageview.User != null) 567 { 568 <cart-icon cartlink="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("checkout")"></cart-icon> 569 } 570 <li class="basic_navbar-toggle"> 571 <button type="button" 572 aria-label="@Translate(basicNavbarPrefix + "Open main navigation", "Open main navigation")" 573 title="@Translate(basicNavbarPrefix + "Open main navigation", "Open main navigation")" 574 v-b-toggle.basic_navigation> 575 <svg width="28px" height="28px"> 576 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#bars"></use> 577 </svg> 578 <span class="sr-only">@Translate(basicNavbarPrefix + "Open main navigation", "Open main navigation")</span> 579 </button> 580 </li> 581 </ul> 582 583 </div> 584 </div> 585 </header> 586 @using Dynamicweb.Frontend; 587 @inherits Tefcold.Web.CustomCode.Razor.TefcoldViewModelTemplate<Dynamicweb.Frontend.PageViewModel> 588 589 @Title("News") 590 @Description("Default news template") 591 @{ 592 string basicPagePrefix = "Page "; 593 } 594 <figure> 595 <img src="~/Files/Images/Grafik/webbanner.jpg" alt="webbanner" class="img-fluid" /> 596 </figure> 597 @RenderNavigation(new { Template = "basic_Breadcrumb.xslt", Expandmode = "all", StartLevel = 1, EndLevel = 5 }) 598 599 <main class="basic_page"> 600 <aside class="basic_page-sidebar"> 601 @RenderNavigation(new { Template = "basic_Page.xslt", StartLevel = 1, EndLevel = 3 }) 602 </aside> 603 <section class="basic_page-content"> 604 @if (Model.Item.GetFile("Image") != null) 605 { 606 <figure> 607 <img src="@Model.Item.GetFile("Image").Path.ToString()" class="img-fluid" alt="@Model.Item.GetString("Title").ToString()" /> 608 </figure> 609 } 610 @if (!string.IsNullOrEmpty(Model.Item.GetString("Title").ToString())) 611 { 612 <header class="basic_page-header news-header"> 613 <h1> 614 @Model.Item.GetString("Title").ToString() 615 </h1> 616 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("news")" class="btn btn-sm btn-secondary"> 617 @Translate(basicPagePrefix + "back to news","Go back") 618 </a> 619 </header> 620 } 621 @if (!string.IsNullOrEmpty(Model.Item.GetString("Text").ToString())) 622 { 623 <div class="basic_page-text"> 624 <small>@Model.Item.GetDateTime("Date").ToShortDateString()</small> 625 @Model.Item.GetString("Text") 626 </div> 627 } 628 </section> 629 </main> 630 631 @{ 632 string footerPrefix = "Footer "; 633 } 634 <footer class="basic_footer"> 635 <div class="basic_footer-wrap basic_footer-main"> 636 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FooterOneTitle")) && !string.IsNullOrEmpty(Model.Area.Item.GetString("FooterOneText"))) 637 { 638 <div class="basic_footer-box"> 639 <div class="basic_footer-head" role="button" v-b-toggle.footer-one> 640 <h3>@Model.Area.Item.GetString("FooterOneTitle")</h3> 641 </div> 642 <b-collapse id="footer-one" class="basic_footer-collapse"> 643 <div class="basic_footer-body"> 644 @Model.Area.Item.GetString("FooterOneText") 645 </div> 646 </b-collapse> 647 </div> 648 } 649 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FooterTwoTitle")) 650 && !string.IsNullOrEmpty(Model.Area.Item.GetString("FooterTwoText")) 651 || !string.IsNullOrEmpty(Model.Area.Item.GetString("FooterTwoTag"))) 652 { 653 <div class="basic_footer-box"> 654 <div class="basic_footer-head" role="button" v-b-toggle.footer-two> 655 <h3>@Model.Area.Item.GetString("FooterTwoTitle")</h3> 656 </div> 657 <b-collapse id="footer-two" class="basic_footer-collapse"> 658 <div class="basic_footer-body"> 659 @Model.Area.Item.GetString("FooterTwoText") 660 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FooterTwoTag"))) 661 { 662 @RenderNavigation(new { Template = "basic_Footer.xslt", Expandmode = "all", StartLevel = 1, EndLevel = 4, NavigationTag = @Model.Area.Item.GetString("FooterTwoTag").ToString() }) 663 } 664 </div> 665 </b-collapse> 666 </div> 667 } 668 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FooterThreeTitle")) 669 && !string.IsNullOrEmpty(Model.Area.Item.GetString("FooterThreeText")) 670 || !string.IsNullOrEmpty(Model.Area.Item.GetString("FooterThreeTag"))) 671 { 672 <div class="basic_footer-box"> 673 <div class="basic_footer-head" role="button" v-b-toggle.footer-three> 674 <h3>@Model.Area.Item.GetString("FooterThreeTitle")</h3> 675 </div> 676 <b-collapse id="footer-three" class="basic_footer-collapse"> 677 <div class="basic_footer-body"> 678 @Model.Area.Item.GetString("FooterThreeText") 679 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FooterThreeTag"))) 680 { 681 @RenderNavigation(new { Template = "basic_Footer.xslt", Expandmode = "all", StartLevel = 1, EndLevel = 4, NavigationTag = @Model.Area.Item.GetString("FooterThreeTag").ToString() }) 682 } 683 </div> 684 </b-collapse> 685 </div> 686 } 687 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FooterFourTitle")) && !string.IsNullOrEmpty(Model.Area.Item.GetString("FooterFourText"))) 688 { 689 <div class="basic_footer-box"> 690 <div class="basic_footer-head" role="button" v-b-toggle.footer-four> 691 <h3>@Model.Area.Item.GetString("FooterFourTitle")</h3> 692 </div> 693 <b-collapse id="footer-four" class="basic_footer-collapse"> 694 <div class="basic_footer-body"> 695 @Model.Area.Item.GetString("FooterFourText") 696 </div> 697 </b-collapse> 698 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FacebookUrl")) 699 || !string.IsNullOrEmpty(Model.Area.Item.GetString("LinkedInUrl")) 700 || !string.IsNullOrEmpty(Model.Area.Item.GetString("YoutubeUrl"))) 701 { 702 <div class="some"> 703 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FacebookUrl"))) 704 { 705 <a href="@Model.Area.Item.GetString("FacebookUrl")" target="_blank" aria-label="Facebook" rel="noreferrer"> 706 <svg> 707 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#facebook-square"></use> 708 </svg> 709 </a> 710 } 711 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("LinkedInUrl"))) 712 { 713 <a href="@Model.Area.Item.GetString("LinkedInUrl")" target="_blank" aria-label="LinkedIn" rel="noreferrer"> 714 <svg> 715 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#linkedin"></use> 716 </svg> 717 </a> 718 } 719 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("YoutubeUrl"))) 720 { 721 <a href="@Model.Area.Item.GetString("YoutubeUrl")" target="_blank" aria-label="Youtube" rel="noreferrer"> 722 <svg> 723 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#youtube-square"></use> 724 </svg> 725 </a> 726 } 727 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("SmileyUrl"))) 728 { 729 <a href="@Model.Area.Item.GetString("SmileyUrl")" target="_blank" aria-label="@Translate(footerPrefix + "smiley", "Elite Smiley")" rel="noreferrer"> 730 <svg> 731 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#happy-smiley"></use> 732 </svg> 733 </a> 734 } 735 </div> 736 } 737 </div> 738 } 739 </div> 740 @if (Model.Area.Item.GetFile("GroupLogo") != null) 741 { 742 <div class="basic_footer-group"> 743 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("GroupLogo"))) 744 { 745 <a href="@Model.Area.Item.GetString("GroupLink")" target="_blank" title="@Translate(footerPrefix + "tefcold group logo alt", "Part of Tefcold Group")"> 746 <img src="@Model.Area.Item.GetFile("GroupLogo").Path" class="img-fluid" alt="@Translate(footerPrefix + "tefcold group logo alt", "Part of Tefcold Group")" /> 747 </a> 748 } 749 else 750 { 751 <img src="@Model.Area.Item.GetFile("GroupLogo").Path" class="img-fluid" alt="@Translate(footerPrefix + "tefcold group logo alt", "Part of Tefcold Group")" /> 752 } 753 </div> 754 } 755 @if (!string.IsNullOrEmpty(Model.Area.Item.GetString("FooterCopyright"))) 756 { 757 758 <div class="basic_footer-sub"> 759 <div class="basic_footer-wrap"> 760 761 <p> 762 &copy; @DateTime.Now.Year @Model.Area.Item.GetString("FooterCopyright") 763 </p> 764 @RenderNavigation(new { Template = "basic_Footer.xslt", Expandmode = "all", StartLevel = 1, EndLevel = 4, NavigationTag = "footer" }) 765 766 @if (Model.Area.Item.GetValue<ListViewModel>("Cards").SelectedValues.Any()) 767 { 768 <div class="text-center cards"> 769 @foreach (var cards in Model.Area.Item.GetValue<ListViewModel>("Cards").SelectedValues) 770 { 771 <img src="/Files/Images/cards/@cards" alt="@cards.Split('.').First()" loading="lazy" /> 772 } 773 </div> 774 } 775 776 </div> 777 </div> 778 } 779 </footer> 780 <compare-banner class="comparison-footer" inline-template> 781 <div v-if="productsToCompare >= 1" class="comparison-footer"> 782 @{ 783 string comparisonFooterPrefix = "Comparison "; 784 } 785 <template v-if="productsToCompare >= 2"> 786 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("compare")" class="btn btn-primary btn-lg btn-block"> 787 <svg class="icon"> 788 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#balance-scale"></use> 789 </svg> 790 <span> 791 @Translate(comparisonFooterPrefix + "Click to compare", "Click to compare") 792 <strong>{{productsToCompare}}</strong> 793 @Translate(comparisonFooterPrefix + "products", "products") 794 </span> 795 </a> 796 </template> 797 <template v-else> 798 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("compare")" class="btn btn-primary btn-lg btn-block no-click"> 799 <svg class="icon"> 800 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#balance-scale"></use> 801 </svg> 802 <span> 803 @Translate(comparisonFooterPrefix + "You need 2 product to compare", "You need <strong>2</strong> products to compare") 804 </span> 805 </a> 806 </template> 807 </div> 808 </compare-banner> 809 <basic-alert inline-template alertmessage='@Translate("Internet Explore Alert Message", "Website does not work properly on Internet Explorer, change browser for optimal user experience")' sessionstoragekey='IEHasBeenAlert'> 810 <div></div> 811 </basic-alert> 812 </div> 813 814 @helper RenderLanguage(PageLanguageViewModel lang) 815 { 816 if (Pageview.AreaID == lang.ID) 817 { 818 return; 819 820 } 821 822 if (Pageview.AreaID == lang.ID) 823 { 824 return; 825 826 } 827 828 var langCode = lang.Culture.Split('-').Last(); 829 var cultureInfo = CultureInfo.GetCultureInfo(lang.Culture); 830 var language = cultureInfo.NativeName.Split('(')[0]; 831 var url = SearchEngineFriendlyURLs.GetFriendlyUrl(lang.Page.ID); 832 var query = System.Web.HttpUtility.ParseQueryString(System.Web.HttpContext.Current.Request.QueryString.ToString()); 833 var allowedQuery = new HashSet<string> { "groupid", "productid", "variantid" }; 834 var shopIdSplit = "-at-SHOP"; 835 var shopId = Services.Pages.GetPage(lang.Page.ID).Area.EcomShopId; 836 foreach (var kv in query.AllKeys) 837 { 838 if (kv != null && allowedQuery.Contains(kv.ToLower())) 839 { 840 var queryValue = query[kv]; 841 var indexOfShopId = queryValue.IndexOf(shopIdSplit, StringComparison.InvariantCultureIgnoreCase); 842 if (indexOfShopId > 0) 843 { 844 var withOutShopId = queryValue.Substring(0, indexOfShopId); 845 query[kv] = withOutShopId + "-at-" + shopId; 846 } 847 } 848 else 849 { 850 query.Remove(kv); 851 } 852 } 853 854 855 var langArea = Dynamicweb.Services.Areas.GetArea(lang.ID); 856 var protocol = langArea.SslMode == 2 ? "https:" : "http"; 857 var host = lang.PrimaryDomain; 858 859 if (string.IsNullOrWhiteSpace(host)) 860 { 861 var domains = langArea.Domain.Split(new[] { "\n" }, StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()); 862 host = (domains.FirstOrDefault(s => !s.Equals("localhost")) ?? "").TrimEnd('/'); 863 } 864 var urlencodedQuery = $"{protocol}://{host}{url}{(query.HasKeys() ? "?" + query.ToString() : "")}"; 865 866 <li> 867 <a href="@urlencodedQuery"> 868 @if (lang.Culture == "en-GB") 869 { 870 <img src="/Files/Images/globe-flag.png" alt="@lang.Culture - Flag" width="32" height="32" loading="lazy" /> 871 } 872 else 873 { 874 <img src="/Admin/Public/GetImage.ashx?Width=32&amp;Compression=85&amp;Format=webp&amp;Quality=85&amp;Image=@langArea.Flag()" alt="@lang.Culture - Flag" width="32" height="32" loading="lazy" /> 875 } 876 @*@if (lang.Culture == "en-GB") 877 { 878 <svg width="32" height="32" fill="#3a3b3c"> 879 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#globe"></use> 880 </svg> 881 } 882 else 883 { 884 <img src="/Admin/Images/Flags/flag_@(langCode).png" alt="@lang.Culture - Flag" loading="lazy" /> 885 }*@ 886 <span>@Translate("lang_" + lang.Culture.Split('-').First(), lang.Culture.Split('-').First())</span> 887 </a> 888 </li> 889 } 890 891 892 @helper renderArea(Area lang, Websites websiteSettings) 893 { 894 var protocol = lang.SslMode == 2 ? "https:" : "http"; 895 var host = lang.DomainLock; 896 string countryCode = lang.Culture.Split('-').Last(); 897 if (string.IsNullOrWhiteSpace(host)) 898 { 899 var domains = lang.Domain.Split(new[] { "\n" }, StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()); 900 host = (domains.FirstOrDefault(s => !s.Equals("localhost")) ?? "").TrimEnd('/'); 901 } 902 var langUrl = $"{protocol}://{host}"; 903 var langSettings = lang.Item.ToCodeFirstItem<Websites>(); 904 if (langSettings.NoIndex && !websiteSettings.NoIndex) 905 { 906 var pageId = NORRIQ.Common8.Razor.Navigation.GetPageIdByNavigationTag(countryCode + "Redirect"); 907 langUrl = pageId > 0 ? $"/Default.aspx?ID={pageId}" : ""; 908 } 909 <a href="@langUrl"> 910 @if (lang.Culture == "en-GB") 911 { 912 <img src="/Files/Images/globe-flag.png" alt="@lang.Culture - Flag" width="32" height="32" class="img-fluid" loading="lazy" /> 913 } 914 else 915 { 916 <img src="@lang.Flag()" alt="@lang.Culture - Flag" width="32" height="32" class="img-fluid" loading="lazy" /> 917 } 918 <span>@Translate("lang_" + lang.Culture.Split('-').First(), lang.Culture.Split('-').First())</span> 919 </a> 920 921 } 922 923 <script type="text/x-template" id="cart-icon-template"> 924 @{ 925 string cartIconPrefix = "Minicart "; 926 } 927 <li> 928 <a :href="cartlink" title="@Translate(cartIconPrefix + "Checkout", "Checkout")"> 929 <svg> 930 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#shopping-cart"></use> 931 </svg> 932 <span class="label">@Translate(cartIconPrefix + "Checkout", "Checkout")</span> 933 <strong v-if="!cartEmpty" class="cart-quantity">{{quantity}}</strong> 934 </a> 935 </li> 936 </script> 937 938 939 940 <script type="text/x-template" id="basic-facet-filter-template"> 941 @{ 942 string basicFacetPrefix = "Filter "; 943 } 944 <aside> 945 <template v-if="HasActiveFilter()"> 946 947 <p id="selected-filter-label" class="sr-only"> 948 @Translate(basicFacetPrefix + "Active", "Active") 949 </p> 950 <div class="basic_filter-active" aria-labelledby="selected-filter-label"> 951 <template v-for="facetFilter in facetFilters"> 952 <span v-for="option in SelectedOptions(facetFilter)" class="custom-control custom-filter"> 953 <input type="checkbox" 954 :id="'Selected-' + facetFilter.name + '-' + option.name" 955 :name="facetFilter.name" 956 :value="option.value" 957 :v-model="option.selected" 958 :checked="option.selected" 959 v-on:click="ToggleFilter(facetFilter.name,option)" 960 class="custom-control-input" /> 961 <label :for="'Selected-' + facetFilter.name + '-' + option.name" class="custom-control-label" :data-name="facetFilter.name"> 962 <span> 963 {{option.label}} 964 </span> 965 <svg> 966 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#times"></use> 967 </svg> 968 </label> 969 </span> 970 </template> 971 </div> 972 </template> 973 <b-collapse class="basic_filter" id="sidebar-filter"> 974 <template v-if="!error && facetFilters"> 975 <button type="button" class="btn-close" v-b-toggle.sidebar-filter.sidebar-overlay aria-label="@Translate(basicFacetPrefix + "Close Filter", "Close Filter")"> 976 <span></span> 977 <span></span> 978 </button> 979 <div class="basic_filter-groups"> 980 <div class="basic_filter-group" v-for="(facetFilter, index) in facetFilters"> 981 <p :id="'filter-group-' + facetFilter.name.toLowerCase().trim()" v-b-toggle="'filter-collapse-' + facetFilter.name.toLowerCase().trim()"> 982 <template v-if="facetFilter.name === 'ModelType'"> 983 @Translate(basicFacetPrefix + "ModelType", "Model / Type") 984 </template> 985 <template v-else-if="facetFilter.name === 'DoorType'"> 986 @Translate(basicFacetPrefix + "DoorType", " Door type") 987 </template> 988 <template v-else-if="facetFilter.name === 'ExternalHeight'"> 989 @Translate(basicFacetPrefix + "ExternalHeight", "External Height") (mm) 990 </template> 991 <template v-else-if="facetFilter.name === 'NetVolume'"> 992 @Translate(basicFacetPrefix + "NetVolume", "Net Volume") (l) 993 </template> 994 <template v-else-if="facetFilter.name === 'DoorNumber'"> 995 @Translate(basicFacetPrefix + "DoorNumber", " Number of doors") 996 </template> 997 <template v-else-if="facetFilter.name === 'ExteriorFinish'"> 998 @Translate(basicFacetPrefix + "ExteriorFinish", "Exterior Finish") 999 </template> 1000 <template v-else-if="facetFilter.name === 'ExternalWidth'"> 1001 @Translate(basicFacetPrefix + "ExternalWidth", "External Width") (mm) 1002 </template> 1003 <template v-else-if="facetFilter.name === 'GrossVolume'"> 1004 @Translate(basicFacetPrefix + "GrossVolume", "Gross Volume") (l) 1005 </template> 1006 <template v-else-if="facetFilter.name === 'Bottles330'"> 1007 @Translate(basicFacetPrefix + "Bottles330", "Capacity 330ml bottles") 1008 </template> 1009 <template v-else-if="facetFilter.name === 'Bottles500'"> 1010 @Translate(basicFacetPrefix + "Bottles500", "Capacity 500ml bottles") 1011 </template> 1012 <template v-else-if="facetFilter.name === 'Cans330'"> 1013 @Translate(basicFacetPrefix + "Cans330", "Capacity 300ml cans") 1014 </template> 1015 <template v-else-if="facetFilter.name === 'Cans500'"> 1016 @Translate(basicFacetPrefix + "Cans500", "Capacity 500ml cans") 1017 </template> 1018 <template v-else-if="facetFilter.name === 'TemperatureRange'"> 1019 @Translate(basicFacetPrefix + "TemperatureRange", "Temperature Range") 1020 </template> 1021 <template v-else-if="facetFilter.name === 'TemperatureRangeZone2'"> 1022 @Translate(basicFacetPrefix + "TemperatureRangeZone2", "Tempature Range 2") 1023 </template> 1024 <template v-else-if="facetFilter.name === 'ShelfNumber'"> 1025 @Translate(basicFacetPrefix + "ShelfNumber", "Number of shelfs") 1026 </template> 1027 <template v-else-if="facetFilter.name === 'LidType'"> 1028 @Translate(basicFacetPrefix + "LidType", "Lid Type") 1029 </template> 1030 <template v-else-if="facetFilter.name === 'InteriorFinish'"> 1031 @Translate(basicFacetPrefix + "InteriorFinish", "Interior Finish") 1032 </template> 1033 <template v-else-if="facetFilter.name === 'WineBottles750'"> 1034 @Translate(basicFacetPrefix + "WineBottles750", "Capacity 750ml winebottles") 1035 </template> 1036 <template v-else-if="facetFilter.name === 'CanopyType'"> 1037 @Translate(basicFacetPrefix + "CanopyType", "Canopy Type") 1038 </template> 1039 <template v-else-if="facetFilter.name === 'CoolingType'"> 1040 @Translate(basicFacetPrefix + "CoolingType", "Cooling Type") 1041 </template> 1042 <template v-else> 1043 {{facetFilter.name}} 1044 </template> 1045 <svg> 1046 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/dist/icons/icons.svg#chevron-up"></use> 1047 </svg> 1048 </p> 1049 <b-collapse :id="'filter-collapse-' + facetFilter.name.toLowerCase().trim()" :visible="ShowGroupIfSelected(facetFilter.options, index)" class="basic_filter-collapsing" :aria-labelledby="'filter-group-' + facetFilter.name.toLowerCase().trim()"> 1050 <template v-if="facetFilter.renderType === 'Range'"> 1051 <basic-range-slider @@change="updateRange(facetFilter,$event)" :min="getMinRange(facetFilter)" :max="getMaxRange(facetFilter)" :init-min="getInitMin(facetFilter)" :init-max="getInitMax(facetFilter)"></basic-range-slider> 1052 </template> 1053 1054 <template v-else-if="facetFilter.optionActiveCount > 5"> 1055 <span v-for="option in facetFilter.options.slice(0, 5)" class="custom-control custom-checkbox facet-option"> 1056 <input type="checkbox" class="custom-control-input" 1057 :id="'UnSelected-' + facetFilter.name + '-' + option.name" 1058 :name="facetFilter.name" 1059 :value="option.value" 1060 :v-model="option.selected" 1061 :checked="option.selected" 1062 v-on:click="ToggleFilter(facetFilter.name,option)" /> 1063 <label :for="'UnSelected-' + facetFilter.name + '-' + option.name" class="custom-control-label"> 1064 {{option.label}} <span class="count">({{option.count}})</span> 1065 </label> 1066 </span> 1067 <b-collapse class="basic_filter-expand" :id="'filter-expand-' + facetFilter.name.toLowerCase().trim()" :visible="ShowMoreIfSelected(facetFilter.options, index)"> 1068 <span v-for="option in facetFilter.options.slice(5)" class="custom-control custom-checkbox facet-option"> 1069 <input type="checkbox" class="custom-control-input" 1070 :id="'UnSelected-' + facetFilter.name + '-' + option.name" 1071 :name="facetFilter.name" 1072 :value="option.value" 1073 :v-model="option.selected" 1074 :checked="option.selected" 1075 v-on:click="ToggleFilter(facetFilter.name,option)" /> 1076 <label :for="'UnSelected-' + facetFilter.name + '-' + option.name" class="custom-control-label"> 1077 {{option.label}} <span class="count">({{option.count}})</span> 1078 </label> 1079 </span> 1080 </b-collapse> 1081 <a v-b-toggle="'filter-expand-' + facetFilter.name.toLowerCase().trim()" class="basic_filter-expanding" v-if="facetFilter.optionActiveCount > 6"> 1082 <span class="show-more">+ @Translate(basicFacetPrefix + "show more", "show more")</span> 1083 <span class="show-less">- @Translate(basicFacetPrefix + "show less", "show less")</span> 1084 </a> 1085 </template> 1086 <template v-else> 1087 <span v-for="option in facetFilter.options" class="custom-control custom-checkbox facet-option"> 1088 <input type="checkbox" class="custom-control-input" 1089 :id="'UnSelected-' + facetFilter.name + '-' + option.name" 1090 :name="facetFilter.name" 1091 :value="option.value" 1092 :v-model="option.selected" 1093 :checked="option.selected" 1094 v-on:click="ToggleFilter(facetFilter.name,option)" /> 1095 <label :for="'UnSelected-' + facetFilter.name + '-' + option.name" class="custom-control-label"> 1096 {{option.label}} <span class="count">({{option.count}})</span> 1097 </label> 1098 </span> 1099 </template> 1100 </b-collapse> 1101 </div> 1102 </div> 1103 </template> 1104 </b-collapse> 1105 </aside> 1106 </script> 1107 <script type="text/x-template" id="add-to-basket-simple-template"> 1108 @{ 1109 string addToBasketSimplePrifix = "BuyButton "; 1110 } 1111 <div class="form-flex" v-if="renderBuy" v-bind:class="[{added: IsAdded}, {adding: IsAdding}, {disabled: !canAdd}]"> 1112 1113 <label for="quantity">@Translate(addToBasketSimplePrifix + "Quantity", "Quantity")</label> 1114 <input class="form-control" type="tel" name="quantity" v-model="quantity" autocomplete="off" onclick="this.setSelectionRange(0, this.value.length)"> 1115 <button :disabled="!canAdd" :class="buttonClass" v-on:click="addToBasketAndResetQuantity()" aria-label="@Translate(addToBasketSimplePrifix + "Add", "Add")"> 1116 <slot> 1117 <svg> 1118 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#shopping-cart"> 1119 </use> 1120 </svg> 1121 <span> 1122 @Translate(addToBasketSimplePrifix + "Add to basket", "Add to basket") 1123 </span> 1124 </slot> 1125 1126 </button> 1127 1128 <span v-if="itemStockLocationState == 5" v-b-tooltip.hover.focus="'@Translate(addToBasketSimplePrifix + "The item is out of stock","The item is out of stock").Replace(System.Environment.NewLine,"").Replace("'","\\'")'" class="addtobasket-help">?</span> 1129 <span v-if="itemStockLocationState == 4" v-b-tooltip.hover.focus="'@Translate(addToBasketSimplePrifix + "cant buy this product info","This product is not available from the currently chosen stock location!").Replace(System.Environment.NewLine,"").Replace("'","\\'")'" class="addtobasket-help">?</span> 1130 <span v-if="itemStockLocationState == 50" v-b-tooltip.hover.focus="'@Translate(addToBasketSimplePrifix + "no stock information available","Could not find any stock information on this product!").Replace(System.Environment.NewLine,"").Replace("'","\\'")'" class="addtobasket-help">?</span> 1131 </div> 1132 </script> 1133 1134 <script type="text/x-template" id="quick-add-template"> 1135 @{ 1136 string quickAddPrifix = "BuyButton "; 1137 } 1138 <div v-bind:class="[{added: IsAdded}, {adding: IsAdding}]"> 1139 <label for="quantity">@Translate(quickAddPrifix + "Quantity", "Quantity")</label> 1140 <input class="form-control" type="number" id="quantity" name="quantity" v-model="quantity" autocomplete="off"> 1141 </div> 1142 </script> 1143 1144 <script type="text/x-template" id="add-to-basket-button-only-template"> 1145 @{ 1146 string addToBasketPrefix = "BuyButton "; 1147 } 1148 <div v-bind:class="[{added: IsAdded}, {adding: IsAdding}]"> 1149 <button :class="buttonClass" v-on:click="addToBasket()"> 1150 <slot> 1151 @Translate(addToBasketPrefix + "Add to basket", "Add to basket") 1152 </slot> 1153 </button> 1154 </div> 1155 </script> 1156 @using Dynamicweb.Frontend 1157 @using Tefcold.Web.CustomCode.Items 1158 @using Tefcold.Web.CustomCode.Extensions 1159 @{ 1160 string asyncPrefix = "Async "; 1161 var website = PageView.Current().Area.GetWebsiteSettings(); 1162 } 1163 <script type="text/x-template" id="async-price-template"> 1164 <div :class="classType + (loading ? ' loading' : '') + (hasDiscount ? ' has-discount' : '')"> 1165 <template> 1166 <p :class="classType + '--error'" v-if="error">{{error}}</p> 1167 </template> 1168 <template v-if="!loading"> 1169 <template v-if="showPrices"> 1170 <template v-for="(listPrice, index) in prices"> 1171 <meta v-if="index == 0" itemprop="price" :content="endPrice[listPrice]" /> 1172 <meta v-if="index == 0" itemprop="priceCurrency" :content="currencyCode" /> 1173 <div :class="index == 0 ? 'price-withoutvat': 'price-withvat'"> 1174 <span class="price-label" v-if="isWithVat(listPrice)">@Translate(asyncPrefix + "price with vat", "Price with VAT")</span> 1175 <span class="price-label" v-else>@Translate(asyncPrefix + "price without vat", "Price without VAT")</span> 1176 <p class="price"> 1177 <span class="unit-price">{{ endPrice[listPrice] | currency(price.currencyCode) }}</span> 1178 1179 1180 </p> 1181 <template v-if="hasDiscount && price.unitPrice[listPrice]"> 1182 <small v-if="discountFormat == 'dashed'" class="prev-price"> 1183 {{ price.unitPrice[listPrice] | currency(price.currencyCode) }} 1184 </small> 1185 <template v-else> 1186 <span class="price-label" v-if="isWithVat(listPrice)"> 1187 @Translate(asyncPrefix + "before price with vat", "Before price with VAT") 1188 </span> 1189 <span class="price-label" v-else> 1190 @Translate(asyncPrefix + "before price without vat", "Before price without VAT") 1191 </span> 1192 <p class="price"> 1193 {{ price.unitPrice[listPrice] | currency(price.currencyCode) }} 1194 </p> 1195 </template> 1196 1197 1198 </template> 1199 </div> 1200 </template> 1201 <div class="weee-fee" v-if="showWeeFee"> 1202 <span class="price-label">@Translate("Weee fee", "Weee fee")</span> 1203 <p class="price"> 1204 <span class="unit-price">{{ price.weeeFee | currency(price.currencyCode) }}</span> 1205 </p> 1206 </div> 1207 </template> 1208 </template> 1209 <template v-if="allowedHvac && (!price?.netUnitPrice?.priceWithoutVat || forceAskForPrice)"> 1210 <a :href="'mailto:@Translate("Ask for a price EMAIL.", "info@tefcold.dk")?subject=' + '@Translate("Ask for a price.")' + ' - ' + product.product.name + ' - ' + product.product.shortDescription + '&body=@Translate("ProductName EMAIL (BODY)", "Produktnavn: ") ' + product.product.name + ' %0D%0A' + '@Translate("ProductShortName EMAIL (BODY)", "Kort produktnavn: ") ' + product.product.shortDescription + '%0D%0A%0D%0A' + '@Translate("AskForPrice_Text","Please fill in...") %0D%0A' + '@Translate("AskForPrice_Company Name","Company Name") %0D%0A' +'@Translate("AskForPrice_Country","Country") %0D%0A' +'@Translate("AskForPrice_Phone","Phone number to contact") %0D%0A' + '@Translate("AskForPrice_Email","Emaill address to contact")'" class="btn btn-outline-secondary btn-sm">@Translate("Ask for a price.", "Spørg om pris.")</a> 1211 </template> 1212 <template v-else-if="!allowedHvac"> 1213 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("contact")" class="btn btn-outline-secondary btn-sm mt-3"> 1214 @Translate("create account", "Create account") 1215 </a> 1216 </template> 1217 </div> 1218 </script> 1219 <script type="text/x-template" id="pagination-template"> 1220 @{ 1221 string paginationPrefix = "Pagination "; 1222 } 1223 <nav aria-label="@Translate(paginationPrefix + "Productlist pagination", "Productlist pagination")"> 1224 <ul class="pagination"> 1225 <li :class="['page-item', currentPage == 1 ? 'disabled' : '' ]" v-if="currentPage > 1"> 1226 <a class="page-link" v-on:click="togglePrevPage()" aria-label="@Translate(paginationPrefix + "Previous Page", "Previous Page")" v-bind:aria-disabled="currentPage > 1 ? 'true' : null"> 1227 <svg> 1228 <use xmlns:xlink="http://www.w3.org/1999/xlink" 1229 xlink:href="/files/dist/icons/icons.svg#chevron-left"> 1230 </use> 1231 </svg> 1232 </a> 1233 </li> 1234 <template v-if="hasGroupId || true"> 1235 <li v-if="showPage(n)" v-for="n in totalPages" :key="n" :class="(n == currentPage ? 'page-item active' : 'page-item')"> 1236 <a v-on:click="togglePage(n)" v-bind:aria-current="(n == currentPage ? 'true' : '')" class="page-link"> 1237 {{n}} 1238 </a> 1239 </li> 1240 </template> 1241 <template v-else> 1242 <li class="page-item"> 1243 <span class="page-label"> 1244 {{currentPage}} 1245 </span> 1246 </li> 1247 <li class="page-item"> 1248 <span class="page-label"> 1249 @Translate(paginationPrefix + "of", "of") 1250 </span> 1251 </li> 1252 <li class="page-item"> 1253 <span class="page-label"> 1254 {{totalPages}} 1255 </span> 1256 </li> 1257 </template> 1258 <li :class="'page-item' + (currentPage >= totalPages ? ' disabled' : '')" v-if="currentPage < totalPages"> 1259 <a v-on:click="toggleNextPage()" aria-label="@Translate(paginationPrefix + "Next Page", "Next Page")" class="page-link" v-bind:aria-disabled="totalPages > currentPage ? 'true' : null"> 1260 <svg class="icon-pagination"> 1261 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#chevron-right"></use> 1262 </svg> 1263 </a> 1264 </li> 1265 </ul> 1266 </nav> 1267 </script> 1268 <script type="text/x-template" id="product-specification-list-view-template"> 1269 <div class="basic_listview-data"> 1270 <template v-if="!isSparePart"> 1271 <p itemprop="description"> 1272 {{ SpecificationHelpers.GetFirstSpecificationValueOrDefault('GrossNetVolume',productSpecifications)}} {{ SpecificationHelpers.GetSpecificationUnit(SpecificationHelpers.GetSpecificationByKey('GrossNetVolume',productSpecifications))}} 1273 <br /> 1274 {{ SpecificationHelpers.GetFirstSpecificationValueOrDefault('ExternalDimensionWeb',productSpecifications)}} 1275 1276 </p> 1277 </template> 1278 <p itemprop="sku">@Translate("PLP No.", "No.") {{productNumber}}</p> 1279 </div> 1280 </script> 1281 @using Tefcold.Web.CustomCode.Extensions 1282 @inherits Tefcold.Web.CustomCode.Razor.TefcoldViewModelTemplate<Dynamicweb.Ecommerce.ProductCatalog.ProductViewModel> 1283 <script type="text/x-template" id="product-spare-parts-view-template"> 1284 @{ 1285 string basicPimPrefix = "PDP "; 1286 } 1287 <div v-if="hasSparePartReport || hasExplodedDrawing || spareParts.length > 0"> 1288 <button class="btn-collapse" id="spareparts" v-b-toggle.spareparts-list> 1289 @Translate(basicPimPrefix + "spare parts", "Spare Parts") 1290 </button> 1291 <template> 1292 <b-collapse id="spareparts-list" accordion="specs2"> 1293 <template> 1294 <div class="body-collapse full pb-0"> 1295 <ul class="basic_pim-spares"> 1296 <template v-if="hasSparePartReport"> 1297 <li> 1298 <a :href="sparePartReport" target="_blank"> 1299 <svg> 1300 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#download"></use> 1301 </svg> 1302 @Translate(basicPimPrefix + "spare part list", "Spare part list") 1303 </a> 1304 </li> 1305 </template> 1306 <li v-if="hasExplodedDrawing"> 1307 <a :href="explodedDrawing" target="_blank"> 1308 <svg> 1309 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#download"></use> 1310 </svg> 1311 @Translate(basicPimPrefix + "view exploded drawing of spare parts", "View exploded drawing of spare parts") 1312 </a> 1313 </li> 1314 <li :data-point="spare.product.position" class="basic_pim-spare" v-for="spare in spareParts"> 1315 <div class="head"> 1316 <a href="#" v-on:click="navigateToSpare($event,spare.product.id)" class="name">{{spare.product.productName}}</a> 1317 <p class="sku">{{spare.product.number}}</p> 1318 </div> 1319 1320 @if (Pageview.IsAllowedToShop()) 1321 { 1322 @*<async-price class-type="asyncprice-spare" 1323 :product="selectedProduct" 1324 :default-price="selectedProduct.price" 1325 list-price="true" 1326 :only-standard-price="@(Pageview.IsCurrentlyB2C().ToString().ToLower())" 1327 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1328 1329 </async-price>*@ 1330 <buying-component inline-template :initial-product='spare' :selected-product="spare" :sparepart-location="sparepartLocation"> 1331 <div class="foot"> 1332 <async-price class-type="asyncprice-spare" 1333 :product="selectedProduct" 1334 :default-price="selectedProduct.product.price" 1335 list-price="true" 1336 :only-standard-price="@(Pageview.IsCurrentlyB2C().ToString().ToLower())" 1337 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1338 1339 </async-price> 1340 <add-to-basket-simple :product="selectedProduct" 1341 :unit-of-measure="'PCS'" 1342 :sparepart-location="sparepartLocation" 1343 button-class="btn btn-primary" 1344 class="addtobasketsimple-plp" 1345 :price-without-vat="currentItemPriceWithoutVat" 1346 language-id="@Pageview.Area.EcomLanguageId" 1347 :only-spare-parts="@(Pageview.User.OnlySpareParts().ToString().ToLower())" 1348 :is-marketing-user="@(Pageview.User.OnlyView().ToString().ToLower())" 1349 :ishvasuser="@(Pageview.User.IsHVACUser().ToString().ToLower())" 1350 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1351 </add-to-basket-simple> 1352 </div> 1353 1354 </buying-component> 1355 } 1356 @*<p>DEBUG: {{spare}}</p>*@ 1357 </li> 1358 1359 </ul> 1360 </div> 1361 </template> 1362 </b-collapse> 1363 </template> 1364 </div> 1365 1366 </script> 1367 <script type="text/x-template" id="variant-list-template"> 1368 <ul class="variants" v-if="initialVariant.product.hasVariants" > 1369 <li> 1370 <input v-model="variantId" @@click="changeVariantClickHandler($event)" :value="initialVariant.product.variantId" type="radio" :name="'main-' + initialVariant.product.id" :id="'main-' + initialVariant.product.id" :disabled="readOnly"/> 1371 <label :for="'main-' + initialVariant.product.id" :style="getImageOrColor(initialVariant.product.variantImage,initialVariant.product.variantValue)"></label> 1372 </li> 1373 <li v-for="variant in initialVariant.product.simpleVariants"> 1374 <input v-model="variantId" @@click="changeVariantClickHandler($event)" :value="variant.product.variantId" type="radio" :name="'color-'+variant.product.id + '-' + variant.product.variantId" :id="'color-'+variant.product.id + '-' + variant.product.variantId" /> 1375 <label :for="'color-'+variant.product.id+ '-' + variant.product.variantId" :style="getImageOrColor(variant.product.variantImage,variant.product.variantValue)"> 1376 </label> 1377 </li> 1378 </ul> 1379 </script> 1380 @using Dynamicweb.Ecommerce.Frontend 1381 @using Dynamicweb.Ecommerce.International 1382 @using Newtonsoft.Json 1383 @using NORRIQ.SalesPersonLogin.Services 1384 @using Tefcold.Web.CustomCode.Items.Settings 1385 @using Tefcold.Web.CustomCode.Razor 1386 @using Tefcold.Web.CustomCode.Stocks.Helpers 1387 @{ 1388 string plpProductPrefix2 = "PLP "; 1389 } 1390 <script type="text/x-template" id="product-template"> 1391 1392 1393 <article itemscope itemtype="https://schema.org/Product" v-if="product.product" v-bind:key="product.product.number"> 1394 <span class="badge"> 1395 <img v-if="product.product.stickerImage" :src="'/Admin/Public/GetImage.ashx?Height=@TefcoldParagraphSettings.StickHeightList&amp;Compression=85&amp;Image=' + product.product.stickerImage" alt="@Translate(basicPimPrefix + "Sticker", "Sticker")" v-bind:alt="product.product.name" itemprop="image" class="img-fluid" /> 1396 </span> 1397 <a :href="product.product.url" itemprop="url"> 1398 <figure style="min-height: 1px;"> 1399 1400 <img v-if="SpecificationHelpers.GetFirstSpecificationValueOrDefault('WebPrimaryImage',product.specifications)" :src="'/Admin/Public/GetImage.ashx?Width=427&amp;Height=427&amp;Compression=85&amp;Crop=5&amp;Format=webp&amp;Quality=85&amp;fillcanvas=true&amp;Image=' + SpecificationHelpers.GetFirstSpecificationValueOrDefault('WebPrimaryImage',product.specifications)" 1401 v-bind:alt="product.product.name" itemprop="image" class="img-fluid" /> 1402 <img v-if="!SpecificationHelpers.GetFirstSpecificationValueOrDefault('WebPrimaryImage',product.specifications)" :src="'/Admin/Public/GetImage.ashx?Width=427&amp;Height=427&amp;Compression=85&amp;Crop=5&amp;Format=webp&amp;Quality=85&amp;fillcanvas=true&amp;Image=/Files/Images/default.jpg'" 1403 v-bind:alt="product.product.name" itemprop="image" class="img-fluid" /> 1404 </figure> 1405 <header> 1406 <h1 itemprop="name">{{product.product.name}}</h1> 1407 <p itemprop="category">{{product.product.shortDescription}}</p> 1408 <div class="flex-list"> 1409 <product-specification-list-view :product-specifications="product.specifications" 1410 :product-number="product.product.number" 1411 :is-spare-part="product.product.isSparePart"> 1412 </product-specification-list-view> 1413 @if (Pageview.IsAllowedToShop()) 1414 { 1415 <template v-if="plpClass=='basic_listview-grid'"> 1416 <buying-component inline-template :selected-product="product" :initial-product="initialProduct"> 1417 <template v-if="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications)"> 1418 <div class="energy-data"> 1419 <a :href="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyLabel',selectedProduct.specifications)" target="_blank" class="energy-label"> 1420 <img :src="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications)" alt="Energy Label" class="img-fluid img-energy" height="25" /> 1421 </a> 1422 <a href="#" v-on:click="downloadProductFile($event, selectedProduct?.product.name, SpecificationHelpers.GetFirstSpecificationValueOrDefault('prodsheets',selectedProduct.specifications), getProductSheetFileName(selectedProduct?.product), 'ProductSheet')" target="_blank" class="energy-link"> 1423 <small>@Translate("PDP product sheet", "Product Sheet")</small> 1424 </a> 1425 </div> 1426 </template> 1427 </buying-component> 1428 </template> 1429 } 1430 </div> 1431 </header> 1432 </a> 1433 <template v-if="plpClass=='basic_listview-list'"> 1434 <ul class="basic_listview-specs"> 1435 <li v-for="item in SpecificationHelpers.GetPrettyBulletPoints(product.specifications)"> 1436 {{item}} 1437 </li> 1438 <li v-if="SpecificationHelpers.showMoreDots(product.specifications)"> 1439 <a :href="product.product.url">...</a> 1440 </li> 1441 </ul> 1442 @*{{ product.Product.LongDescription }}*@ 1443 </template> 1444 1445 1446 @if (!Pageview.IsAllowedToShop()) 1447 { 1448 <footer> 1449 1450 <template v-if="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',product.specifications)"> 1451 <buying-component inline-template :selected-product="product" :initial-product="initialProduct"> 1452 <div class="energy-price"> 1453 <div class="variant-price"> 1454 <variant-list :initial-variant="initialProduct" :currently-selected="selectedProduct" class="mr-2"></variant-list> 1455 1456 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("contact")" class="btn btn-outline-secondary btn-sm ml-auto" style="white-space:nowrap;"> 1457 @Translate("create account", "Create account") 1458 </a> 1459 1460 </div> 1461 <div class="energy-data"> 1462 <a :href="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyLabel',selectedProduct.specifications)" class="energy-label" target="_blank"> 1463 <img :src="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications)" alt="Energy Label" class="img-fluid img-energy" height="25" /> 1464 </a> 1465 <a href="#" v-on:click="downloadProductFile($event, selectedProduct?.product.name, SpecificationHelpers.GetFirstSpecificationValueOrDefault('prodsheets',selectedProduct.specifications), getProductSheetFileName(selectedProduct?.product), 'ProductSheet')" target="_blank" class="energy-link"> 1466 <small>@Translate("PDP product sheet", "Product Sheet")</small> 1467 </a> 1468 </div> 1469 </div> 1470 </buying-component> 1471 </template> 1472 <template v-else> 1473 <buying-component inline-template :selected-product="product" :initial-product="initialProduct"> 1474 <div class="energy-price"> 1475 <div class="variant-price"> 1476 <variant-list :initial-variant="initialProduct" :currently-selected="selectedProduct" class="mr-2"></variant-list> 1477 1478 <a href="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("contact")" class="btn btn-outline-secondary btn-sm ml-auto" style="white-space:nowrap;"> 1479 @Translate("create account", "Create account") 1480 </a> 1481 1482 </div> 1483 </div> 1484 1485 </buying-component> 1486 </template> 1487 </footer> 1488 } 1489 else 1490 { 1491 <buying-component inline-template :selected-product="product" :plp-class="plpClass" :initial-product="initialProduct"> 1492 <footer itemprop="offers" itemscope="" itemtype="https://schema.org/Offer"> 1493 1494 <template v-if="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications) && plpClass == 'basic_listview-list'"> 1495 <div class="energy-price"> 1496 <div class="variant-price"> 1497 <variant-list :initial-variant="initialProduct" :currently-selected="selectedProduct"></variant-list> 1498 <async-price class-type="asyncprice-plp" 1499 :product="selectedProduct" 1500 :default-price="selectedProduct.product.defaultPrice.priceWithoutVat" 1501 :only-standard-price="@(Pageview.IsCurrentlyB2C().ToString().ToLower())" 1502 list-price="true" 1503 :should-emit-warranties="@((Pageview.IsAllowedToShop()).ToString().ToLower())" 1504 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1505 </async-price> 1506 </div> 1507 <div class="energy-data"> 1508 <a :href="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyLabel',selectedProduct.specifications)" class="energy-label" target="_blank"> 1509 <img :src="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications)" alt="Energy Label" class="img-fluid img-energy" height="25" /> 1510 </a> 1511 <a href="#" v-on:click="downloadProductFile($event, selectedProduct?.product.name, SpecificationHelpers.GetFirstSpecificationValueOrDefault('prodsheets',selectedProduct.specifications), getProductSheetFileName(selectedProduct?.product), 'ProductSheet')" target="_blank" class="energy-link"> 1512 <small>@Translate("PDP product sheet", "Product Sheet")</small> 1513 </a> 1514 </div> 1515 </div> 1516 </template> 1517 <template v-else> 1518 <div class="variant-price"> 1519 <variant-list :initial-variant="initialProduct" :currently-selected="selectedProduct"></variant-list> 1520 <async-price class-type="asyncprice-plp" 1521 :product="selectedProduct" 1522 :default-price="selectedProduct.product.defaultPrice.priceWithoutVat" 1523 :only-standard-price="@(Pageview.IsCurrentlyB2C().ToString().ToLower())" 1524 list-price="true" 1525 :should-emit-warranties="@((Pageview.IsAllowedToShop()).ToString().ToLower())" 1526 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1527 </async-price> 1528 </div> 1529 </template> 1530 1531 <stock-location-component inline-template :remote-stock-shop-ids='@JsonConvert.SerializeObject(websiteSettings.ExternalShopIds)' not-in-stock-text='@Translate("PLP not in stock text", "N/A")' :default-stock-units='selectedProduct.product.stockUnits' :default-remote-stock-units='selectedProduct.product.remoteStock' :product='selectedProduct' :earliest-harbor-arrival-date='selectedProduct.product.EarliestHarborArrival'> 1532 <div class="stockscontainer"> 1533 <template v-if="stockUnits.length > 0 && !loading"> 1534 <div v-for="unit in stockUnits" class="stocks"> 1535 <span style="font-size: 1px">{{unit.quantity}}</span> 1536 <small v-if="stocksHasNoQuantity" class="outofstock"> 1537 {{ unit.stockLocation.description }} {{ GetStockAmountString(unit.quantity) }} 1538 </small> 1539 <small v-else class="instock"> 1540 {{ unit.stockLocation.description }} {{ GetStockAmountString(unit.quantity) }} @Translate("PLP In Stock", "In Stock") 1541 </small> 1542 </div> 1543 </template> 1544 <template v-if="remoteStockUnits.length > 0 && !loading"> 1545 <div v-for="remoteunit in remoteStockUnits" class="stocks"> 1546 <span style="font-size: 1px">{{remoteunit.quantity}}</span> 1547 <small v-if="remoteStocksHasNoQuantity" class="outofstock"> 1548 {{ remoteunit.stockLocation.description }} {{ GetStockAmountString(remoteunit.Quantity) }} 1549 </small> 1550 <small v-else class="instock"> 1551 {{ remoteunit.stockLocation.description }} {{ GetStockAmountString(remoteunit.quantity) }} @Translate("PLP In Stock", "In Stock") 1552 </small> 1553 </div> 1554 </template> 1555 </div> 1556 </stock-location-component> 1557 1558 <div class="plp-buttons"> 1559 <div class="btn-group"> 1560 <add-to-compare :product-number="selectedProduct.product.number"></add-to-compare> 1561 @if (Pageview.IsCurrentlyB2B()) 1562 { 1563 <favorite-lists ui-error-message-translation="@Translate(plpProductPrefix2 + " Error while retrieving favorite list","Error while retrieving favorite list")" :is-favorite-mode="@NORRIQ.Common8.Razor.Navigation.GetPageIdByNavigationTag("favorites") == @Pageview.ID" :product="selectedProduct"></favorite-lists> 1564 } 1565 </div> 1566 <add-to-basket-simple :product="selectedProduct" 1567 :unit-of-measure="'PCS'" 1568 button-class="btn btn-primary" 1569 class="addtobasketsimple-plp" 1570 :price-without-vat="currentItemPriceWithoutVat" 1571 language-id="@Pageview.Area.EcomLanguageId" 1572 :only-spare-parts="@(Pageview.User.OnlySpareParts().ToString().ToLower())" 1573 :is-marketing-user="@(Pageview.User.OnlyView().ToString().ToLower())" 1574 :ishvasuser="@(Pageview.User.IsHVACUser().ToString().ToLower())" 1575 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1576 </add-to-basket-simple> 1577 </div> 1578 </footer> 1579 </buying-component> 1580 } 1581 1582 </article> 1583 1584 </script> 1585 1586 @using Tefcold.Web.CustomCode.Razor 1587 <script type="text/x-template" id="product-template-cz"> 1588 @{ 1589 string plpProductPrefix = "PLP "; 1590 } 1591 <article itemscope itemtype="https://schema.org/Product" v-if="product.product" v-bind:key="product.product.number"> 1592 <span class="stickers"> 1593 <img v-if="product.product.stickerImage" :src="'/Admin/Public/GetImage.ashx?Height=@TefcoldParagraphSettings.StickHeightList&amp;Compression=85&amp;Image=' + product.product.stickerImage" alt="@Translate(basicPimPrefix + "Sticker", "Sticker")" v-bind:alt="product.product.name" itemprop="image" class="img-fluid" /> 1594 <span v-if="ShowDiscount" class="sticker discount"> 1595 -{{discount}}% 1596 </span> 1597 </span> 1598 <a :href="product.product.url" itemprop="url" :title="['@Translate(plpProductPrefix + "More info about", "More info about") ' + product.product.name]"> 1599 <figure style="min-height: 1px;"> 1600 1601 <img v-if="SpecificationHelpers.GetFirstSpecificationValueOrDefault('WebPrimaryImage',product.specifications)" :src="'/Admin/Public/GetImage.ashx?Width=427&amp;Height=427&amp;Compression=85&amp;Crop=5&amp;Format=webp&amp;Quality=85&amp;fillcanvas=true&amp;Image=' + SpecificationHelpers.GetFirstSpecificationValueOrDefault('WebPrimaryImage',product.specifications)" 1602 v-bind:alt="product.product.name" itemprop="image" class="img-fluid" /> 1603 <img v-if="!SpecificationHelpers.GetFirstSpecificationValueOrDefault('WebPrimaryImage',product.specifications)" :src="'/Admin/Public/GetImage.ashx?Width=427&amp;Height=427&amp;Compression=85&amp;Crop=5&amp;Format=webp&amp;Quality=85&amp;fillcanvas=true&amp;Image=/Files/Images/default.jpg'" 1604 v-bind:alt="product.product.name" itemprop="image" class="img-fluid" /> 1605 </figure> 1606 <header> 1607 <h1 itemprop="name">{{product.product.name}}</h1> 1608 <p itemprop="category">{{product.product.shortDescription}}</p> 1609 <div class="flex-list"> 1610 <product-specification-list-view :product-specifications="product.specifications" 1611 :product-number="product.product.number" 1612 :is-spare-part="product.product.isSparePart"> 1613 </product-specification-list-view> 1614 <template v-if="plpClass=='basic_listview-grid'"> 1615 <buying-component inline-template :selected-product="product" :initial-product="initialProduct"> 1616 <template v-if="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications)"> 1617 <div class="energy-data"> 1618 <a :href="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyLabel',selectedProduct.specifications)" target="_blank" class="energy-label"> 1619 <img :src="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications)" alt="Energy Label" class="img-fluid img-energy" height="25" /> 1620 </a> 1621 <a href="#" v-on:click="downloadProductFile($event, selectedProduct?.product.name, SpecificationHelpers.GetFirstSpecificationValueOrDefault('prodsheets',selectedProduct.specifications), getProductSheetFileName(selectedProduct?.product), 'ProductSheet')" target="_blank" class="energy-link"> 1622 <small>@Translate("PDP product sheet", "Product Sheet")</small> 1623 </a> 1624 </div> 1625 </template> 1626 </buying-component> 1627 </template> 1628 </div> 1629 </header> 1630 </a> 1631 <template v-if="plpClass=='basic_listview-list'"> 1632 <ul class="basic_listview-specs"> 1633 <li v-for="item in SpecificationHelpers.GetPrettyBulletPoints(product.specifications)"> 1634 {{item}} 1635 </li> 1636 <li v-if="SpecificationHelpers.showMoreDots(product.specifications)"> 1637 <a :href="product.product.url">...</a> 1638 </li> 1639 </ul> 1640 </template> 1641 <buying-component @@discount="onDiscount($event)" inline-template :selected-product="product" :plp-class="plpClass" :initial-product="initialProduct"> 1642 <footer itemprop="offers" itemscope="" itemtype="https://schema.org/Offer"> 1643 1644 <template v-if="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications) && plpClass == 'basic_listview-list'"> 1645 <div class="energy-price"> 1646 <div class="variant-price"> 1647 <variant-list :initial-variant="initialProduct" :currently-selected="selectedProduct"></variant-list> 1648 <async-price class-type="asyncprice-plp" 1649 :product="selectedProduct" 1650 :default-price="selectedProduct.product.defaultPrice.priceWithoutVat" 1651 :only-standard-price="@(Pageview.IsCurrentlyB2C().ToString().ToLower())" 1652 list-price="true" 1653 :should-emit-warranties="@((Pageview.IsAllowedToShop()).ToString().ToLower())" 1654 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))" 1655 @@discount="onDiscount($event)" 1656 :list-view="true"> 1657 </async-price> 1658 </div> 1659 <div class="energy-data"> 1660 <a :href="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyLabel',selectedProduct.specifications)" class="energy-label" target="_blank"> 1661 <img :src="SpecificationHelpers.GetFirstSpecificationValueOrDefault('EnergyArrow',selectedProduct.specifications)" alt="Energy Label" class="img-fluid img-energy" height="25" /> 1662 </a> 1663 <a href="#" v-on:click="downloadProductFile($event, selectedProduct?.product.name, SpecificationHelpers.GetFirstSpecificationValueOrDefault('prodsheets',selectedProduct.specifications), getProductSheetFileName(selectedProduct?.product), 'ProductSheet')" target="_blank" class="energy-link"> 1664 <small>@Translate("PDP product sheet", "Product Sheet")</small> 1665 </a> 1666 </div> 1667 </div> 1668 </template> 1669 <template v-else> 1670 <div class="variant-price"> 1671 <variant-list :initial-variant="initialProduct" :currently-selected="selectedProduct"></variant-list> 1672 <async-price class-type="asyncprice-plp" 1673 :product="selectedProduct" 1674 :default-price="selectedProduct.product.defaultPrice.priceWithoutVat" 1675 :only-standard-price="@(Pageview.IsCurrentlyB2C().ToString().ToLower())" 1676 list-price="true" 1677 :should-emit-warranties="@((Pageview.IsAllowedToShop()).ToString().ToLower())" 1678 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))" 1679 @@discount="onDiscount($event)" 1680 :list-view="true"> 1681 </async-price> 1682 </div> 1683 </template> 1684 1685 <stock-location-component inline-template :remote-stock-shop-ids='@JsonConvert.SerializeObject(websiteSettings.ExternalShopIds)' not-in-stock-text='@Translate("PLP not in stock text", "N/A")' :default-stock-units='selectedProduct.product.stockUnits' :default-remote-stock-units='selectedProduct.product.remoteStock' :product='selectedProduct' :earliest-harbor-arrival-date='selectedProduct.product.EarliestHarborArrival'> 1686 <div class="stockscontainer"> 1687 <template v-if="stockUnits.length > 0 && !loading"> 1688 <div v-for="unit in stockUnits" class="stocks"> 1689 <span style="font-size: 1px">{{unit.quantity}}</span> 1690 <small v-if="stocksHasNoQuantity" class="outofstock"> 1691 {{ unit.stockLocation.description }} {{ GetStockAmountString(unit.quantity) }} 1692 </small> 1693 <small v-else class="instock"> 1694 {{ unit.stockLocation.description }} {{ GetStockAmountString(unit.quantity) }} @Translate("PLP In Stock", "In Stock") 1695 </small> 1696 </div> 1697 </template> 1698 <template v-if="remoteStockUnits.length > 0 && !loading"> 1699 <div v-for="remoteunit in remoteStockUnits" class="stocks"> 1700 <span style="font-size: 1px">{{remoteunit.quantity}}</span> 1701 <small v-if="remoteStocksHasNoQuantity" class="outofstock"> 1702 {{ remoteunit.stockLocation.description }} {{ GetStockAmountString(remoteunit.Quantity) }} 1703 </small> 1704 <small v-else class="instock"> 1705 {{ remoteunit.stockLocation.description }} {{ GetStockAmountString(remoteunit.quantity) }} @Translate("PLP In Stock", "In Stock") 1706 </small> 1707 </div> 1708 </template> 1709 </div> 1710 </stock-location-component> 1711 <div class="plp-buttons"> 1712 <div class="btn-group"> 1713 <add-to-compare :product-number="selectedProduct.product.number"></add-to-compare> 1714 @if (Pageview.IsCurrentlyB2B()) 1715 { 1716 <favorite-lists ui-error-message-translation="@Translate(plpProductPrefix + " Error while retrieving favorite list","Error while retrieving favorite list")" :is-favorite-mode="@NORRIQ.Common8.Razor.Navigation.GetPageIdByNavigationTag("favorites") == @Pageview.ID" :product="selectedProduct"></favorite-lists> 1717 } 1718 </div> 1719 <add-to-basket-simple :product="selectedProduct" 1720 :unit-of-measure="'PCS'" 1721 button-class="btn btn-primary" 1722 class="addtobasketsimple-plp" 1723 :price-without-vat="currentItemPriceWithoutVat" 1724 language-id="@Pageview.Area.EcomLanguageId" 1725 :only-spare-parts="@(Pageview.User.OnlySpareParts().ToString().ToLower())" 1726 :is-marketing-user="@(Pageview.User.OnlyView().ToString().ToLower())" 1727 :ishvasuser="@(Pageview.User.IsHVACUser().ToString().ToLower())" 1728 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1729 </add-to-basket-simple> 1730 </div> 1731 </footer> 1732 </buying-component> 1733 </article> 1734 </script> 1735 <script type="text/x-template" id="quick-search-template"> 1736 <div class="quicksearch-component"> 1737 <div class="quickorder-form"> 1738 <slot name="right-box"></slot> 1739 <div class="quickorder-box"> 1740 <h2>@Translate("Find products")</h2> 1741 <div class="quickorder-input"> 1742 <label for="quickOrderSearch">@Translate("Product name or number")</label> 1743 <input type="text" 1744 :id="id" 1745 v-model="search" 1746 @@keydown.enter="enter" 1747 @@keydown.down="down" 1748 @@keydown.up="up" 1749 @@input="onSearchInput" 1750 class="form-control form-control-lg" 1751 autocomplete="chrome-off" 1752 placeholder="@Translate("Quick order search term")" 1753 :disabled="disabled"/> 1754 <label for="quickOrderQty">@Translate("Quantity")</label> 1755 <input type="number" 1756 v-model.number="quantity" 1757 @@change="chosenProduct()" 1758 @@keydown.enter="chosenProduct()" 1759 class="form-control form-control-lg" 1760 id="quickOrderQty" 1761 placeholder="0" 1762 autocomplete="chrome-off" 1763 :disabled="disabled"/> 1764 1765 </div> 1766 <ul v-if="filterList.length > 0 && open" class="quickorder-list"> 1767 <li v-for="(product,index) in filterList" 1768 :class="{'active': isSelected(index)}"> 1769 <button @@click="suggestClick(index)"> 1770 {{concatNameAndNumber(product)}} 1771 </button> 1772 1773 </li> 1774 </ul> 1775 1776 <div class="quickorder-product" v-if="currentChosenProduct"> 1777 <p><strong>{{currentChosenProduct.name}}</strong><small>{{currentChosenProduct.shortDescription}}</small></p> 1778 <product-specification-list-view v-if="searchProductSpecs !== null" 1779 :product-specifications="searchProductSpecs" 1780 :product-number="currentChosenProduct.number"> 1781 </product-specification-list-view> 1782 <async-price class-type="quickorder-product-price" 1783 :product="currentChosenProduct" 1784 unit-of-measure="" 1785 :only-price="true" 1786 default-price-without-vat="0" 1787 @@price="handlePriceUpdate" 1788 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1789 </async-price> 1790 </div> 1791 </div> 1792 </div> 1793 <p v-if="showPriceError">@Translate("QuickOrderZeroPriceError","Can not add product with zero price")</p> 1794 <div class="quickorder-cart" v-if="productsToOrder.length > 0"> 1795 <table class="table table-striped table-flex"> 1796 <thead> 1797 <tr> 1798 <th>@Translate("Product")</th> 1799 <th>@Translate("Specifications")</th> 1800 <th>@Translate("Quantity")</th> 1801 <th class="cell-right">@Translate("Price")</th> 1802 <th>&nbsp;</th> 1803 </tr> 1804 </thead> 1805 <tbody> 1806 <tr v-for="(product,index) in productsToOrder"> 1807 <td class="cell-prod"> 1808 <strong>{{product.name}}</strong> 1809 <small>{{product.shortDescription}}</small> 1810 </td> 1811 <td class="cell-specs"> 1812 <product-specification-list-view :product-specifications="product.productSpecifications" 1813 :product-number="product.number"> 1814 </product-specification-list-view> 1815 </td> 1816 <td class="cell-specs"> 1817 <input class="form-control" type="number" v-model="product.quantity" @@input="updateQuantity()" /> 1818 </td> 1819 <td class="cell-price cell-right"> 1820 <async-price class-type="quickorder-product-price" 1821 :product="quickOrderProductToSimpleProduct(product)" 1822 unit-of-measure="" 1823 :only-price="true" 1824 default-price-without-vat="0" 1825 :should-emit-warranties="true" 1826 @@qo-warranty-update="setWarranty($event,product)" 1827 standard-customer="@(string.IsNullOrEmpty(Pageview.AreaSettings.GetString("StandardCustomer")) ? "" : Pageview.AreaSettings.GetString("StandardCustomer"))"> 1828 1829 </async-price> 1830 </td> 1831 <td class="cell-trash"> 1832 <button @@click="removeOrderline(index)" aria-label="@Translate("Delete product")" class="text-danger"> 1833 <svg> 1834 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#trash-alt"></use> 1835 </svg> 1836 </button> 1837 </td> 1838 </tr> 1839 </tbody> 1840 </table> 1841 <slot name="button"></slot> 1842 1843 </div> 1844 </div> 1845 </script> 1846 @inherits Tefcold.Web.CustomCode.Razor.TefcoldViewModelTemplate<Dynamicweb.Frontend.PageViewModel> 1847 @{ 1848 //This template contains everything for the favoritelist items. 1849 string favoriteListPrefix = "FavoriteList "; 1850 } 1851 <span id="favoritelistitem_confirm_delete_on_all" style="display: none; visibility: hidden">@Translate(favoriteListPrefix + "_confirm_delete_all", "Er du sikker på at du vil fjerne produktet {0} fra alle lister ?")</span> 1852 1853 <script type="text/x-template" id="favorite-item-template"> 1854 <div class="custom-control custom-checkbox"> 1855 <input type="checkbox" :checked="isActive" v-on:change="toggleItem()" :id="'fav-' +favoriteList.id" class="custom-control-input" /> 1856 <label :for="'fav-' + favoriteList.id" class="custom-control-label"> 1857 {{favoriteList.name}} 1858 </label> 1859 1860 @*<input type="checkbox" :value="favoriteList.id" :checked="isItemAddedToThisList(favoriteList)" v-on:change="toggleItem($event, favoriteList.id)" class="form-check-input" /> 1861 <label :for="'fav-' + favoriteList.id" class="form-check-label"> 1862 {{favoriteList.name}} 1863 </label>*@ 1864 </div> 1865 </script> 1866 <!-- 1867 1868 <button class="btn btn-favorite favorite" title="Add to favorite" aria-label="@Translate("Favorite", "Favorite" )" v-on:click="toggleItem()"> 1869 <svg> 1870 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#snowflake"></use> 1871 </svg> 1872 </button> 1873 --> 1874 <script type="text/x-template" id="favorite-list-template"> 1875 <div class="fav"> 1876 <button :aria-controls="'favorite' + product.product.id" :class="['btn btn-favorite', {'is-open': showingMenu}, {'is-selected': isActive}]" aria-label="@Translate(favoriteListPrefix + "Favorite", "Favorite" )" :title="isActive ? '@Translate(favoriteListPrefix + "Remove from favorites","Remove from favorites")' : '@Translate(favoriteListPrefix + "Add to favorites","Add to favorites")'" v-on:click="toggleItem()"> 1877 <svg> 1878 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#snowflake"></use> 1879 </svg> 1880 </button> 1881 <div class="fav-overlay" v-autoClose.nonPath="closeToggle" :id="'favorite' + product.product.id"> 1882 <div class="fav-arrow" v-if="showingMenu"></div> 1883 <div class="fav-inwrap" v-if="showingMenu"> 1884 <template v-if="loading"> 1885 <div class="text-center"> 1886 <span class="spinner-md-default"></span> 1887 </div> 1888 </template> 1889 <em class="error" v-if="uiErrorMessage">{{uiErrorMessage}}</em> 1890 <template v-if="!loading && !uiErrorMessage"> 1891 <p class="fav-title">@Translate(favoriteListPrefix + "Favoritliste", "Favoritliste")</p> 1892 <template v-if="favoriteLists && favoriteLists.length > '0'"> 1893 <p class="fav-teaser"> 1894 @Translate(favoriteListPrefix + "Tilføj eller fjern markering.", "Tilføj eller fjern markering.") 1895 </p> 1896 <div class="fav-lists"> 1897 <favorite-item v-for="favoriteList in favoriteLists" :favorite-list="favoriteList" :product="product" :key="favoriteList.id" /> 1898 </div> 1899 <div class="fav-new"> 1900 <div class="custom-control custom-checkbox"> 1901 <input type="checkbox" v-model="addNewList" id="addNewListCheckbox" class="custom-control-input" /> 1902 <label for="addNewListCheckbox" class="custom-control-label"> 1903 @Translate(favoriteListPrefix + "Ny favoritliste", "Ny favoritliste") 1904 </label> 1905 </div> 1906 </div> 1907 <div v-if="addNewList" class="fav-form"> 1908 <label for="addNewListNameInput" class="sr-only">@Translate(favoriteListPrefix + "Navn", "Navn")</label> 1909 <input type="text" id="addNewListNameInput" v-model="addNewListNameInput" class="form-control form-control-sm new-list-name-input" placeholder="@Translate(favoriteListPrefix + "Navn", "Navn")" v-on:keyup.enter="saveAsNewList" /> 1910 <button v-on:click="saveAsNewList" class="btn btn-secondary btn-sm">@Translate(favoriteListPrefix + "Gem", "Gem")</button> 1911 </div> 1912 </template> 1913 <template v-else> 1914 <p class="fav-teaser">@Translate(favoriteListPrefix + "NoFavoritliste", "Du har endnu ingen favoritlister, angiv navn for at oprette en.")</p> 1915 <div class="fav-form"> 1916 <label for="addNewListNameInput" class="sr-only">@Translate(favoriteListPrefix + "Navn", "Navn")</label> 1917 <input type="text" id="addNewListNameInput" v-model="addNewListNameInput" class="form-control form-control-sm new-list-name-input" placeholder="@Translate(favoriteListPrefix + "Navn", "Navn")" v-on:keyup.enter="saveAsNewList" /> 1918 <button v-on:click="saveAsNewList" class="btn btn-secondary btn-sm">@Translate(favoriteListPrefix + "Gem", "Gem")</button> 1919 </div> 1920 </template> 1921 </template> 1922 </div> 1923 </div> 1924 </div> 1925 </script> 1926 1927 <script type="text/x-template" id="basic-range-slider-template"> 1928 @{ 1929 string rangeFacetPrefix = "Filter "; 1930 } 1931 <div class="facet-option"> 1932 <vue-slider :key="key" @@drag-end="onChange" @@click="onChange" :min-range="1" v-model="value" :dotSize="20" :min="min" :max="max" :clickable="false"></vue-slider> 1933 <div class="vue-slider-fields"> 1934 <div class="form-group"> 1935 <label for="minValue" class="sr-only">@Translate(rangeFacetPrefix + "Minimum Value", "Minimum Value")</label> 1936 <input class="form-control form-control-sm" type="number" @@blur="onChange" id="minValue" name="minValue" v-model="minValue" /> 1937 </div> 1938 <div class="form-group"> 1939 <label for="maxValue" class="sr-only">@Translate(rangeFacetPrefix + "Maximum Value", "Maximum Value")</label> 1940 <input class="form-control form-control-sm" type="number" @@blur="onChange" id="maxValue" name="maxValue" v-model="maxValue" /> 1941 </div> 1942 </div> 1943 </div> 1944 </script> 1945 1946 1947 1948 <script type="text/x-template" id="add-compare-template"> 1949 <button @@click="onClick" :class="['btn btn-compare', {'is-selected':isInCompare}]" :title="[isInCompare ? '@Translate(plpProductPrefix + "Remove from Compare", "Remove from Compare")' : '@Translate(plpProductPrefix + "Add to compare", "Add to compare")']"> 1950 <svg> 1951 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/files/dist/icons/icons.svg#balance-scale"></use> 1952 </svg> 1953 </button> 1954 </script> 1955 @using Dynamicweb.Frontend 1956 @{ 1957 string instantSearchPrefix = "InstantSearch "; 1958 } 1959 <script type="text/x-template" id="instant-search-template"> 1960 <form v-bind:class="baseClass" action="@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("searchresult")" v-autoClose="closeFoldOut"> 1961 <div class="basic_instantsearch"> 1962 <label for="searchTerm" class="sr-only">@Translate(instantSearchPrefix + "Search", "Search")</label> 1963 <input type="search" 1964 placeholder="@Translate(instantSearchPrefix + "Search", "Search")" 1965 id="searchTerm" 1966 name="search" 1967 autocomplete="off" 1968 v-model="searchTerm" 1969 @*v-on:focus="openSearch"*@ 1970 @*v-on:blur="closeFoldOut()"*@ 1971 autofocus> 1972 <button type="submit"> 1973 <span class="sr-only">@Translate(instantSearchPrefix + "Search", "Search")</span> 1974 <svg> 1975 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/dist/icons/icons.svg#search"></use> 1976 </svg> 1977 </button> 1978 <div class="fold-out" id="fold-popup" aria-controls="fold-popup" v-bind:class="{ active: foldActive && showResults, 'has-results': showResults }" v-auto-close> 1979 <template v-if="searchTerm == null"> 1980 <p class="search-string">@Translate(instantSearchPrefix + "Type something", "Type something")</p> 1981 </template> 1982 <template v-else-if="queryLoading"> 1983 <div class="is-loading"> 1984 <span class="spinner-lg-default"></span> 1985 </div> 1986 </template> 1987 <template v-else-if="!showResults"> 1988 <p class="search-string"> 1989 @Translate(instantSearchPrefix + "Empty search...", "Empty search...") 1990 </p> 1991 </template> 1992 <div class="fold-out-grid" v-else> 1993 <div class="fold-out-col is-content"> 1994 <ul v-if="groups?.length>0" class="fold-out-content"> 1995 <li> 1996 <strong>@Translate(instantSearchPrefix + "Categories", "Categories")</strong> 1997 </li> 1998 <li v-for="group in groups"> 1999 <a :href="group.url"> 2000 {{group.groupName}} 2001 </a> 2002 </li> 2003 </ul> 2004 <ul v-if="contents?.length>0" class="fold-out-content"> 2005 <li> 2006 <strong>@Translate(instantSearchPrefix + "Content", "Content")</strong> 2007 </li> 2008 <li v-for="content in contents"> 2009 <a :href="content.url"> 2010 {{content.pageTitle}} 2011 </a> 2012 </li> 2013 <li v-if="hasMoreContent" class="show-all"> 2014 <a :href="'@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("searchresult")?search=' + searchTerm + '&show=content'">@Translate(instantSearchPrefix + "See all", "Se alle")</a> 2015 </li> 2016 </ul> 2017 </div> 2018 <div class="fold-out-col is-products" v-if="products?.length > 0"> 2019 <ul class="fold-out-products"> 2020 <li> 2021 <strong>@Translate(instantSearchPrefix + "Products", "Products")</strong> 2022 </li> 2023 <li v-for="product in products"> 2024 <figure> 2025 <img :src="'/Admin/Public/GetImage.ashx?Width=50&amp;Height=50&amp;fillcanvas=true&amp;Compression=85&amp;Crop=5&amp;Image=' + (product.imageLink ? product.imageLink : '/Files/Images/Default.jpg')" /> 2026 </figure> 2027 <div> 2028 <a :href="product.url"> 2029 {{product.name}} 2030 </a> 2031 <small>{{product.number}}</small> 2032 </div> 2033 </li> 2034 <li v-if="hasMoreProducts" class="show-all"> 2035 <a :href="'@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("searchresult")?search=' + searchTerm + '&show=products'">@Translate(instantSearchPrefix + "See all", "Se alle")</a> 2036 </li> 2037 </ul> 2038 2039 </div> 2040 <div class="fold-out-col is-spareparts" v-if="spareParts?.length > 0"> 2041 <ul class="fold-out-products"> 2042 <li> 2043 <strong>@Translate(instantSearchPrefix + "Spareparts", "Spare parts")</strong> 2044 </li> 2045 <li v-for="product in spareParts"> 2046 <figure> 2047 <img :src="'/Admin/Public/GetImage.ashx?Width=50&amp;Height=50&amp;fillcanvas=true&amp;Compression=85&amp;Crop=5&amp;Image=' + (product.imageLink ? product.imageLink : '/Files/Images/Default.jpg')" /> 2048 </figure> 2049 <div> 2050 <a :href="product.url"> 2051 {{product.name}} 2052 </a> 2053 <small>{{product.number}}</small> 2054 </div> 2055 </li> 2056 <li v-if="hasMoreSpares" class="show-all"> 2057 <a :href="'@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("searchresult")?search=' + searchTerm + '&show=spares'">@Translate(instantSearchPrefix + "See all", "Se alle")</a> 2058 </li> 2059 </ul> 2060 </div> 2061 </div> 2062 @*<div v-if="searchTerm != '' && showResults && !queryLoading" class="actions"> 2063 <a :href="'@NORRIQ.Common8.Razor.Navigation.GetUrlByNavigationTag("searchresult")?search=' + searchTerm">@Translate(instantSearchPrefix + "See all", "Se alle")</a> 2064 </div>*@ 2065 </div> 2066 </div> 2067 </form> 2068 </script> 2069 2070 <script> 2071 var messages = { 2072 required: '@Translate("validation_required", "This field is required")', 2073 email: ' @Translate("validation_email", "Enter email")', 2074 numeric: ' @Translate("validation_numeric", "Enter number")', 2075 checked: ' @Translate("validation_checked", "Please accept terms and conditions to shop")', 2076 }; 2077 </script> 2078 2079 2080 <script src="@NORRIQ.Common8.Razor.TimestampSource.GetSourceWithTimestamp("/Files/dist/scripts/vendors~bundle.min.js")"></script> 2081 <script src="@NORRIQ.Common8.Razor.TimestampSource.GetSourceWithTimestamp("/Files/dist/scripts/bundle.min.js")"></script> 2082 @{ 2083 var currentUser = NORRIQ.Universal.Identity.Dw.UserViewModel.GetCurrentUser<Tefcold.Web.Api.Models.UserViewModelWithMediaBank>(); 2084 var jsonUser = Newtonsoft.Json.JsonConvert.SerializeObject(currentUser); 2085 var defaultStockLocation = StockLocationHelper.GetShopStockInformation(Pageview.Area.EcomShopId).DefaultStockLocation.Name; 2086 } 2087 <script async> 2088 AppStart.VueProvider.init({ 2089 webApiUrl: '@System.Web.Configuration.WebConfigurationManager.AppSettings["WebApiProxyUrl"]', 2090 user: @jsonUser, 2091 currencyCode: '@currencyCode', 2092 locale: '@Pageview.Area.Culture', 2093 currencyLeft: false, 2094 currencySpacing: true, 2095 currencySymbol: '@currencyCode', 2096 currencyDecimalSeparator: ',', 2097 currencyGroupSeparator: '.', 2098 currencyDecimalDigits: 2, 2099 dateFormatShort: '@Pageview.Area.Dateformat', 2100 shopId: '@Pageview.Area.EcomShopId', 2101 languages: `@languagesJson`, 2102 langId: '@Pageview.Area.EcomLanguageId', 2103 areaId: '@Pageview.Area.ID', 2104 showWeeFee: @websiteSettings.ShowWeeFee.ToString().ToLower(), 2105 discountFormat: '@websiteSettings.DiscountFormat', 2106 detailPrices: '@Newtonsoft.Json.JsonConvert.SerializeObject(websiteSettings.DetailPricesWithFallback)', 2107 listPrices: '@Newtonsoft.Json.JsonConvert.SerializeObject(websiteSettings.ListPricesWithFallback)', 2108 defaultStockLocation: '@defaultStockLocation' 2109 2110 }); 2111 </script> 2112 2113 <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script> 2114 <script type='text/javascript'>(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; fnames[11] = 'INTEREST'; ftypes[11] = 'dropdown'; fnames[8] = 'COMPANY'; ftypes[8] = 'text'; fnames[12] = 'FNAME'; ftypes[12] = 'text'; fnames[1] = 'LNAME'; ftypes[1] = 'text'; fnames[2] = 'PHONE'; ftypes[2] = 'phone'; fnames[4] = 'COUNTRY'; ftypes[4] = 'dropdown'; fnames[5] = 'WEBSITE'; ftypes[5] = 'url'; fnames[9] = 'COMMENT'; ftypes[9] = 'text'; fnames[10] = 'HEARABOUT2'; ftypes[10] = 'dropdown'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script> 2115 2116 <script append="replace"></script> 2117 @if (!string.IsNullOrEmpty(Model.PropertyItem.GetString("FormScript"))) 2118 { 2119 2120 @Model.PropertyItem.GetString("FormScript") 2121 2122 } 2123 </body> 2124 </html>