Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
DW 9 - Live integration and dwapi call - some products are missing
Hi We reach some problem in our production app. Some users rise the problem that they are not seeing all products, i was debugging the code from where we are taking them : [HttpPost] [Route("search")] public async Task<SearchProductsResp ...
Mateusz Struzik
15/08/2025 15:08:08
Last post: 15/08/2025 17:17:17
Missing check for RedirectType
Dear DynamicWeb, When sending out order confirmations there are missing a check on the chosen "RedirectType" from the CartModuleSettings . There is only a check on whether the a RedirectPage is set. Please see the code below: Best regards,  ...
Anders Ebdrup
15/08/2025 09:12:49
Last post: 15/08/2025 11:10:32
Creating a Section in a Area
Hi, I'm play around with creating Areas and Sections but cannot get a section to render. I have looket at the documentation and the examples but something must be missing. I have tried with a simple example: The Area: public class CustomArea : Ar ...
Aki Ruuskanen
14/08/2025 11:15:19
Last post: 14/08/2025 15:51:43
When updateing category field value on product, doesnt update DW 10
When updateing a specific category field value on products different than the defualt language. it seems that the value is only set if its different from the master. But when the product is indexed, the field is null on the language variant. The fiel ...
Theodor Perrier
14/03/2025 15:06:00
Last post: 07/08/2025 15:46:18
Supporting plural in search
Hi guys, I need to include support for plurals in some of our projects. There have been a few other threads on this (or similar) topic, but I figured time passed and we might have better options this time. I understand that the standard version does  ...
Adrian Ursu
25/07/2025 12:20:21
Last post: 05/08/2025 12:57:43
Update User SmartSearch and SmartSearch based UserGroups
Hi guys, I have a situation where I populate a few UserGroups based on some smart searches. These groups are used for Permissions. The challenge here is that some of the properties used for the SmartSearches may change outside of DW and I need to upd ...
Adrian Ursu
18/07/2025 13:15:35
Last post: 05/08/2025 12:55:43
Changing delivery method on recurring orders
Hello, I wonder if it's possible to change the delivery method on recurring orders. We have had to switch to a new shipping provider, and we would like to cancel our contract with the previous one. But the old recurring orders still use the old s ...
Wiktor Wieczorek
22/07/2025 08:02:47
Last post: 05/08/2025 11:44:11
Two factor admin authentication
Any chance that two factor authentication for the backend with google authenticator or similar will be implemented for dw9 & 10? Or perhaps there are some examples of people who have implemented this themselves? Perhaps with the use of the Extern ...
August Schnell
22/04/2024 08:04:28
Last post: 04/08/2025 11:50:51
File and/or Image file cache updated
Hi, Is there a notification I can subscribe when a new file is uploaded? My use case is with customers updating product images in the backend, and because we use a CDN (Cloudflare), it doesn't get automatically updated. It's always a balance  ...
Nuno Aguiar
26/06/2025 11:28:02
Last post: 27/06/2025 18:56:46
NuGet OleDB issue
Hi, We are trying to upload a custom DLL that is using the System.Data.OleDb NuGet package. This DLL is designed to make bulk orders with the help of an Excel file - the Excel file is read by the OleDB NuGet package. However, instead of working corre ...
Alex Guo
23/06/2025 16:15:38
Last post: 24/06/2025 16:41:22
NETS payments - confirmation issue
Hi, we are using NETS/DIBS Easy payments in DW 9 and it works well most of the time when user follows regular journey. But from time to time we have orders stuck in Draft in DW but they are completed in NETS. It looks like user is not redirected back ...
Dawid Leśniak
17/06/2025 12:12:37
Last post: 17/06/2025 16:23:01
Custom index facets with over 2048 terms
Hi, We have a solution with a number of custom indexes. In one of those indexes we have a couple of facets with over 2048 terms which seems to be the hard limit. Is there any "right" way to deal with these kinds of facets with many terms? R ...
Aki Ruuskanen
28/05/2025 15:57:20
Last post: 28/05/2025 16:13:07
Wrong clearing of favorite cache
Dear DynamicWeb, It seems like clearing of the cache for favorite lists based on CustomerNumber is wrong. Please see this section from "UserProductsMacro.cs", where I think that "customerNumberCacheKey" should be used to clear the ...
Anders Ebdrup
13/05/2025 12:04:25
Last post: 21/05/2025 05:21:48
debugging in DW10
Hello everyone, I'm seeking assistance with debugging in DW10, as I'm encountering some challenges that were not present in DW9. Here's a summary of the situation, as explained by a colleague: In DW9, I could set up a local environment, w ...
Davy Capiau
20/05/2025 13:41:38
Last post: 20/05/2025 13:57:27
How Are CustomOrderViewModel Properties Populated in Templates?
Hi, Working on DW10 We are trying to extend the OrderViewModel. The goal is to expose order-related documents on the frontend template. What we've done so far: Created a CustomOrderViewModel that extends OrderViewModel Added properties like List& ...
Pedro Meias
13/05/2025 15:28:44
Last post: 14/05/2025 12:22:37
LoginError=IDX21323
Hi, We have a solution where we implemented the Azure AD Loginprovider. For a number of users we an error saying LoginError=IDX21323 after they try to login. Has anyone encountered this before? Regards / Aki ...
Aki Ruuskanen
03/06/2024 08:33:19
Last post: 25/04/2025 20:08:16
Accessing IndexExtender data in Product Catalog for ViewModel Template
Can values added via an IndexExtender be used in a Product Catalog for ViewModel template? We've implemented an IndexExtender and added a custom value to the Product Indexer. We're using a Product Catalog for ViewModel app to display products ...
John Broers
23/04/2025 14:29:23
Last post: 23/04/2025 17:04:55
Limiting JSON response with filled properties
Hi there, According to the docs here: https://doc.dynamicweb.dev/documentation/headless/delivery-api/commerce.html sending a request with FilledProperties shoud limit the numer of fields being returned. I.e. a request like this: /dwapi/ecommerce/prod ...
Imar Spaanjaars
14/04/2025 11:53:07
Last post: 15/04/2025 07:55:16
Collect page content output for sending to external systems
Hi guys, I have a situation where I have to send NewsArtcile content to external sources via custom integration. One of the challenges is sending out the resulting content of the page, considering that the entire content is built using GridRows and C ...
Adrian Ursu
29/09/2023 10:59:49
Last post: 04/04/2025 08:05:33
GetSQLPresentation in ProductFieldTypeProvider
Dear Dynamicweb, We are working with a ProductFieldTypeProvider, and it seems like we cannot control the length of the field in the database as the method: GetSQLPresentation is marked as "internal". Can you please remove the internal acces ...
Anders Ebdrup
23/01/2024 10:19:37
Last post: 03/04/2025 11:25:45