Developer forum
Subject
Replies
Started by
Last reply
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
Update build with IndexBuilder
Hi, In our current solution we are working on we have a number of custom indexes. I am trying to find out what the best way is to work with update builds with custom indexes. If someone can shed some light on the issue, it would be much appriciated. ...
Aki Ruuskanen
17/01/2025 10:27:30
Last post: 12/02/2025 13:51:39
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
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: 11/02/2025 15:52:02
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
Datalists - Issue with export excel when page has more than one datalist and possible workaround
Hi, DW 9.17.8 Swift v1.26.3 This is share the issue we faced with datalists export to excel feature and the workaround we found. When on a page that has more than 1 datalist - The downloaded file always had only the data from the first datalist even ...
Pedro Meias
07/02/2025 02:45:08
No replies yet
NotificationSubscriber favouritelist beforerender/sort
Hi, I am trying to trigger a notification, so I can do my own custom sorting in customercenter of the favouritelist. At the moment I am just fetching ALL products and doing the sort in the view. However this is to slow, since it is using liveintegrat ...
Jan Sangill
03/10/2024 10:34:17
Last post: 30/01/2025 08:53:15
DW 9 ShippingProvider ShippingProviderValues and order fields!
Hi We implemented custom shipping provider with rendering of parcell shops. In GLS Parcel Shop I see that we have ShippingProviderValues which have key ParcelShopNumber. In Post Denmark Service Points this dicionary have key ServicePointId I would ne ...
Ivan Marijanović
20/01/2025 10:12:22
No replies yet
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
DW 9 ShippingProvider with notification subscriber
I am trying to achivw following: 1. Implementing ShippingProvider which will get all the delivery points to user 2. After the chechout done it will connect to service url and print the shipping documents / order shipping form provider I tried impleme ...
Ivan Marijanović
29/11/2024 11:35:43
Last post: 15/01/2025 10:04:58
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
Error after upgrading to 9.18.1
Hi, I ran in the this error when upgrading a solution to the latest. 9.x. (9.18.1). I think I have seen it before sometimes but cant remember what the cause was. I upgraded my local environment and that went just fine. But in the staging enviroment. ...
Aki Ruuskanen
27/11/2024 11:20:06
Last post: 12/12/2024 13:32:15
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
Get Users from API
Dear Dynamicweb, What is best practise for getting specific users from the api when the methods GetUsersBySql and and GetUsers(CommandBuilder) are obsolete? Best regards, Anders ...
Anders Ebdrup
07/07/2021 10:51:00
Last post: 11/12/2024 21:52:51
BOM Product added with 0.00 price in new Cart
Hello everybody, We've got a situation in which a BOM product is added with 0.00 price instead of it's actual price when programatically creating a new cart and a new orderline based on BOM product. Basically there's a custom component th ...
Florin Patrascanu
10/12/2024 13:56:37
No replies yet
Complete order by code gets invalid state error
Hi: I am trying to get the orders complete using c# code. The reason is that the TPV that we use sometimes does not redirect to our website. So what i do is receive the transaction log of the TPV and complete the order by code with the log informatio ...
Jose Caudevilla
29/06/2021 11:40:42
Last post: 03/12/2024 14:38:02
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