Developer forum
Subject
Replies
Started by
Last reply
Custom menu item to the Commerce navigation in the administration?
Hi DynamicWeb, We would like to know if it is possible to add a custom menu item to the Commerce navigation in the DynamicWeb administration. For example, in the Commerce section, under areas such as Order Management or Promotions, we would like to a ...
Anders Ebdrup
26/06/2026 13:11:51
Last post: 09/07/2026 09:53:50
Automatically create redirects when product URLs change
Hi Team, We’re looking into implementing this ourselves through custom code and were wondering if anyone has already built something similar or could point us in the right direction. Our use case is the following: * Product URLs are generated b ...
Ferri Halfhide
06/07/2026 09:25:37
Last post: 08/07/2026 11:16:29
Automatically create redirects when product URLs change
Hi Team, We’re looking into implementing this ourselves through custom code and were wondering if anyone has already built something similar or could point us in the right direction. Our use case is the following: * Product URLs are generated b ...
Ferri Halfhide
06/07/2026 09:25:34
No replies yet
ShopId in logon request
Hi DynamicWeb, We have a DW9 solution with two websites in the same DynamicWeb installation. Both websites use extranet login, but the users need to be separated per website/shop. Previously, this has worked for us by posting a custom ShopId as part ...
Anders Ebdrup
02/07/2026 14:05:38
Last post: 02/07/2026 15:49:51
Commerce dashboard daily comparison fails when current and previous month have different number of days
Hi DynamicWeb, Commerce dashboard widgets such as “Completed orders per day” build chart labels from the current month, but build the comparison data from the previous month without normalizing the number of days or filling missing dates ...
Anders Ebdrup
30/06/2026 17:02:25
Last post: 30/06/2026 17:59:23
ItemType OptionList language inheritance
We have an ItemType with a dropdown field that is populated dynamically with items from the current area context. [DropdownList("Theme")] [OptionItem("Theme", "Name", "Id", SourceType = FieldOptionItemSourceTyp ...
John Broers
11/06/2026 15:49:07
Last post: 24/06/2026 09:00:35
Moving Scheduled Tasks
I can move my integration tasks from one environment to another my exporting/importing the xml definitions of the tasks. Can I do the same thing with scheduled tasks? I've looked around but I can't find their definitions. ...
Rob van Brandenburg
22/06/2026 14:35:03
Last post: 22/06/2026 14:38:39
Extend existing screen in DW10
Is it possible to extend an existing screen (PriceEdit for ecom prices in my concrete case) by adding a new (read-only) field? I need to extend the price matrix with a Ship-To ID (imported from the ERP) and I would like to show that field when editin ...
Imar Spaanjaars
18/06/2026 14:32:14
Last post: 19/06/2026 13:12:18
Lucene index Configurations
Hi, We have some custom Index Builders in our solution, and we're looking into improving the indexing performance. I was wondering if it's possible to customize the IndexWriterConfig used by the index builders. Specifically, we'd like to ...
Umar Farooq
17/06/2026 11:51:57
Last post: 17/06/2026 13:53:20
Custom features with the FeatureManager
Hi there, I can see I can implement my own feature toggles by inheriting FeatureBase. I can see the feature show up in the backend, which is nice. What is the best way to use it? I am looking for options in both backend code as well as Razor template ...
Imar Spaanjaars
16/06/2026 10:03:11
Last post: 17/06/2026 10:00:04
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: 11/06/2026 17:20:40
10
Unsubscribe
User Indexes missing from Backend UI after upgrade to 9.21.3
Hi, Please see attached video with repro of the issue. We overcome the issue by adding these to .xml file ...
Pedro Meias
05/06/2026 14:52:23
No replies yet
TotalPrice is deprecated in DiscountInfoCollection
Hello Dynamicweb, I need to retrieve the discounted price for a product through the API. At the moment, it seems like I have to do something like this: var discountCollection = new DiscountInfoCollection(priceContext, product, null, 0); var discountP ...
Anders Ebdrup
04/06/2026 09:29:36
Last post: 04/06/2026 15:35:06
Using EndPoint management in a custom scheduled task
Hi there, I need to build a scheduled task that does the following: 1. Connect to F&O 2. Call a custom end point that returns JSON 3. Convert JSON to XML 4. Save the XML to disk 5. Kick of a job that imports the XML I know how to do 3-5 but could ...
Imar Spaanjaars
03/06/2026 11:37:48
Last post: 04/06/2026 07:49:25
Adding a custom column in the products backend
Hi, I’d like to add a new column to the product overview in the backend that displays the values of a global custom field: Is this possible? And if so, could someone help me get started with the implementation? Kind regards, Caro De Weze ...
Caro De Weze
05/06/2025 15:41:57
Last post: 01/06/2026 10:34:10
How to register a custom middleware before Dynamicweb built-in middlewares?
Hi everyone, I would like to register a custom middleware that intercepts user requests before Dynamicweb components handle their routing. According to the https://doc.dynamicweb.dev/documentation/extending/middleware/index.html#ipipelinerank, Ranks ...
Ruwan Dissanayake
28/05/2026 16:25:58
Last post: 29/05/2026 13:00:02
How to enable custom file logging for middleware in DW10 (in Cloud Staging/Prod)
We are currently running a Dynamicweb 10 solution on Dynamicweb Cloud and are having trouble getting custom logs to write to the file system (/Files/System/Log) in our Staging and Production environments. The Goal: We have implemented a custom GeoRou ...
Ruwan Dissanayake
27/05/2026 13:33:36
Last post: 27/05/2026 16:06:04
SetResetNeeded() missing when activating a product?
Hi DynamicWeb, It seems like we are missing a SetResetNeeded call when switching a product from inactive to active in this part of the code: [Subscribe(Notifications.Ecommerce.Product.AfterSave)] [Subscribe(Notifications.Ecommerce.Product.AfterDelete ...
Anders Ebdrup
20/05/2026 16:22:56
Last post: 27/05/2026 10:41:27
Implement a DW10 frontend MFA Extranet login flow
Are there any examples or guides on how to implement a frontend MFA extranet login flow? Currently when we try to log into extranet with a user that has authentication method set to MFA, then we get the error "Login failed for user." on the ...
Sebastian Andersen
20/01/2026 13:34:59
Last post: 20/05/2026 11:25:52
15
Subscribe
DW9 new permissions model
Hi, is there a way to reset the Permission setup in DW9? Can I clean the UnifiedPermission table without problems? Thanx in advance ..NC ...
Niels Christian Aaes
15/05/2026 13:15:29
No replies yet