Products


PLANET lamp Disc - Electric Blue
PLANET lamp Disc - Electric Blue

PLANET lamp Disc - Electric Blue

600,00 kr. InStock
PLANET lamp disc - fig purple
PLANET lamp disc - fig purple

PLANET lamp disc - fig purple

600,00 kr. OutOfStock
PLANET lamp Disc - Navy Blue
PLANET lamp Disc - Navy Blue

PLANET lamp Disc - Navy Blue

600,00 kr. InStock
PLANET lamp Disc - Brass
PLANET lamp Disc - Brass

PLANET lamp Disc - Brass

700,00 kr. InStock
PLANET lamp Disc - Aluminum
PLANET lamp Disc - Aluminum

PLANET lamp Disc - Aluminum

500,00 kr. InStock
ANZA coffee table - ø65x29 cm - white carraca marble/natural oak
ANZA coffee table - ø65x29 cm - white carraca marble/natural oak

ANZA coffee table - ø65x29 cm - white carraca marble/natural oak

9.800,00 kr. Available in stock
ANZA coffee table - ø65x29 cm - black marquina marble/stained black oak
ANZA coffee table - ø65x29 cm - black marquina marble/stained black oak

ANZA coffee table - ø65x29 cm - black marquina marble/stained black oak

9.800,00 kr. Available in stock
PODGY pendant - Ash Grey med Turmeric Yellow dæmper
PODGY pendant - Ash Grey med Turmeric Yellow dæmper

PODGY pendant - Ash Grey med Turmeric Yellow dæmper

3.900,00 kr. InStock
PODGY pendant - Turmeric Yellow med Turmeric Yellow dæmper
PODGY pendant - Turmeric Yellow med Turmeric Yellow dæmper

PODGY pendant - Turmeric Yellow med Turmeric Yellow dæmper

3.900,00 kr. InStock
PODGY pendant - Navy Blue med Navy Blue dæmper
PODGY pendant - Navy Blue med Navy Blue dæmper

PODGY pendant - Navy Blue med Navy Blue dæmper

3.900,00 kr. InStock
PODGY pendant - White med White dæmper
PODGY pendant - White med White dæmper

PODGY pendant - White med White dæmper

3.900,00 kr. InStock
TOKIO lamp - Ash Grey
TOKIO lamp - Ash Grey

TOKIO lamp - Ash Grey

2.495,00 kr. Available in stock
TOKIO lamp - White
TOKIO lamp - White

TOKIO lamp - White

2.495,00 kr. Available in stock
TOKIO lamp - Turmeric Yellow
TOKIO lamp - Turmeric Yellow

TOKIO lamp - Turmeric Yellow

2.495,00 kr. Available in stock
MIMESIS mirror - Ash Grey
MIMESIS mirror - Ash Grey

MIMESIS mirror - Ash Grey

3.200,00 kr. InStock
MIMESIS mirror - Basque Red
MIMESIS mirror - Basque Red

MIMESIS mirror - Basque Red

3.200,00 kr. InStock
PROXIMA pendant - Brass
PROXIMA pendant - Brass

PROXIMA pendant - Brass

2.400,00 kr. InStock
PROXIMA pendant - Brass - Ash Grey - Jaipur
PROXIMA pendant - Brass - Ash Grey - Jaipur

PROXIMA pendant - Brass - Ash Grey - Jaipur

2.400,00 kr. InStock
PROXIMA rørpære - LED 6W - 2100K
PROXIMA rørpære - LED 6W - 2100K

PROXIMA rørpære - LED 6W - 2100K

185,00 kr. InStock
BLOOPER table lamp Ash Grey med Navy Blue disc
BLOOPER table lamp Ash Grey med Navy Blue disc

BLOOPER table lamp Ash Grey med Navy Blue disc

2.585,00 kr. InStock
BLOOPER table lamp - Ash Grey med Fig Purple disc
BLOOPER table lamp - Ash Grey med Fig Purple disc

BLOOPER table lamp - Ash Grey med Fig Purple disc

2.585,00 kr. InStock
BLOOPER table lamp - Ash Grey med Jaipur disc
BLOOPER table lamp - Ash Grey med Jaipur disc

BLOOPER table lamp - Ash Grey med Jaipur disc

2.585,00 kr. InStock
MAIDEN chair - Black
MAIDEN chair - Black

MAIDEN chair - Black

3.475,00 kr. Available in stock
MAIDEN chair - Basque Red
MAIDEN chair - Basque Red

MAIDEN chair - Basque Red

3.475,00 kr. Available in stock
96 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