Products


Smile reolsæt - 170 cm - Smoked Oak/Black
Smile reolsæt - 170 cm - Smoked Oak/Black

Smile reolsæt - 170 cm - Smoked Oak/Black

4.989,00 kr. OutOfStock
CARRY TV stand - Steel
CARRY TV stand - Steel

CARRY TV stand - Steel

2.995,00 kr. InStock
CARRY TV stand på hjul - Steel
CARRY TV stand på hjul - Steel

CARRY TV stand på hjul - Steel

3.495,00 kr. InStock
CARRY TV pocket - Black
CARRY TV pocket - Black

CARRY TV pocket - Black

1.095,00 kr. InStock
CARRY TV stand - Cedar Green
CARRY TV stand - Cedar Green

CARRY TV stand - Cedar Green

2.495,00 kr. InStock
CARRY TV stand på hjul - Cedar Green
CARRY TV stand på hjul - Cedar Green

CARRY TV stand på hjul - Cedar Green

2.995,00 kr. InStock
CARRY TV stand - Black
CARRY TV stand - Black

CARRY TV stand - Black

2.495,00 kr. InStock
CARRY TV stand på hjul - Black
CARRY TV stand på hjul - Black

CARRY TV stand på hjul - Black

2.995,00 kr. InStock
CARRY TV stand - Fig Purple
CARRY TV stand - Fig Purple

CARRY TV stand - Fig Purple

2.495,00 kr. InStock
CARRY TV stand på hjul - Fig Purple
CARRY TV stand på hjul - Fig Purple

CARRY TV stand på hjul - Fig Purple

2.995,00 kr. InStock
CARRY TV stand - Jaipur
CARRY TV stand - Jaipur

CARRY TV stand - Jaipur

2.495,00 kr. InStock
CARRY TV stand på hjul - Jaipur
CARRY TV stand på hjul - Jaipur

CARRY TV stand på hjul - Jaipur

2.995,00 kr. InStock
Smile Sengebordshylde - Oak/Grey
Smile Sengebordshylde - Oak/Grey

Smile Sengebordshylde - Oak/Grey

3.695,00 kr. InStock
Smile Sengebordshylde - Smoked Oak/Black
Smile Sengebordshylde - Smoked Oak/Black

Smile Sengebordshylde - Smoked Oak/Black

3.695,00 kr. InStock
Smile Skuffe - 80 cm - Oak/Grey
Smile Skuffe - 80 cm - Oak/Grey

Smile Skuffe - 80 cm - Oak/Grey

3.995,00 kr. InStock
Smile Skuffe - 80 cm - Smoked Oak/Black
Smile Skuffe - 80 cm - Smoked Oak/Black

Smile Skuffe - 80 cm - Smoked Oak/Black

3.995,00 kr. InStock
Smile Skuffe - 50 cm - Oak/Grey
Smile Skuffe - 50 cm - Oak/Grey

Smile Skuffe - 50 cm - Oak/Grey

3.395,00 kr. InStock
Smile Skuffe - 50 cm - Smoked Oak/Black
Smile Skuffe - 50 cm - Smoked Oak/Black

Smile Skuffe - 50 cm - Smoked Oak/Black

3.395,00 kr. InStock
Combo skalstol - Sort
Combo skalstol - Sort
-50%

Combo skalstol - Sort

1.895,00 kr. 947,50 kr. InStock
Combo skalstol - Hvid
Combo skalstol - Hvid
-50%

Combo skalstol - Hvid

1.895,00 kr. 947,50 kr. InStock
Combo skalstol - Grå
Combo skalstol - Grå
-50%

Combo skalstol - Grå

1.895,00 kr. 947,50 kr. InStock
Combo halvpolstret skalstol - Grå
Combo halvpolstret skalstol - Grå
-50%

Combo halvpolstret skalstol - Grå

2.595,00 kr. 1.297,50 kr. InStock
Combo halvpolstret skalstol - Sort
Combo halvpolstret skalstol - Sort
-50%

Combo halvpolstret skalstol - Sort

