Developer forum
Subject
Replies
Started by
Last reply
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
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: 06/05/2026 09:01:43
14
Subscribe
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
Add an alert in custom back-end pages
Hi guys, I am trying to add some logic in some screens of a custom DW10 App. I am trying to get to something like this: More specifically, inject an Alert above the first element of the page. Is this something already wired in the existing logic? Tha ...
Adrian Ursu
19/02/2026 11:08:57
Last post: 03/04/2026 14:08:48
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
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
Assortments change notifications
Is it possible to get a Notification to subscribe to when an Assortment has changed? I am thinking of when a product is added/removed etc when the information of which products have been removed/added. Now the only subscriber is when the Build Assort ...
Kasper Pedersen
01/04/2026 21:43:33
No replies yet
Get PriceAutoId from active price on a product
Is it somehow possible to grab the PriceAutoId or the PriceId from the price in EcomPrices that Dynamicweb has chosen to be the active price for a product? Best regards, Niels Foldager ...
Niels Foldager
13/05/2020 17:54:45
Last post: 01/04/2026 14:02:29
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
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