Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Checkouthandler waiting template
Hey there, I am working on a checkouthandler and am having a bit of an issue. The flow I am working with is as follows: 1. start checkout: render a template with and input field in a form that then gets posted. 2. redirect: Identify redirect via requ ...
Reynir Viðar Ingason
25/09/2019 13:52:13
Last post: 30/09/2019 12:52:13
Scheduled tasks
Hi Are every task in scheduled tasks running in a seperated thread so it won't affect the main thread? ...
Mads Sjørslev
18/09/2019 13:53:11
Last post: 20/09/2019 11:13:30
Use multiple languages in Emailmarketing
Hi, We have a website with multiple languagelayers. Where we want to send out emailmarketing from. On the recipient users we store their preferred language. When sending out the emails it only sends out the original selected language of the email pag ...
Jesse Bakker
17/09/2019 17:28:19
Last post: 24/09/2019 15:29:27
Order having wrong price information
Hi, I have a situation where an order containing products with volume discount gives wrong price information. Here is the example: Dog crackers = 29,95 DKK a piece, if n_dog_crackers >= 2 then 24,98 DKK a piece. There is free delivery on purchases ...
Theis Nickelsen
17/09/2019 07:55:13
Last post: 17/09/2019 10:27:44
Database drops item field
Hello, We are having a problem with an older version of Dynamicweb. The version is 8.9.2.21 Randomly, one of our Items, drops a field and thereby column from the database. Which causes the error in attachment 1. So, DW can't find the column GlobalAcc ...
Søren Ravn Lund
12/09/2019 08:21:05
Last post: 04/10/2019 06:52:33
Søren Ravn Lund
12/09/2019 08:06:14
Last post: 12/09/2019 08:23:58
EmailHandler logging emails
Hi, I noticed that the EmailHandler is logging emails. Log example: Path: \System\Log\EmailHandler Log entry: [01-05-2018 10:46:40]: Mail sent successfully using Pickup Directory Service. [01-05-2018 10:46:40]: Recipients: ---------------@----------- ...
Theis Nickelsen
09/09/2019 14:29:20
Last post: 23/09/2019 15:15:15
Performance issue with ReverseChargeForVatEnabled
Dear Dynamicweb, We have some rather serious performance issues when ReverseChargeForVatEnabled is set to true. It is located in 9.6.14. For every line in the basket, the price is recalculated for each request. We see this issue in a B2B shop where c ...
Anders Ebdrup
03/09/2019 22:21:09
Last post: 19/09/2019 17:47:19
ExtranetLogin throws exception: Thread was being aborted
Hi, I'm trying to login. To do this I'm using the following code, which throws an exception: Dynamicweb.Security sec = new Dynamicweb.Security(); sec.ExtranetLogin(username, password, true); Exception: Thread was being aborted. Stacktrace: at System. ...
Theis Nickelsen
02/09/2019 14:07:34
Last post: 09/09/2019 14:19:59
Custom index extender for custom index builder
Hi, We have a dynamic function, adding data to different repositories through the following code. var index = indexService.LoadIndex(Dynamicweb.Indexing.Repositories.RepositoryService.BaseFolder + "\\" + repository + "\\" + indexName); indexWriter =  ...
Tobias Belling
30/08/2019 12:02:25
Last post: 30/08/2019 13:06:31
Customized Cart with orderlines
Hi, I am trying to add Order lines to a cart for non existing product. I can see that it creates an order in backend but in frontend if i refresh the cart page it seems like it removes the order line from a cart if product doesn't exist and after tha ...
Umar Farooq
29/08/2019 09:11:39
Last post: 29/08/2019 10:36:09
Best practices for implementing breadcrumbs in DW9?
Hi. Currently looking into implementing breadcrumbs. Any code examples that does things similar? Thomas ...
Thomas Berthelsen
26/08/2019 13:59:44
Last post: 30/08/2019 13:04:00
Value either too large or small for decimal error when calculating price
Hello, I'm having a bit of a weird and major issue. This post is a bit of a hail mary since many factors regarding this are unbeknownst to me and the issue originated several months ago and the project has been in hiatus since then too, so I don't th ...
Oscar Romin
20/08/2019 15:28:37
Last post: 30/08/2019 10:22:12
Getting the current order in backend code
Hi, We are normally using the following code te get the current order from the Context: Context.CartContext = OrderContext.GetOrderContextById(StringConstants.ApplicationVariables.DefaultOrderContextId); return Context.Cart; After having troubles wit ...
Hans Kloppenborg
16/08/2019 16:10:10
Last post: 19/08/2019 10:04:57
Password Complexity Rules and DW Security API
Hi DW I am using your security API for creating and logging in users using AJAX calls to an MVC Controller. It seems however, that User.Save() and User.EncryptPassword() bypasses the passwrod complexity rules setup in the DW backend. Do you have an i ...
Ronni Hansen
14/08/2019 12:20:16
Last post: 22/08/2019 11:42:13
not load type 'Dynamicweb.Extensibility.SelectionBox' from assembly 'Dynamicweb, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null'.
Hi, I am experiencing this issue whenever I right click on a page and select "Properties". We are running DW 9.4.34 but somehow its looking for 9.0.0.0? Server Error in '/' Application. Could not load type 'Dynamicweb.Extensibility.SelectionBox' from ...
Martin Møller Christensen
25/07/2019 14:34:12
Last post: 26/07/2019 09:23:41
Using Auth0 as external authentication provider
Hi, One of our customers wants us to use Auth0 (https://auth0.com/ ) as authentication provider. I am still checking out how that could work, but it seems they use the OAuth 2.0 protocol. I saw in a post of 2018 that there was an Oauth external authe ...
Hans Kloppenborg
16/07/2019 09:55:24
Last post: 16/07/2019 16:01:42
XML Feed Extended template tags
Greetings! We are trying to create a google rss feed page. We are trying to create a template tag in GeneralPageTemplateExtender.cs and for some reason we are not able to see this specific tag on this page but we can see it on other pages. The only d ...
Anton Marinó Stefánsson
10/07/2019 16:43:07
Last post: 11/07/2019 03:42:15
Call API using async C# HttpClient in DW/Rapido feed
Do anyone have a working example with async HttpClient in a DW/Rapido feed? ...
Martin Grønbekk Moen
04/07/2019 23:51:55
Last post: 17/07/2019 11:24:10
Order.SecondaryUserName cannot be assigned to
The documentation for this says it can do both get and set, but only get is implemented. This mean that when the order is created it do not show the secondary username in admin (see image). Please consider to change this to get and set. ...
Martin Grønbekk Moen
30/06/2019 00:05:53
Last post: 01/07/2019 13:06:34