2.595,00 kr. 1.297,50 kr. InStock
COMBO shell chair, m. fuld polstring, grey
COMBO shell chair, m. fuld polstring, grey
-50%

COMBO shell chair, m. fuld polstring, grey

3.595,00 kr. 1.797,50 kr. InStock
192 ud af 289 produkter
Hent flere produkter
Error executing template "Designs/Swift/Paragraph/Swift_Group_SEO_Custom.cshtml"
System.NullReferenceException: Object reference not set to an instance of an object.
   at CompiledRazorTemplates.Dynamic.RazorEngine_355b18b33a254cfea279060ef7c1ae56.Execute() in D:\dynamicweb.net\Solutions\twodayco3\evasolo.cloud.dynamicweb-cms.com\Files\Templates\Designs\Swift\Paragraph\Swift_Group_SEO_Custom.cshtml:line 49
   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 @using System.Collections 3 @using Dynamicweb 4 @using Dynamicweb.Frontend.Navigation 5 @using Dynamicweb.Ecommerce.ProductCatalog 6 @using Dynamicweb.Ecommerce.Products.Categories 7 @using Dynamicweb.Environment 8 @using Dynamicweb.Frontend 9 10 @* CUSTOM TEMPLATE SUPPORTED BY SWIFT (v1.25.0) *@ 11 12 @{ 13 ProductListViewModel productList = new ProductListViewModel(); 14 15 ProductListViewModelSettings productSetting = new ProductListViewModelSettings 16 { 17 LanguageId = Dynamicweb.Ecommerce.Common.Context.LanguageID, 18 CurrencyCode = Dynamicweb.Ecommerce.Common.Context.Currency.Code, 19 CountryCode = Dynamicweb.Ecommerce.Common.Context.Country.Code2, 20 ShopId = Pageview.Area.EcomShopId 21 }; 22 23 if (Dynamicweb.Context.Current.Items.Contains("ProductList")) 24 { 25 productList = (ProductListViewModel)Dynamicweb.Context.Current.Items["ProductList"]; 26 } 27 else if (Pageview.Item["DummyProductGroup"] != null) 28 { 29 var pageViewModel = Dynamicweb.Frontend.ContentViewModelFactory.CreatePageInfoViewModel(Pageview.Page); 30 ProductListViewModel groupList = pageViewModel.Item.GetValue("DummyProductGroup") != null ? pageViewModel.Item.GetValue("DummyProductGroup") as ProductListViewModel : new ProductListViewModel(); 31 32 if (groupList?.Group?.Id != null) 33 { 34 productList = ViewModelFactory.CreateView(productSetting, groupList.Group.Id); 35 Dynamicweb.Context.Current.Items.Add("ProductList", productList); 36 } 37 else 38 { 39 productList = ViewModelFactory.CreateView(productSetting, Dynamicweb.Ecommerce.Services.ProductGroups.GetGroups(Dynamicweb.Ecommerce.Common.Context.LanguageID).FirstOrDefault().Id); 40 Dynamicweb.Context.Current.Items.Add("ProductList", productList); 41 } 42 } 43 else if (Pageview.Item["DummyProductGroup"] == null) 44 { 45 productList = ViewModelFactory.CreateView(productSetting, Dynamicweb.Ecommerce.Services.ProductGroups.GetGroups(Dynamicweb.Ecommerce.Common.Context.LanguageID).FirstOrDefault().Id); 46 Dynamicweb.Context.Current.Items.Add("ProductList", productList); 47 } 48 49 if (productList.Group.Id != null) 50 { 51 <div class="productlist-seo-text col-12 col-lg-11"> 52 <h2 class="seo-heading">@productList.Group.GetGroup().GroupFields.Single(gf => gf.SystemName == "ProductGroupSEOHeadingCustom").Value</h2> 53 <span class="seo-text">@productList.Group.GetGroup().GroupFields.Single(gf => gf.SystemName == "ProductGroupSEOTextCustom").Value</span> 54 </div> 55 } 56 } 57