Developer forum
Subject
Replies
Started by
Last reply
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
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
DW10 ODataprovider
Dear Dynamicweb, I have experienced an issue with a rather old OData endpoint, where the ODataProvider fails in this method: private string GetMetadataURL() { if (GetEndpointResponse(ODataSourceReader.GetEndpointUrlWithTop(_endpoint.Url), out string ...
Anders Ebdrup
07/02/2025 12:16:33
Last post: 10/02/2025 09:23:19
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
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
Item Publisher Error after upgrade
Hi, After upgrading to DW 19.8.1 I got this error on ItemPublishers. A regular ItemPublisher that displays one item from current Area. The error can be seen here: https://easylaser.stage.mindflower.se/sv-se Any ideas? The error: System.Data.SqlClient ...
Aki Ruuskanen
28/11/2024 16:13:32
Last post: 29/11/2024 08:37:00
Developing custom widgets with different chart types
Hello I couldn't find any related documentation for it, is there any way we can develop our custom widgets? We want to be able to display different types of charts based on custom queries but the existing SQL Query widget doesn't have those o ...
Fabio Monte
21/11/2024 23:10:59
Last post: 22/11/2024 11:28:51
Product Variant prices and discounts
When I use the template view module in rapido and get back the product I use the Ecom:Product.Discount.Price and Ecom:Product.Price for the Price and the Discounted price. I created an APi and use ProductService().GetProductById() method to get the p ...
Andrew Rushworth
18/11/2024 11:16:41
Last post: 29/11/2024 14:32:51
12
Subscribe
ActiveStateChanged triggers on recycle
Hello, I have an issue, where my application keeps failing when i am releasing and the app recycles. I've located the issue in a NotificationSubscriber on Standard.Page.ActiveStateChanged Notification. We use this to make an api call to our CDN p ...
Kasper Pedersen
14/11/2024 09:17:04
Last post: 14/11/2024 15:39:04
Log file setting repetition in GlobalSettings.aspx
Hi, DW 9.17.7 I want to find out why in the globalsettings.aspx file in the FileRetentionSettings node, we are getting a repeated value (3600+ repetitions.. This file then gets written to at whatever stage (maybe when log cleanups happen or scheduled ...
Andrew Rushworth
05/11/2024 10:16:11
Last post: 15/11/2024 07:33:38
Copying area fails after 10 minutes on DW 9.18.0
Hi DW, I've previously made a post about area delete and copy failing after 1 minute (link to post), which has been fixed in task #20086 - where is seems the fix was to default it to 10 minutes instead. I'm sitting on a 9.18.0 solution, and i ...
Mikkel Hammer
04/11/2024 11:17:28
Last post: 11/11/2024 11:29:02
Retrieve all results of a query publisher list
Hi guys, I have a situation where I need to create a list of users that can be filtered using facets and at the same time a map displaying the results of the filter. The main list should have pagination while the Map should display the entire list. T ...
Adrian Ursu
01/11/2024 16:38:35
Last post: 04/11/2024 13:23:27
Port number showing in /sitemap.xml
Hello, We are wondering what could be the cause of when navigating to the /sitemap.xml from a production website that all links include the port number (see attached picture). We are running on DW9 9.15.6 Best, Smari ...
Smári Alfreðsson
28/10/2024 12:38:08
Last post: 02/12/2024 15:23:12
500 server error with a custom api
Hello I'm encountering a 500 server error when setting up a custom api. The goal is to gather custom user info from a quiz and save it into a custom table we created but I may be missing a piece of the puzzle in the setup. For this an api was reg ...
Fabio Monte
24/10/2024 22:32:29
Last post: 02/12/2024 15:06:24
10
Subscribe