Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
LineAdded not called when adding to cart
Hi there, I have a solution that contains code like this: OrderLineViewModel cartItem = new OrderLineViewModel(); cartItem.ProductId = prodId; cartItem.ProductLanguageId = Dynamicweb.Ecommerce.Common.Context.LanguageID; cartItem.ProductVariantId = &q ...
Imar Spaanjaars
28/08/2025 16:39:50
Last post: 29/08/2025 09:44:18
Missing Validation field
Hello, I'm trying to validate the OrderField "EcomOrderShippingDate" using a Ecommerce.Cart.BeforeOrderValidation subscriber. But it looks as though the field isn't available. In Dynamicweb.Ecommerce.Orders.Validation.ValidationFiel ...
Kasper Pedersen
20/08/2025 11:22:34
Last post: 20/08/2025 14:12:59
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
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: 06/06/2025 09:06:56
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
Missing row notifications
Dear DynamicWeb, We are currently working on a task where we need to copy presets between areas when a Page, Paragraph, or Row is modified. However, I haven’t been able to locate any notification subscribers for Row changes. Is it possible to a ...
Anders Ebdrup
15/05/2025 13:35:49
No replies yet
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