Developer forum
Subject
Replies
Started by
Last reply
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
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
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
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
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
OCI (Punch out)
We are currently developing an OCI/PunchOut integration for a customer within Dynamicweb, which is functioning as expected from a technical perspective. However, we are encountering a challenge related to user sessions. In the current setup, the OCI ...
Dennis Schoorl
01/05/2026 09:51:34
Last post: 04/05/2026 09:23:27
Upload dll files to DW 10 can not install it
Hi, Im trying to upload Select.HtmlToPdf.dll file using the dw install command. In the "Addins/Local" folder i have the file "Select.HtmlToPdf.dll". But in the "Addins/Installed" folder it has a folder called like this. ...
Andreas Rundgren
24/04/2026 11:21:42
Last post: 30/04/2026 11:27:10
Custom URL provider
Hi guys, I am trying to build a dedicated URL provider for a specific QueryString parameters. It should work similar to how GroupID and ProductID works, meaning that I will have a QueryParameter controlling the path and another one controlling the De ...
Adrian Ursu
20/04/2026 14:45:07
Last post: 29/04/2026 12:32:49
Custom menu actions - forms for editors
Hi, in the submitlist - I would like to add a new possibility to the Action menu. Delete ALL formsubmits. /Admin/UI/Apps/SubmitList When reading this: https://doc.dynamicweb.dev/documentation/extending/administration-ui/action-menu.html I am trying t ...
Jan Sangill
30/03/2026 13:08:13
Last post: 04/04/2026 14:40:06
Issues installing interdependent custom add-in packages in DW10
Hi, We are investigating a general issue with installing custom add-ins in Dynamicweb 10 when the solution consists of multiple internal projects with project references between them. Our setup is roughly like this: - Package A - Package B -> refe ...
Vincent Gercke
30/03/2026 01:25:40
Last post: 27/04/2026 13:38:35
Product URL slug generation algorithm
I have a case where the client occasionally edits product names slighty. This results in a new URL/slug for the product details page for the product. The client would like to keep the original URL for SEO purposes. To ensure the URL stays the same, I ...
Sigurd Nejrup
26/03/2026 12:42:19
Last post: 27/03/2026 11:53:10
MappingConditionals ignored in Data Integration job
HI, I have created a Data Integration job using an EcomProvider as the source and an XML provider as the destination. A condition on ProductId works as expected when configured directly in the job. However, when I attempt to apply or modify this cond ...
Umar Farooq
26/03/2026 08:27:44
Last post: 27/03/2026 11:59:18
How to trigger live integration product info fetch outside ProductCatalog?
Hi all, I’m using Swift and trying to show customer-specific tier prices from our ERP via Live Integration on a BlanketOrderDetails page. On product list pages, this works fine because the ProductCatalog query seems to trigger FetchProductInfos ...
Wilfred Polderman
18/03/2026 16:05:26
Last post: 03/04/2026 12:02:39
Unable to retrieve tiered prices
Hi, I’m currently working on implementing tiered pricing (adaptive pricing) based on the order quantity of a client. In the attached screenshot, you can see the data I’m currently receiving for the product I’m testing with. At the m ...
Wilfred Polderman
17/03/2026 12:39:55
Last post: 03/04/2026 13:09:41
Creating GridRows via the Management API
Hi, I'm trying to create a Page, With GridRows and Paragraphs via the management API. Could it be that the GridRowCreate only works correctyly in a visualeditor context? That is what my AI helper suggests per the analyses below: GridRowCreate Man ...
Justin Sjouw
13/03/2026 16:33:52
Last post: 13/03/2026 17:04:42
Updating the references from image pattern
Hi DW coders, What can I do to refresh the image pattern images? The issue was that my solution was missing allowed file extensions for the image pattern, which I have since added to GlobalSettings. However, it does not seem to update or look for new ...
Dan Tomicic
06/03/2026 10:48:53
Last post: 06/03/2026 11:08:03