Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
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
Extend Smart Search options in DW10
Hi, I have client who would like to create a smart search where one criteria is ex "watched 'product A' 7 days ago" I know the info is possible to get from the trackingservice, but the client would like to setup these queries by the ...
Marie Louise Veigert
28/04/2026 13:22:44
Last post: 08/05/2026 09:58:38
Getting PriceBeforeDiscount for Product Variant
Hi, I want to get PriceBeforeDiscount for the variants of a product and find the minimum before-discount price to display on the product list page (to illustrate the price comparison). I wrote the below function to iterate through the product variant ...
Ruwan Dissanayake
07/05/2026 14:35:33
Last post: 08/05/2026 07:42:43
DW9 Forms for editor - clearing CC and BCC recipient dynamically from form template
Hi We want to decide if a forms for editore email is sent to the assigned cc and bcc, based on what they fill in the form. I tried dynamically adding empty cc and bcc fields with script before letting the form submit, but it appears not to work. Mayb ...
Hans Ravnsfjall
05/05/2026 22:11:26
No replies yet
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
Facet ValueMapper for QueryPublisher
Hi guys, For the ProductCatalog module, there are a few ValueMappers defined for use in Facet options. I noticed that they do not apply to QueryPublisher, not even for ProductIndex. Is there any way I can define something similar for QueryPublisher?  ...
Adrian Ursu
29/04/2026 09:58:07
No replies yet
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
GetByIds is internal ProductStockNotificationService
Hi Dynamicweb, We have encountered a limitation in ProductStockNotificationService that makes it difficult to customize the standard back-in-stock notification behavior. The method below is currently defined as: internal virtual IEnumerable<Produc ...
Anders Ebdrup
10/04/2026 13:56:06
Last post: 23/04/2026 08:44:07
Mising handling of sortorder in VariantGroups
Hi Dynamicweb, I have identified what appears to be an issue in the variant group handling in administration - at least in DW version 10.22.15. It seems that Dynamicweb does not use the database field VariantGroupProductRelationSorting when loading a ...
Anders Ebdrup
20/04/2026 21:37:31
No replies yet
Local AppStore package not showing icon
Hi all, When installing a custom app via a local .nupkg file, the package icon defined via <PackageIcon> in the .csproj is not displayed in the AppStore UI. Expected behavior: The icon defined in the NuGet package should be displayed in the App ...
Wilfred Polderman
30/03/2026 11:04:37
Last post: 09/04/2026 09:40:24
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