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
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
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
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
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
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
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
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
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
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
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
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
Hi, We start an indexing after a product integration with code like this : Dynamicweb.Indexing.IndexHelper.BuildIndexInstances("Products", "Products.index", "Products Update"); From time to time we get an error saying &q ...
Aki Ruuskanen
03/02/2025 15:55:19
No replies yet
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
PriceProvider with custom information
Hi, We have a solution where customer rent products and can choose a rental period. We get the prices from the ERP to where we send product, user and the period. We dicussed the possibility to use the PriceProvider for this but came to the conclusion ...
Aki Ruuskanen
08/01/2025 08:24:58
Last post: 17/01/2025 10:25:42
Local solution perofrmance problem
Hi i am starting this thread just to gather some good practices and hints you have about development process. I am dealing with some preformance problem when i am tryning to run DW 9 projects locally, with my db on localhsot and solution run from VS  ...
Mateusz Struzik
24/12/2024 10:21:02
Last post: 12/02/2025 13:29:25
Feature request: new notification 'Dynamicweb.Forms.Notifications.Frontend.OnBeforeSubmitSave'
I am looking into how to implement Google Recaptcha validation on forms, since Dynamicwebs antispam functionality does not detect spam submits from forms properly. While I can set seconds before post and max number of submits in the antispam settings ...
Roald Haahr
17/12/2024 10:57:46
Last post: 17/12/2024 13:02:28
Alternative to GetUsersBySql
Hi guys, Is there an alternative to the GetUsersBySql method? I see that it is marked as obsolete. My project runs on DW 9.15.7. Thank you, Adrian ...
Adrian Ursu
11/12/2024 21:02:31
Last post: 11/12/2024 22:07:52