Developer forum
Subject
                    Replies
                    Started by
                    Last reply
                
                                                        Show own assortment before shared assortment in list.
                                  
                                        
                                            
                                        
                                
                            
                        Hi, We are having a project where loggedin users have two assortments. One is their own (personal products) and one is "all". They need their own assortment products to always be shown in the top. We have solved this by checking products in ...
                        
                            Marie Louise Veigert
                            
                        
                        31/10/2025 09:08:08
                        
                                    Last post: 04/11/2025 12:52:40
                                
                        
                                                        .net core Authorization in dynamic web 
                                  
                                        
                                            
                                        
                                
                            
                        Hi I have question is setting up the authentication / authorization in dynamic web is possiible in similar way as in .net ? i am asking because basically i did it and it is working locally, but after deploy to stg env i cannot reach endpoints with at ...
                        
                            Mateusz Struzik
                            
                        
                        03/11/2025 12:39:20
                        
                                    Last post: 04/11/2025 12:15:26
                                
                        
                                                        Unable to create a new paragraph template
                                  
                                        
                                            
                                        
                                
                            
                        Hello. I am trying to implement my own version of the "product field display groups" content type along side a template. I have created ItemType .xml file which i can chose as a paragraph in the CMS system. But when creating a .cshtml file  ...
                        
                            Søren Nielsen
                            
                        
                        03/11/2025 14:52:26
                        
                                    No replies yet
                                
                        
                                
                                    
                                
                                                        Debugging: No Symbols loaded for Compiled Razor Files
                                  
                                        
                                            
                                        
                                
                            
                        Hi, I'm trying to debug a local solution, but breakpoints in the cshtml files are not hit with the message that symbols are not loaded. I have taken the following steps: Create a new dw10 project with "dotnet new dw10-suite" Add Files f ...
                        
                            Justin Sjouw
                            
                        
                        24/11/2023 09:30:09
                        
                                    Last post: 29/10/2025 10:34:28
                                
                         11
                                    
                                         Subscribe
                                    
                        
                                                        DynamicWeb 9 vulnerabilities
                                  
                                        
                                            
                                        
                                
                            
                        Hi all, Our security scanner has generated repeated critical alerts for parts of DW 9. We’d like advice on the recommended way to report or address these findings safely, without exposing sensitive implementation details online. Is there a form ...
                        
                            Dylan Drenth
                            
                        
                        16/10/2025 16:14:29
                        
                                    Last post: 20/10/2025 13:49:30
                                
                        
                                                        Locally installing NuGet package
                                  
                                        
                                            
                                        
                                
                            
                        Hi, I'm having some trouble installing a (custom) nuget package. I've attached both the zipped project and the package. Files in the package in contentFiles\any\any\ do not seem to get installed into the files directory The package installs c ...
                        
                            Justin Sjouw
                            
                        
                        19/09/2025 17:11:13
                        
                                    Last post: 12/10/2025 14:59:16
                                
                        
                                
                                    
                                
                                                        DW10 - Integration Customer Center custom GetList Type
                                  
                                        
                                            
                                        
                                
                            
                        Hi, In the Integration Customer Center of DW9 we could easily define a custom 'GetList' Type as shown on the screenshot below. In DW10 there is no free text field but a listbox. What are our options the add a custom value? ...
                        
                            Davy Capiau
                            
                        
                        10/10/2025 12:57:35
                        
                                    Last post: 10/10/2025 13:39:49
                                
                        
                                                        Transforming Item in ItemViewModel in DW9
                                  
                                        
                                            
                                        
                                
                            
                        Hi guys, I have a project where I am using an ItemPublisher to list Articles. To take advantage of the focal points in the image, I need to transform the Item into an ItemViewModel. What is the most efficient way of doing it? Thank you, Adrian ...
                        
                            Adrian Ursu
                            
                        
                        29/09/2025 10:46:41
                        
                                    Last post: 29/09/2025 12:21:17
                                
                        
                                                        Cache not used in DetailService
                                  
                                        
                                            
                                        
                                
                            
                        Hi Dynamicweb team, It seems the cache in DetailService is rarely being used in DW10. I’m observing repeated calls that bypass the cache—even when inputs are identical from the frontend. Is this expected behavior? Thanks in advance! Ander ...
                        
                            Anders Ebdrup
                            
                        
                        15/09/2025 10:41:41
                        
                                    No replies yet
                                
                        
                                
                                    
                                
                                                        LineAdded not called when adding to cart
                                  
                                        
                                            
                                        
                                
                            
                        Hi there, I have a solution that contains code like this: OrderLineViewModel cartItem = new OrderLineViewModel(); cartItem.ProductId = prodId; cartItem.ProductLanguageId = Dynamicweb.Ecommerce.Common.Context.LanguageID; cartItem.ProductVariantId = &q ...
                        
                            Imar Spaanjaars
                            
                        
                        28/08/2025 16:39:50
                        
                                    Last post: 29/08/2025 09:44:18
                                
                        
                                
                                    
                                
                                                        Missing Validation field
                                  
                                        
                                            
                                        
                                
                            
                        Hello, I'm trying to validate the OrderField "EcomOrderShippingDate" using a Ecommerce.Cart.BeforeOrderValidation subscriber. But it looks as though the field isn't available. In Dynamicweb.Ecommerce.Orders.Validation.ValidationFiel ...
                        
                            Kasper Pedersen
                            
                        
                        20/08/2025 11:22:34
                        
                                    Last post: 20/08/2025 14:12:59
                                
                        
                                                        DW 9 - Live integration and  dwapi call - some products are missing 
                                  
                                        
                                            
                                        
                                
                            
                        Hi We reach some problem in our production app. Some users rise the problem that they are not seeing all products, i was debugging the code from where we are taking them : [HttpPost] [Route("search")] public async Task<SearchProductsResp ...
                        
                            Mateusz Struzik
                            
                        
                        15/08/2025 15:08:08
                        
                                    Last post: 15/08/2025 17:17:17
                                
                        
                                
                                    
                                
                                                        Missing check for RedirectType
                                  
                                        
                                            
                                        
                                
                            
                        Dear DynamicWeb, When sending out order confirmations there are missing a check on the chosen "RedirectType" from the CartModuleSettings . There is only a check on whether the a RedirectPage is set. Please see the code below: Best regards,  ...
                        
                            Anders Ebdrup
                            
                        
                        15/08/2025 09:12:49
                        
                                    Last post: 15/08/2025 11:10:32
                                
                        
                                
                                    
                                
                                                        Creating a Section in a Area
                                  
                                        
                                            
                                        
                                
                            
                        Hi, I'm play around with creating Areas and Sections but cannot get a section to render. I have looket at the documentation and the examples but something must be missing. I have tried with a simple example: The Area: public class CustomArea : Ar ...
                        
                            Aki Ruuskanen
                            
                        
                        14/08/2025 11:15:19
                        
                                    Last post: 14/08/2025 15:51:43
                                
                        
                                                        When updateing category field value on product, doesnt update DW 10
                                  
                                        
                                            
                                        
                                
                            
                        When updateing a specific category field value on products different than the defualt language. it seems that the value is only set if its different from the master. But when the product is indexed, the field is null on the language variant. The fiel ...
                        
                            Theodor Perrier
                            
                        
                        14/03/2025 15:06:00
                        
                                    Last post: 07/08/2025 15:46:18
                                
                        
                                
                                    
                                
                                                        Supporting plural in search
                                  
                                        
                                            
                                        
                                
                            
                        Hi guys, I need to include support for plurals in some of our projects. There have been a few other threads on this (or similar) topic, but I figured time passed and we might have better options this time. I understand that the standard version does  ...
                        
                            Adrian Ursu
                            
                        
                        25/07/2025 12:20:21
                        
                                    Last post: 05/08/2025 12:57:43
                                
                        
                                
                                    
                                
                                                        Update User SmartSearch and SmartSearch based UserGroups
                                  
                                        
                                            
                                        
                                
                            
                        Hi guys, I have a situation where I populate a few UserGroups based on some smart searches. These groups are used for Permissions. The challenge here is that some of the properties used for the SmartSearches may change outside of DW and I need to upd ...
                        
                            Adrian Ursu
                            
                        
                        18/07/2025 13:15:35
                        
                                    Last post: 05/08/2025 12:55:43
                                
                        
                                                        Changing delivery method on recurring orders
                                  
                                        
                                            
                                        
                                
                            
                        Hello, I wonder if it's possible to change the delivery method on recurring orders. We have had to switch to a new shipping provider, and we would like to cancel our contract with the previous one. But the old recurring orders still use the old s ...
                        
                            Wiktor Wieczorek
                            
                        
                        22/07/2025 08:02:47
                        
                                    Last post: 05/08/2025 11:44:11
                                
                        
                                
                                    
                                
                                                        Two factor admin authentication
                                  
                                        
                                            
                                        
                                
                            
                        Any chance that two factor authentication for the backend with google authenticator or similar will be implemented for dw9 & 10? Or perhaps there are some examples of people who have implemented this themselves? Perhaps with the use of the Extern ...
                        
                            August Schnell
                            
                        
                        22/04/2024 08:04:28
                        
                                    Last post: 04/08/2025 11:50:51
                                
                        
                                                        File and/or Image file cache updated
                                  
                                        
                                            
                                        
                                
                            
                        Hi, Is there a notification I can subscribe when a new file is uploaded? My use case is with customers updating product images in the backend, and because we use a CDN (Cloudflare), it doesn't get automatically updated. It's always a balance  ...
                        
                            Nuno Aguiar
                            
                        
                        26/06/2025 11:28:02
                        
                                    Last post: 27/06/2025 18:56:46