Kampagnepris Nedsat 20%
S3818-LANG1-3ccdd58c-b25b-4880-b10d-f644f1dc9c31
S3818-LANG1-0878fe71-8e92-4da7-812f-941b4df4ca25
S3818-LANG1-08c5db80-5c29-4716-86ff-58c4050336df
S3818-LANG1-0a2c4d02-c218-40ac-b192-d81a4dec1bea
S3818-LANG1-9cadcf90-1011-4dd4-a796-7ead811d7efa
S3818-LANG1-52a5d300-6042-44b1-8529-91fc0d74f587
Error executing template "Designs/Swift/Paragraph/Swift_ProductComponentParagraph.cshtml"
System.ArgumentException: Could not write parsed file: C:\inetpub\solutions\Goecker-2022-Prod\Files\Templates\Designs\Swift\_parsed\Swift_ProductComponentEdit.parsed.cshtml System.IO.IOException: The process cannot access the file 'C:\inetpub\solutions\Goecker-2022-Prod\Files\Templates\Designs\Swift\_parsed\Swift_ProductComponentEdit.parsed.cshtml' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
   at Dynamicweb.Core.Helpers.TextFileHelper.WriteTextFile(String value, String path, Boolean appendToFile, Encoding encoding)
   at Dynamicweb.Rendering.Designer.Parser.Parse(Layout l)
   at Dynamicweb.Rendering.Designer.Parser.Parse(Layout l)
   at Dynamicweb.Rendering.Designer.Layout.CheckParsed()
   at Dynamicweb.Rendering.Designer.Layout..ctor(FileInfo f, Design design)
   at Dynamicweb.Rendering.Designer.Layout.GetLayoutByLocation(String path)
   at Dynamicweb.Content.Layouts.LayoutLocator.FindLayout(Page page, String layoutName)
   at Dynamicweb.Frontend.Content.GetLayoutForDevice(Page page, DeviceType device)
   at Dynamicweb.Frontend.Content.CreateGridContent(Int32 contentId, Boolean ignoreVisualEdit)
   at Dynamicweb.Frontend.Content.RenderExternalGrid(Int32 pageId, String container)
   at CompiledRazorTemplates.Dynamic.RazorEngine_b8d16991a81f4c6b916728fe04b73c62.Execute() in C:\inetpub\solutions\Goecker-2022-Prod\Files\Templates\Designs\Swift\Paragraph\Swift_ProductComponentParagraph.cshtml:line 39
   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 Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.ParagraphViewModel> 2 3 @{ 4 int itemSourcePageId = Convert.ToInt32(Model.Item.GetRawValueString("ComponentSource", "0")); 5 6 var pageService = new Dynamicweb.Content.PageService(); 7 itemSourcePageId = itemSourcePageId > 0 && pageService.GetPageOrLanguage(itemSourcePageId, Pageview.AreaID) != null ? pageService.GetPageOrLanguage(itemSourcePageId, Pageview.AreaID).ID : itemSourcePageId; 8 } 9 10 @if (itemSourcePageId != 0) { 11 var page = Dynamicweb.Content.Services.Pages.GetPage(itemSourcePageId); 12 13 if (page != null) { 14 var pageViewModel = Dynamicweb.Frontend.ContentViewModelFactory.CreatePageInfoViewModel(page); 15 string itemTheme = !string.IsNullOrWhiteSpace(pageViewModel.Item.GetRawValueString("Theme")) ? " theme " + pageViewModel.Item.GetRawValueString("Theme").Replace(" ", "").Trim().ToLower() : string.Empty; 16 17 string contentPadding = pageViewModel.Item.GetRawValueString("ContentPadding", ""); 18 contentPadding = contentPadding == "none" ? "p-0" : contentPadding; 19 contentPadding = contentPadding == "small" ? "p-2 p-md-3" : contentPadding; 20 contentPadding = contentPadding == "large" ? "p-4 p-md-5" : contentPadding; 21 contentPadding = contentPadding == "small-x" ? "px-2 px-md-3" : contentPadding; 22 contentPadding = contentPadding == "large-x" ? "px-4 px-md-5" : contentPadding; 23 24 string layout = Model.Item.GetRawValueString("Layout", "top"); 25 switch (layout) 26 { 27 case "top": 28 case "alignLeftMiddle": 29 layout = ""; 30 break; 31 case "center": 32 case "alignLeft": 33 layout = "d-flex align-items-center text-start"; 34 break; 35 } 36 37 <div class="@contentPadding @itemTheme @(layout) h-100 item_@Model.Item.SystemName.ToLower()"> 38 <div class="w-100"> 39 @RenderGrid(itemSourcePageId) 40 </div> 41 </div> 42 } else if (Pageview.IsVisualEditorMode) { 43 <div class="alert alert-dark m-0" role="alert"> 44 <span>@Translate("The selected component does not exist anymore")</span> 45 </div> 46 } 47 } else if (Pageview.IsVisualEditorMode) { 48 <div class="alert alert-dark m-0" role="alert"> 49 <span>@Translate("Product component: The component will be shown here, if any")</span> 50 </div> 51 } 52

Beskrivelse

SmallRig 3818 Battery and Charger Kit NP-FW50

  • Fully Decoded Chip: the battery supports the original camera and charger without causing pop-ups and enables power display
  • Dual Fast Charging: quickly charges one or two batteries with high current output
  • Digital Screen Display: LCD screen displays charging current, charging voltage, charging progress, and charging capacity in real-time
  • Long Battery Life: 1030 mAh high capacity brings long battery life
  • Multi-ways of Charging: built-in USB-A charging cable and USB-C input interface allow being charged via the charger, car charger, or power bank

SmallRig NP-FW50 Camera Battery and Charger Kit 3818 includes two batteries and one charger.
The battery, equipped with a full decoding chip, supports varied cameras perfectly without causing pop-up windows and has quality fireproof ABS and PC shell frosted to ensure fine touch and durability.
It is the same size as the original battery, thus fitting seamlessly into battery compartment.
The dual battery charger can charge two batteries at the same time, with its LCD screen displaying real-time charging voltage, current and charged capacity.
It comes with built-in USB-A charging cable and USB-C input interface, allowing it to be charged via USB adapter, car charger, power bank.

Compatible Models:

  • Sony Alpha 7/Alpha 7 II/Alpha 7R /Alpha 7R II/Alpha 7S/Alpha 7S II
  • Sony Alpha 3000 /Alpha 5000/Alpha 5100/Alpha 6000/Alpha 6100/Alpha 6300/Alpha 6400/Alpha 6500
  • Sony NEX-3/NEX-3N/NEX-5/NEX-5N/NEX-5R/NEX-5T/NEX-6/NEX-7/NEX-C3/NEX-F3/
  • Sony SLT-A33/SLT-A35/SLT-A37/SLT-A55V/ILCE-QX1/ZV-E10
  • Sony Cyber-shot DSC-RX10 /DSC-RX10M2/DSC-RX10M3/DSC-RX10M4

Specifications:

  • Product Dimensions Single Battery: 45.2×31.8×18.5mm
  • Product Dimensions Charger: 90×56×27mm
  • Net Weight Single Battery: 45g
  • Net Weight Charger: 65g
  • Material: ABS+PC
  • Battery Parameter - Lithium ion, 1030mAh, 7,4V, 7,62Wh
  • Charger Input - USB-A 5V 2.1A (min), USB-C 5V 2.1A (Min)
  • Charger Output - 8,4V, 1000mA
  • Operating Temperature - 0-40°C

Specifikationer

Producent Smallrig
Kategori Lader