Cases
Versa
arrow_backTil oversigten14. april 2023 | Grinn Sp. z o.o.
A small but efficient baggage tracker, that automatically detects movements and switches itself on, goes into sleep mode with the door of the aircraft closing and automatically wakes up arriving at the airport. The location data is sending to the system where you can monitor the exact location of your baggage in real-time. A long-lasting battery will be enough for several weeks.
• Combination of technologies (GSM, GPS, Bluetooth & Wifi)
• Automatic flight mode
• Notification sending
• Rechargeable Li-ion battery
Error executing template "Designs/exhibition_site/ecom/product/partials/case-details/MCH365-related-cases.cshtml" System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at Co3.MCH.Website.Frontend.Repositories.BaseRepository.GetAssetIds(Profile profile, String type, String cacheKey, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Repositories\BaseRepository.cs:line 58 at Co3.MCH.Website.Frontend.Repositories.CaseRepository.GetCases(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Repositories\CaseRepository.cs:line 95 at Co3.MCH.Website.Frontend.Services.MCH365.CaseService.GetCases(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Services\MCH365\CaseService.cs:line 164 at Co3.MCH.Website.Frontend.Services.MCH365.CaseService.GetCaseProducts(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Services\MCH365\CaseService.cs:line 178 at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProfileProduct.get_Cases() in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProfileProduct.cs:line 64 at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.CaseProduct.get_OtherCases() in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\CaseProduct.cs:line 159 at CompiledRazorTemplates.Dynamic.RazorEngine_481ea7ad22074beb8ce0faf751de6afe.Execute() in E:\Websites\mch365.espresso5.dk\Files\Templates\Designs\exhibition_site\ecom\product\partials\case-details\MCH365-related-cases.cshtml:line 5 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()1 @inherits ViewModelTemplate< CaseProduct > 2 @using Dynamicweb.Rendering 3 @using Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce 4 5 @if ( Model.OtherCases.Any() ) 6 { 7 <div class="row e-productlist-container mch365-productlist-hide-profileinfo"> 8 <div class="col-12 mt-3 mb-2"> 9 <h3 class="border-bottom pb-1">@Translate( "MCH365 - Cases details MoreProductsBy - Heading", "Flere cases fra" ) @Model.Profile.Company.Name</h3> 10 </div> 11 @foreach ( CaseProduct product in Model.OtherCases ) 12 { 13 <div class="col-12 col-sm-6 col-md-6 col-xl-4 mb-2"> 14 @product.ListItemHtml 15 </div> 16 } 17 </div> 18 } 19

