Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Frontend translation in OrderComplete notification
Hi, We are trying to create an order complete and at that time, we need to append some strings (orderline custom field in my case, but could just as easily be an order custom field), that we then need to use in the email notification and "My ord ...
Nuno Aguiar
26/01/2023 12:04:36
Last post: 27/01/2023 13:28:03
HttpContext in an IndexBuilderExtender
Hi there, In an attempt to optimize code in an IndexBuilderExtender, I wanted to preload some data and store it in HttpContext.Current.Items so I have it available for subsequent calls to ExtendDocument. However, HttpContext.Current is null (and so i ...
Imar Spaanjaars
26/01/2023 11:30:55
Last post: 26/01/2023 11:50:09
User property SystemFieldValues is empty
Hello, When trying to access property SystemFieldValues of an User, this property is always empty. Is this behaviour expected? Thank you. ...
Pedro Meias
25/01/2023 10:51:38
Last post: 26/01/2023 11:40:24
Manually running scheduled job returns: Token is invalid, scheduled task run canceled
DW-version 9.13.10. On staging environment whenever I run a scheduled job i receive the following error message: "Token is invalid, scheduled task run canceled". Windows scheduled task is not installed on the server, so scheduler is not wor ...
Philip West Christiansen
03/01/2023 15:32:46
Last post: 10/01/2023 09:56:49
Forms for Editors - fileupload whitelist of file extensions
Hi can I using "Forms for Editors" make a whitelist of file-extension and try to pervent upload of unwanted files on serverside ? I know you can rename your files and bypass this kind of restrictions, but anyone has a solution to this ? A n ...
Jesper Splidsboel
30/12/2022 11:59:30
Last post: 18/01/2023 17:39:32
WebApi: Adding users to group
Hi Is it possible to associate a user with a user group during creation of the user with /dwapi/users/create? And if not, can it be done in another way? Kind regards Roald ...
Roald Haahr
05/12/2022 14:03:15
Last post: 14/12/2022 13:15:22
HandlePricesExclusively not taken into account in Viewmodel
Dear Dynamicweb, We see a performance penalty when using the product viewmodel as the property HandlePricesExclusively in our custom PriceProviders are not respected. Please see the code marked with red here: private List<PriceListViewModel> Ge ...
Anders Ebdrup
24/11/2022 15:30:07
Last post: 20/04/2023 17:37:10
Default favorite list not handled
Dear Dynamicweb, In the UserProductsMacro the default favorite list is not supported as null is just returned if not set in the url: private static object GetFavoritesAutoIdsByUserId() { // If ?ListID=?? is not specified, do not return anything strin ...
Anders Ebdrup
21/11/2022 08:34:20
Last post: 24/04/2023 01:33:54
Cache in favorites viewmodel is not cleared
Dear Dynamicweb, We have experienced that the product id cache in UserProductsMacro, is not cleared when adding or removing through the CustomerExperienceCenter. It seems to be missing a call like this: Indexing.UserProductsMacro.ClearUserFavoritesCa ...
Anders Ebdrup
17/11/2022 14:39:26
Last post: 21/04/2023 06:30:41
Live prices on WebAPI
Hi DW We have an issue on DW 9.14.1 using the Web API to get products for a custom view. We are using Live Integration version 7.0.5 with Live Prices enabled. The problem is that we can get the products fine if we are querying them anonymously from t ...
Chris Søgaard
16/11/2022 15:29:31
Last post: 17/11/2022 09:36:57
Documentation for Excel Exporter
Hi, Is there any documentation available for the Excel Exporter? We had this link, but it seems it's not available anymore. https://doc.dynamicweb.com/other/tools/generic-excel-exporter Thank you. ...
Pedro Meias
15/11/2022 13:00:32
Last post: 29/11/2022 14:50:56
How to apply customer specific information from a PriceProvider
Hi there, I have a project where the remote ERP determines if a product can be sold to the currently selected ship to country. For example, it can be that a customer can see / order a product when they ship to country X but not when they ship it to c ...
Imar Spaanjaars
13/11/2022 20:29:41
Last post: 14/11/2022 10:12:03
Control height of drop down parameter in scheduled task
Hi there, I have a scheduled task with a DropDownParameterEditor on a parameter. No matter what I try, I can't seem to change the height of the drop down: The HTML is as follows: <select size="4" name="Repositories_index_update& ...
Imar Spaanjaars
06/11/2022 19:30:30
Last post: 06/11/2022 19:37:46
Stored Procedures and Data Lists
Hi, (Not sure if the right category) We have a stored procedure that runs perfectly in SQL Firehose, but Data lists does not return anything. The stored procedure is creating some temp tables, and I wonder if that has anything to do with it. At least ...
Nuno Aguiar
04/11/2022 13:19:56
Last post: 07/11/2022 12:47:13
Total price dont get recalculated when quantity gets changed
In DW 9.13.12 We have been experiencing problems with the total line price not getting updated if the quantity is changed, in the cart, after the line have been added. When adding the order line the total is calculated correctly: cartjson?redirect=fa ...
Lasse Larsen
01/11/2022 11:14:02
Last post: 01/11/2022 15:45:55
Live Integration PriceProvider and ProductViewModel
Hi, We have a custom Live Integration (extended on top of the standard one) to handle some of our common needs. We've done this years ago and it's working just fine with template tags and whenever we instantiate a Dynamicweb.Ecommerce.Product ...
Nuno Aguiar
19/10/2022 20:22:44
Last post: 25/10/2022 18:45:23
PreparePrices and FindPrice behaving oddly
Hi community, I’m experiencing an odd behaviour with PreparePrices and FindPrice when doing searches. Mainly where the searchresults contains products with lots of variants. In this case it is a Rapido-based solution. (I have locally upgraded t ...
Aki Ruuskanen
14/09/2022 15:55:25
Last post: 14/09/2022 18:04:02
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
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