Developer forum
Subject
Replies
Started by
Last reply
Problems with extranet login & logout (DW 9.3.8)
Hi, One of our clients has made some content changes to their solution (DW 9.3.8 - DWsimple) and is now experiencing problems with the extranet module when logging in and out from the frontend. I have posted an image of the error message below. For s ...
Nicolai Jessen
14/09/2022 13:37:33
Last post: 14/09/2022 17:18:38
Image Pattern - Database
Hi, Are images that are set with "Image Pattern" saved in the database? If not? How is that information stored? Regards / Aki ...
Aki Ruuskanen
05/09/2022 15:17:35
Last post: 09/09/2022 10:19:15
Replace ImageGlue with MagicScaler
Hi there, I am trying to replace ImageGlue with MagicScaler. I can successfully add the package Dynamicweb.Imaging.Providers.MagicScalerProviders to my solution. When I then build my project and manually delete Dynamicweb.Imaging.Providers.ImageGlueP ...
Imar Spaanjaars
02/01/2021 15:33:57
Last post: 02/09/2022 09:16:26
12
Subscribe
CustomerComment order field is not updated when changed via WebAPI
Hi DW When updating the CustomerComment order field via the WebAPI with the Cart PATCH query, the changes is not saved. I can see that the field is not referenced in your UpdateCartFromModel in your CartService. It would be much appreciated if it cou ...
Mikkel Hammer
05/08/2022 11:36:24
Last post: 01/09/2022 07:02:49
BOM and custom taxes
Hi, I have products configured as parts lists (BOM), and would like to add a custom tax (Weee), when adding the product to the cart (using a notification subscriber). It is not working, as it seems this is only possible if the products is of type &qu ...
Kurt Moskjær Andersen
23/08/2022 13:17:50
Last post: 26/08/2022 21:08:56
Bug when the PriceProvider is called after upgrading to 9.13.11
Hello, After upgrading to 9.13.11 we saw that the prices weren't retrieved in cart anymore using the price provider, while in the product list or product detail everything was fine. After debugging we saw that for the price provider call in the c ...
Emil Dumitrescu
25/08/2022 13:41:02
Last post: 26/08/2022 11:38:14
ProductsService
Hi Have some development tasks and find out that ProductsService class methods throw System.ArgumentNullException example from custom scheduled task https://doc.dynamicweb.com/api/html/d4c0db51-a485-d6de-2e52-32c457ebb49b.htm ProductServices, same is ...
Andrejs Zavorotnijs
24/08/2022 15:54:04
Last post: 25/08/2022 09:54:34
Sql query to delete paragraph based item and the paragraph the item belongs to
Hi I am trying to delete item type (ItemType_Frugtoggront) and the paragraph that it belongs to The query below deletes the record fromt the ItemType table, and from the paragraph table DELETE FROM ItemType_Frugtoggront WHERE Id IN (SELECT ParagraphI ...
Hans Ravnsfjall
17/08/2022 14:19:37
Last post: 22/08/2022 09:09:55
Best and most efficient way to update product stock?
Dear Dynamicweb, We are looking into a way to have event based product stock updates in Dynamicweb from the ERP system, and are trying to do this in a efficient way without compromising performance on the site. Right now we expose a webapi loads the ...
Anders Ebdrup
15/08/2022 13:57:05
Last post: 16/08/2022 15:37:47
Product Index fails
If I try to build index i get an error, anyone know where to start ? Another question, why is index marked as ok in overview ? From logfile: 2022-08-11 13:33:49.308: Reading next batch, starting from ProductautoID: 0. ThreadID: 183 2022-08-11 13:33:5 ...
Jesper Splidsboel
11/08/2022 13:53:36
Last post: 16/08/2022 12:33:36
Calling /dwapi/ecommerce/products/{productId}?FilledProperties=StandardFields gives NullReferenceException
Hi DW, As the title states, calling /dwapi/ecommerce/products/{productId}?FilledProperties=StandardFields gives this error (i've attached it as a picture aswell for better readability): { "Message": "An error has occurred.", & ...
Mikkel Hammer
10/08/2022 12:34:50
Last post: 11/08/2022 12:41:16
OrderPaymentsController is obsolete?
Dear Dynamicweb, I can see that the OrderPaymentsController is marked as obsolete in the webapi. What is the plan for capturing orders form outside Dynamicweb when this is obsolete? Best regards, Anders ...
Anders Ebdrup
09/08/2022 13:32:26
Last post: 10/08/2022 19:31:45
best database tables to get information about logins and visited paths by user?
Hello, we are trying to build 2 reports with the following outputs: All login instances All visited paths by user can someone please advise what are the best database tables to look to this information? Thank you. ...
Pedro Meias
02/08/2022 18:28:47
Last post: 09/08/2022 16:29:01
Register new activities in Audit
Hi guys, I was wondering if I can extend the Audit section to support additional events. I am thinking specifically about a change of workflow status, for example. Is this possible? Thank you, Adrian ...
Adrian Ursu
28/07/2022 14:17:31
Last post: 08/08/2022 13:57:49
LoadVariantInfo times out on group by
In DW 9.9.6 in a solution with two shops and 500k+ products. When trying to build a product index, LoadVariantInfo times out on the expression: SELECT VariantOptionsProductRelationProductID FROM EcomVariantOptionsProductRelation LEFT JOIN EcomProduct ...
Lasse Larsen
30/05/2022 09:41:26
Last post: 08/08/2022 10:39:46
Get ProductCategoryField options through API
Hi guys, Is there an easy way to access all options of a specific ProductCategoryField via the API? Thank you, Adrian ...
Adrian Ursu
14/07/2022 16:48:33
Last post: 31/07/2022 18:19:48
Avoid System.Web in custom webapi
Hi, We are building some custom webapi's and are trying to get rid of the System.web dependencies, much like we do with all Razor templates. I looked at some recent threads such as https://doc.dynamicweb.com/forum/development/development/dynamicw ...
Nuno Aguiar
26/07/2022 11:25:22
Last post: 27/07/2022 10:14:38
Null exception from FillRow in UserRepository
I have a solution that has started throwing null exceptions when trying to save users: System.NullReferenceException: Object reference not set to an instance of an object. at Dynamicweb.Security.UserManagement.UserRepository.FillRow(DataRow row, User ...
Tor Leeberg
21/07/2022 11:13:55
Last post: 25/07/2022 07:30:59
SetUnitPrice Overload doesnt set price or unitprice
SetUnitPrice(OrderLine orderLine, PriceInfo priceInfo, bool forcePriceRecalculation) Doesnt update unitprice or price on orderline no error is thrown. Why does this happen? DW version : 9.13.25 ...
Theodor Perrier
20/07/2022 12:17:45
Last post: 21/07/2022 10:35:32
Convert translations.xml to excel file
Hi, We have a client who wants to do all the translations in an excel file. Is there a way to convert translations.xml to Excel file and then convert back to Xml and upload to DW? BR, Ricardo P. ...
Ricardo Pereira
19/07/2022 13:06:29
Last post: 19/07/2022 13:08:49