Developer forum
Subject
Replies
Started by
Last reply
Ensuring compatibility with Dynamicweb 9.7 and onward in regards to .NET Standard
Hi, We're looking at prospects of developing a "Core" package within the company, which then should depend on Dynamicweb, allowing us to easily plug-in reusable components built on top of this "Core" package across customers. This, however, presents ...
Evaldas Raisutis
27/11/2019 12:10:10
Last post: 29/11/2019 12:55:39
Extending the Content Index
Hi guys, I have a project where I need a bit of optimization. We are using the Content Index for listing a lot of articles, but in the template, we are also using some methods for retrieving additional details about authors and categories. It seems t ...
Adrian Ursu
16/11/2019 15:43:50
Last post: 18/11/2019 16:01:05
Getting Item properties from pages?
Hello. I'm trying to get a property from a page, that we're using to determine if one should show a button (for every page). However i'm unable to get the value in the razor file. The item has systemname: PageProperties, with the checkbox (bool) havi ...
Thomas Berthelsen
11/11/2019 09:32:37
Last post: 11/11/2019 10:37:23
PageService cannot find retrieve pages from controller unless a user is logged into the backend
Hi, Using 9.7.3, I have made a controller to get some data from a third party. When I call this controller action and I am not logged in to the backend, the pageservice is unable to find the page, I want to add subpages to based on the data. In the c ...
Roald Haahr Jensen
04/11/2019 11:00:33
Last post: 27/11/2019 13:46:34
Vat Calculation
Hi, we are using VAT Groups for VAT calculation. We are using Price Matrix and all the prices are Excluding VAT. In Some Special scenarios we have to change the oderline price in cart and i am setting the price like this orderLineService.SetUnitPrice ...
Umar Farooq
04/11/2019 09:39:19
Last post: 06/11/2019 10:09:35
Product Catalog - New Group on clean gives an unhandled error
So, i am trying to follow the training on the website, everything whent fine until T2, where i try to right click on my newly created shop, or the default SHOP1 and add a new group. I get an Object Reference not set to an instance of an object. I hav ...
David Møller Christiansen
25/10/2019 12:26:29
Last post: 22/04/2020 15:45:35
Custom HTML/JSON editor
Hi guys, I am not sure this is the right section to post this question but since it is about customization, I figured it's as good as any other section. I have a situation for one large prospect, where I need to consider changing the HTML editor or a ...
Adrian Ursu
22/10/2019 11:22:38
Last post: 22/10/2019 12:30:35
Product catalog cached?
Hi! Im having issues with the product catalog tree generation. After a import of data that has several groups and relations that should become nodes in the treeview, not all nodes become visible/added in the tree. I see that the database contains the ...
David Löfqvist
08/10/2019 09:05:22
Last post: 24/10/2019 21:13:14
Translations table in DW database
Hi, Where are translations persisted in the DynamicWeb SQL database? Say I want to make an endpoint, which returns all translations Theis ...
Theis Nickelsen
26/09/2019 08:09:03
Last post: 26/09/2019 08:13:55
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
16
Subscribe
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
10
Subscribe
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