Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Log file setting repetition in GlobalSettings.aspx
Hi, DW 9.17.7 I want to find out why in the globalsettings.aspx file in the FileRetentionSettings node, we are getting a repeated value (3600+ repetitions.. This file then gets written to at whatever stage (maybe when log cleanups happen or scheduled ...
Andrew Rushworth
05/11/2024 10:16:11
Last post: 15/11/2024 07:33:38
ActiveStateChanged triggers on recycle
Hello, I have an issue, where my application keeps failing when i am releasing and the app recycles. I've located the issue in a NotificationSubscriber on Standard.Page.ActiveStateChanged Notification. We use this to make an api call to our CDN p ...
Kasper Pedersen
14/11/2024 09:17:04
Last post: 14/11/2024 15:39:04
Copying area fails after 10 minutes on DW 9.18.0
Hi DW, I've previously made a post about area delete and copy failing after 1 minute (link to post), which has been fixed in task #20086 - where is seems the fix was to default it to 10 minutes instead. I'm sitting on a 9.18.0 solution, and i ...
Mikkel Hammer
04/11/2024 11:17:28
Last post: 11/11/2024 11:29:02
Retrieve all results of a query publisher list
Hi guys, I have a situation where I need to create a list of users that can be filtered using facets and at the same time a map displaying the results of the filter. The main list should have pagination while the Map should display the entire list. T ...
Adrian Ursu
01/11/2024 16:38:35
Last post: 04/11/2024 13:23:27
Custom API - api enabler stop working after test controller added
Hi I am trying to switch on custom api for dw 9.16.6. I added api enabler as it is recomended with some logs: [Subscribe(Standard.Application.AuthenticateRequest)] public class ApiEnabler : NotificationSubscriber { public override void OnNotify(strin ...
Mateusz Struzik
20/09/2024 14:55:07
Last post: 21/10/2024 18:14:06
Extending the parameters of the index build
Hi guys, There may have been other similar questions on this topic but I can;t find them, so I will just repeat the question. Can I extend the parameters of an index build? I am thinking about Index only products with a specific WorkflowStateID (or a ...
Adrian Ursu
28/07/2022 13:32:10
Last post: 21/10/2024 08:45:03
Add new filter parameter to IndexBilder
Hi guys, Is there any way I can add an additional parameter to the IndexBuilder? I want to be able to filter out some products from the index based on a property of the product. Thank you, Adrian ...
Adrian Ursu
17/10/2024 15:02:34
Last post: 19/10/2024 12:48:15
Display voucher based discount on products
Hi Guys, We are looking into a way to display voucher based discounts on the product list page (PLP) and the product detail page (PDP), but is looks like that it has been blocked in the core code in DW (please find the screen shot below). I am wonder ...
Anders Ebdrup
11/03/2024 10:19:39
Last post: 16/10/2024 11:05:44
Diffrent types of content in same index
Hi, In a project we have a design where different types of content are displayed in the same search result list. So we need to mix product, content and user indexes. I have done this before by simply building an own IndexBuilder that retrieves all th ...
Aki Ruuskanen
07/10/2024 15:34:51
Last post: 08/10/2024 08:51:10
GetActiveProducts always only returns assortment
Hi, Dynamicweb.Ecommerce.Services.Products.GetActiveProducts("LANG1", false) seems always to return only products in Assortment even if useAssortments is passed as false. Using version 9.17.2. BR, Magnus ...
Magnus Holmberg
04/10/2024 12:45:51
Last post: 07/10/2024 12:46:31
Ecommerce.Product.AfterSave not firing for language inherited fields
Hi there, I have a notification subscriber that responds to Ecommerce.Product.AfterSave so I can add it to a custom queue to be exported to an external system. My solution also has multiple languages. What I am seeing is that when I change a field th ...
Imar Spaanjaars
04/10/2024 11:10:03
Last post: 05/10/2024 13:09:02
Some issues with CLI
Hi, It seems both the -l and -i switches generate an error with the query command: ...
Justin Sjouw
01/10/2024 10:30:26
Last post: 03/10/2024 10:34:49
Notification subscriber
Hi, I'm trying to start work on a notification subscriber. I created a very simple example based on the example on dev.dynamicweb.com, which looks like: I can build and add the dll to addins\local and then install the dll: But it refuses to show  ...
Justin Sjouw
30/09/2024 16:21:55
Last post: 02/10/2024 02:12:27
Transfer permissions to impersonated user
Hi, How do I ensure that the permissions of a user in a certain group are taken over if you impersonate another user with that user? Example: I have the group 'Nussbaumer vertegenwoordigers' containing the user 'Vertegenwoordiger test' ...
Caro De Weze
30/08/2024 13:38:55
Last post: 30/09/2024 14:24:51
What's the purpose "ShadowEdit" files?
Hi forum/DW, I just setup a swift solution running with DW10, and I noticed a bunch of files being generated in a /ShadowEdit folder. What's the purpose of these files, and is there a setting for it somewhere? I can't find anything about it i ...
Mikkel Hammer
27/09/2024 07:44:26
Last post: 27/09/2024 10:18:10
Get all options in the column EcomFieldOptionTranslationName in the table EcomFieldOptionTranslation
Hi, Dynamicweb version 9.17.6 I need to retrieve all the options from a specific EcomCategoryFieldList field. But it seems like they are not all stored in the database as single rows? I can see it in the EcomProductCategoryFieldTranslation table in t ...
Marie Louise Veigert
13/09/2024 10:26:23
Last post: 27/09/2024 08:19:47
Reccuring orders questions
Hey guys, I have a customer that uses Recurring orders feature and I need to add some functionality. Wonder if anyone knows what is the purpose of "RecurringOrderLastDelivery" field in the table [dbo].[EcomRecurringOrder] I know the name is ...
Alexandru Aliu
24/09/2024 10:08:33
Last post: 24/09/2024 13:35:09
Cart.Line.Increased triggers itself, runs twice.
I'm having an issue where my Cart.Line.Increased code runs twice, this only happens when i change the quantity of the IncreasedLine. Changing item.IncreasedLine.Quantity triggers the subscriber again. So if I increment my item.IncreasedLine by 1, ...
August Schnell
19/09/2024 13:04:55
Last post: 20/09/2024 14:48:15
NuGet bug report missing?
Hello, a while ago in this thread I wasked about issues with NuGet packages - https://doc.dynamicweb.com/forum/development/development/is-nuget-still-supported The answer I got there was that it was a DW bug that has been reported (#17029) and was ab ...
Karol Barkowski
16/09/2024 12:21:25
Last post: 17/09/2024 11:41:40
Products search api issues
Hi, I have a sample project (9.17.6) where I've installed most recent Swift. I've created a product repository, index and two sample queries. Now, if I'll pick up those queries as ones used by the Product Catalog App, it looks like it wor ...
Karol Barkowski
16/09/2024 15:17:53
Last post: 16/09/2024 15:29:09