Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Custom packages / dll and auto-upgrade DW version
Hi there, I have a DW solution where my custom packages failed to load after a DW version upgrade (they were moved to a "DLLs failing at startup" folder under Addins. It seems it's not code compatibility related but just versioning rela ...
Imar Spaanjaars
29/11/2025 15:15:48
Last post: 24/03/2026 23:11:06
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
DW10 Scheduled Task add-in cannot load Renci.SshNet (SSH.NET) dependency
Hello Dynamicweb Support, I’m building a custom Scheduled Task add-in in Dynamicweb 10 to sync image assets from a customer NAS/SFTP server into DW10 (/Files/Images/…). The task fails at runtime with this SSH.NET dependency load error: & ...
Wilfred Polderman
27/02/2026 15:05:31
Last post: 02/03/2026 10:38:53
Adding options to product category fields
Hi there, How do I add options to a Product Category Field (of type Field) programmtically? I tried things like this: private static void SaveFieldOptions(string fieldId, Dictionary<string, string> options) { var defaultLanguageId = Dynamicweb. ...
Imar Spaanjaars
17/02/2026 23:26:53
Last post: 18/02/2026 10:07:49
PricePriority in EcomPrices?
Dear DynamicWeb, We have a requirement where we need to prioritize prices when multiple prices apply. Initially, I was pleased to find the PricePriority field in the EcomPrices table, as it seems to be designed exactly for this purpose. However, duri ...
Anders Ebdrup
17/12/2025 10:32:10
Last post: 28/01/2026 13:28:22
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
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
Quick and dirty Management API add product example
Hi, I'm trying to create a (quick and dirty) example of how to add a product via the Management API. I can add the product, and I add it to a Group with Category attributes attached to it. But I cannot get data into the category fields itself. Fi ...
Justin Sjouw
14/01/2026 09:54:28
No replies yet
StockLevelProvider not used in ProductViewModel
Dear Dynamicweb, We are experiencing that our custom StockLevelProvider is not hit when the using the ProductViewModel in the ProductCatalog. Is it by design that the StockLevelProvider not should be used anymore? Best regards, Anders ...
Anders Ebdrup
04/10/2022 12:36:45
Last post: 08/01/2026 18:08:41
BC code unit shipment validation
We got this question from the ERP partner that manages our client's BC: Could you confirm DW sends the Shipment Method Type and validates it after validating the Address Type (custom address in this example), so that the standard BC Shipment Meth ...
Davy Capiau
31/12/2025 13:52:07
No replies yet
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