Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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: 23/04/2026 13:42:46
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
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
Create Extranet Login with 2 different login types
Is there any possibility to create an Extranet login that supports both OTP and password login for the same user. We have created our own OTP login method, but after the user logged in with OTP, their current normal password is changed, and they can  ...
Shiwanka Chathuranga
18/01/2026 12:08:01
Last post: 21/01/2026 09:39:22
Exception thrown when using GetProductLink
Hello I am getting a ThrowNoMatchException when using Dynamicweb.Ecommerce.ProductCatalog.ProductViewModelExtensions.GetProductLink(this ProductViewModel product, int pageId, string currentGroupId, bool usePrimaryGroupPageId = true). I see the method ...
Kasper Pedersen
15/01/2026 10:12:25
Last post: 16/01/2026 10:49:33
Comments Antispam
Hello, We have a dynamic article list blog on our solution (9.13.8) that utilizes a comments form on each post. We have had ongoing issues with spam coming through our forms, and have integrated CloudFlare Turnstile into our form submission logic to  ...
Ben Leake
16/12/2025 13:59:55
Last post: 16/12/2025 16:05:29
dwapi changes in PrimaryOrDefaultGroup
Goodmorning! We have a Solution where we use PIM/channels and their website is hosted elsewhere. Their website-partner uses the dwapi to extract product and group data. Recently we've updates the solution from 9.15.5 to 9.20.1 and so the dwapi go ...
Anouk van der Veer
09/12/2025 10:49:28
Last post: 22/12/2025 07:26:19
Use of UseFixedSecret gives 400 Badrequest
Hi DynamicWeb, We experience that using the globalsetting: "/Globalsettings/Modules/Users/Jwt/UseFixedSecret" results in a 400 Badrequest when calling webapi methods marked with [PermissionFilter], where the Bearer-token is generated by thi ...
Anders Ebdrup
27/11/2025 10:07:55
Last post: 28/01/2026 12:15:56
Send forms for Editors Email from code
Hi guys, I have a situation where I need to capture some details using Forms for Editors, access an external API to grab a value that will be saved on the same form, then trigger an email. Is there any option to trigger the sending of the receipt ema ...
Adrian Ursu
24/11/2025 11:11:13
Last post: 24/11/2025 13:58:15
Delete selected mappings not available when starting from
Hi there, When I open a mapping on a job, choose one or more columns and then open the Actions menu I can choose "Delete select mappings". However, when I click the Select all checkbox first, then uncheck some columns, the menu is greyed ou ...
Imar Spaanjaars
13/11/2025 20:09:56
Last post: 13/11/2025 20:26:01
Upgrading Solution from 9.13.8 to 9.20.1 - Binding Redirect Issue
Hello, We are in the process of upgrading our highly customized solution from 9.13.8 to 9.20.1 and after quite a bit of fiddling with binding redirects in web.config, I have a mostly working solution in my local environment. However, I'm struggli ...
Ben Leake
07/11/2025 22:17:47
Last post: 10/11/2025 11:01:38
0.1 price instead of 0
Hi guys, I have recently received two similar requests from two different customers. They have requested that whenever we apply a 100% discount (1+1, free product, etc.), the price of the free product should be greater than 0 (e.g., 0.1 or 0.01). The ...
Adrian Ursu
05/11/2025 13:29:31
Last post: 05/11/2025 13:43:46
.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