Developer forum
Subject
Replies
Started by
Last reply
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
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
21
Subscribe
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
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: 25/03/2025 16:03:45
Render page as email returns blank if from Scheduled Task
Hi, We have an odd situation and can't figure out why it behaves differently: Consider the attached template It's used as an order state notification template It looks for a Swift "System Email" page with a specific NavigationTag Th ...
Nuno Aguiar
18/10/2024 19:22:31
Last post: 24/03/2025 15:29:50
"No license installed" error.
Hi, I've recently moved one of our quite old, legacy websites into local environment and I get this error when trying to log in to admin panel: I did similar things with other websties too and never seen this one. I already removed all my .licens ...
Karol Barkowski
20/03/2025 17:06:29
No replies yet
Payment provider - separate callback url
Hi guys I am implementing payment provider which have separate callback url on which they send informations on changes in transaction status. This is from documentation: "Merchant can offer an URL endpoint where data will be sent, using HTTP POS ...
Ivan Marijanović
12/03/2025 07:22:26
Last post: 12/03/2025 09:53:50
Best way to extend the settings of liveintegration?
Hello guys, I am looking for the best way to extend this class: LiveIntegrationAddIn in order to add some extra settings, that we can use in the various notification subscribers in DynamicwebLiveIntegration? Let's e.g. say that we need to do some ...
Anders Ebdrup
05/02/2025 15:58:59
Last post: 27/02/2025 15:06:37
10
Subscribe
Reference to DW 10 / .NET Core
Hi there, I am trying to upgrade a Dynamicweb.Admin project (based on NuGet) from 9.19.0 to 9.19.1 but I get the following error after which the update is rolled back: Could not install package 'Dynamicweb.DataIntegration 10.0.0'. You are try ...
Imar Spaanjaars
19/02/2025 15:00:55
Last post: 19/02/2025 16:32:01
Debugging: No Symbols loaded for Compiled Razor Files
Hi, I'm trying to debug a local solution, but breakpoints in the cshtml files are not hit with the message that symbols are not loaded. I have taken the following steps: Create a new dw10 project with "dotnet new dw10-suite" Add Files f ...
Justin Sjouw
24/11/2023 09:30:09
Last post: 17/02/2025 12:35:31
10
Subscribe
Index Term added with ProductIndexBuilderExtender gives 0 results in facet
Hi, I have made a ProductIndexBuilderExtender to create a facet for 'In stock' true/false. I renders fine as a facet, but when used (or added manually in the url) it always give 0 result. Code: public class ProductIndexBuilderExtender : Index ...
Marie Louise Veigert
24/01/2025 08:08:53
Last post: 13/02/2025 17:27:54