Developer forum
Subject
Replies
Started by
Last reply
LSIntegration get stock with multiple Locations Exception thrown
Hi, we are working on an integration project using DW LSIntegration project agains a customer LSRetail implementation. In LS the web store is configured to have multiple locations. This is done because the webstore sells items that can be picked up f ...
Reynir Viðar Ingason
30/09/2019 12:56:27
Last post: 01/10/2019 12:35:36
Code first items, editors with parameters.
Hi Guys I'm somewhat new to codefirst items. I'm trying to have a field with a user group selector (UserEditor), but i cant find any documentation of how to add parameters to editors when used in combination with code first items. The UserEditor is s ...
Simon Nordahl
10/01/2018 14:25:26
Last post: 01/10/2019 12:06:06
17
Subscribe
GetImage and Webp
Hi, I've been looking into the ability to output WebP-images in Dynamicweb 9, and been looking into the package from ImageProcessor. Anyone been using this or have another approach to serve WebP-images? -- Best regards Kurt Moskjaer Andersen ...
Kurt Moskjær Andersen
19/08/2019 18:05:59
Last post: 01/10/2019 07:29:26
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
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
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
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
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
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
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
Søren Ravn Lund
12/09/2019 08:06:14
Last post: 12/09/2019 08:23:58
Require unique user names (and a unique custom attribute)
Hi, When visitors register for an account on our website, we would like to check whether the user name and one of our custom fields are already taken by someone else. On our platform, different users are allowed to have the same e-mail, as the same p ...
Albert Gyllenhoof
10/09/2019 13:17:33
Last post: 11/09/2019 11:49:52
DW 9.7 tries to us HtmlAgilityPack, Version=1.8.4.0, but current version is 1.4.9.5
Hello, After updating our solution to DW 9.7 we are getting version conflic warnings about HtmlAgilityPack. All visible references after installing DW using nuget are to HtmlAgilityPack, Version=1.4.9.5. Buiding with verbose on shows though that some ...
Hans Kloppenborg
29/08/2019 12:02:45
Last post: 10/09/2019 16:07:53
Critical issue in assortments
Hi Dynamicweb, We are testing with the latest version of DW (9.6.13) and see some issues with the assortments... Try the following: Access a product which is locked by an assortment with a direct link => the product is not displayed => CORRECT ...
Anders Ebdrup
08/08/2019 16:51:36
Last post: 10/09/2019 12:23:52
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
Create and add user to Newsletter group or not from form for editors
Hi, In the form for editors module configuration, there is an option to automatically add the user(email) to a group. I'm using a form for editors form to have a user fill in some data with the option to subscribe or not to the newsletter. I need the ...
Daniel Voicu
05/09/2019 16:10:51
No replies yet
New email subscriber registered, cannot create new user with same email/username.
Hi Guys, When user subscribes to newsletter. New user is created with random password, and placed into Newsletter user group. - all ok here. There are 2 seperate user groups. One is Newsletter subscribers only, another one is Extranet/Website users. ...
Dmitrij Jazel
21/09/2016 12:17:58
Last post: 03/09/2019 17:28:00
16
Subscribe
Dynamicweb.Ecommerce.Integration.Connectors as nuget package?
Hi Dynamicweb, Will it be possible to get access to this package: Dynamicweb.Ecommerce.Integration.Connectors by nuget package? Best regards, Anders ...
Anders Ebdrup
19/06/2019 11:32:40
Last post: 02/09/2019 16:09:37
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
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
10
Subscribe