Developer forum

Forum » Dynamicweb 10
Subject
Replies
Started by
Last reply
DW not seeing deployed dll
Hi I hit the issue during CI/CD configuration. I have some custom code, few dlls. i can see in azure devops that they were install properly : i can see custom dlls on server : but than in installed the "infrastucture" dll is missing : so be ...
Mateusz Struzik
02/11/2025 22:17:00
Last post: 03/11/2025 09:51:07
Don't link cell with checkbox in list views
Is it possible to remove the link from the column / cells that contain a checkbox to select items? It's all too easy to click just outside the checkbox by accident which then takes you to the linked item. This is especially annoying when selectin ...
Imar Spaanjaars
01/11/2025 13:58:06
Last post: 03/11/2025 09:51:46
Sort by price shuffles list but not by sorted value
Hi, Im running swift 1.26.8 on dw 10.19.11 and sorting a productlist by anything other than Price works correctly. But when setting SortBy=-Price/SortBy=Price it shuffles the list but not sorting it correctly. https://unisportsite-hef8gcgag9bnasdj.we ...
Joakim
31/10/2025 10:03:36
Last post: 31/10/2025 12:10:51
Keep editor open when saving templates
Hi there, Can the editor be kept open (or open in a new window) when editing a template online? Here's my current flow: 1. Open a PIM feed and on the Feed Provider tab click the Edit icon for the template (but could be any other app's templat ...
Imar Spaanjaars
29/10/2025 11:31:13
Last post: 07/11/2025 11:17:08
Odata integrations with SAP Business One
Hi guys, I am working on an integration with SAP Business One. They seem to have OData endpoints available. My question, though, is related to Authentication. They have a system where you authenticate to an endpoint with a user, password, and databas ...
Adrian Ursu
28/10/2025 15:31:39
Last post: 30/10/2025 13:06:51
how to add cookies to dw10 Cookie Manager?
Hi All. We are currently working on a website and would like to know, how to add new cookies to the cookielist in the backend Cookie manager. Lets say we add hotjar to the website, then we need to add cookies for that. there is an "+ add cookie& ...
Christoffer Rosendahl Frede
27/10/2025 10:31:02
Last post: 27/10/2025 13:07:09
Discount logic
Hi guys, I am trying to configure a discount combining several conditions. My purpose is to give 3% discount to products from a group, for a customer from a specific User group, and only if the quantity in the cart is greater than 10 units for any co ...
Adrian Ursu
26/10/2025 11:18:51
Last post: 27/10/2025 13:23:45
OrderDeliveryAddressId and OrderCustomerAddressId in TemplateTags
Hi guys, Is it possible to save data in OrderDeliveryAddressId and OrderCustomerAddressId using the old TemplateTags approach for the checkout? Thank you, Adrian ...
Adrian Ursu
25/10/2025 15:40:01
Last post: 27/10/2025 12:58:32
Assets - Variant image removed when assigned as master in creation of variants
Hiya, In the PIM, when combining products in variants there is a peculiar scenario where the product that is assigned as the master gets its image removed on the variant level. This results in an image for the other variants, the master level but not ...
Barend Mosch
24/10/2025 10:58:51
Last post: 30/10/2025 09:28:33
Detecting field changes in UserSaved notification
Hi, When subscribing to a UserSaved or UserOnBeforeSave notification, is there a way to know if a user specific user field or custom field had is value changed? In our case we want to run logic some when a custom user text field is updated, but we wo ...
Pedro Meias
23/10/2025 13:59:00
Last post: 27/10/2025 12:50:27
Forms for editors bugs
I tested this on a couple of different versions including 10.19.9 I think something is wrong with saving form fields in general, changing the sort order of fields and then save/close does not save the changes. Also saving the details of a form field  ...
Justin Sjouw
23/10/2025 12:36:05
Last post: 24/10/2025 07:53:40
Use in URL - prefix / root for all URLs to pages in this website
Hi, Setting a value in Use in URL does not have an effect in DW10 site, as it does in a DW9 site, see screenshot. In the DW9 site it has effect in frontend on all urls, as the tooltip in backoffice says: But in the DW10 site it has no effect in front ...
Peter Krusell
23/10/2025 12:05:28
Last post: 23/10/2025 16:36:42
Customizing the area list
Seems documentation is outdated, did i miss anything? https://doc.dynamicweb.dev/documentation/extending/administration-ui/arealist.html public sealed class TestArea : AreaBase { public TestArea() { Name = "Test"; Icon = Icon.AirPlay; Sort  ...
Shiwanka Chathuranga
22/10/2025 08:36:33
Last post: 27/10/2025 12:46:46
BC custom integration with Odata4 endpoint
We have a working connection and request in DW Integration module that works with a custom Odata4 endpoint in BC (see image). The use case here is to create a selector function in the UX where the user can select one of the addresses in the BC respon ...
Joakim
21/10/2025 11:35:31
Last post: 21/10/2025 15:05:02
Create all language versions for products by default
Hi guys, Is there an easy way to localize products to all languages by default? Meaning, generate product versions for all languages for existing products, and then create all language versions every time I import a new product ? I hope this makes se ...
Adrian Ursu
21/10/2025 10:31:58
Last post: 21/10/2025 11:15:03
Multi site/shop <> BC companies scenario - prevent BC users access to wrong site/shop
Hi, We have a scenario with Multi site/shop <> BC companies scenario x 4 for different scandinavian markets / countries. When a BC user that originates from lets say the BC SE company logs in on the SE site, its after that possible for him to s ...
Peter Krusell
20/10/2025 22:50:49
Last post: 05/11/2025 22:55:16
Activate addresses
Hi guys, I noticed that the User Addresses now have an "Active property". From what I see in the Swift template, there is no hidden property for "Active" when creating a new address, and therefore the address is not saved on the c ...
Adrian Ursu
19/10/2025 17:14:01
Last post: 23/10/2025 11:18:48
Access product when overriding ProductViewModel
Hi, I am trying to extend the ProductViewModel to add more properties to it. We can simply create a custom viewmodel - but how do we know the actual product that is in context? I need to do a DB check based on a ProductId, ProductVariantId. I tried s ...
Mario Santos
18/10/2025 17:44:34
Last post: 22/10/2025 11:02:42
Different Athentication methods for websites on the same solution
Hi guys, I have a project that is supposed to implement 2 separate websites, one for B2B and another for B2C. For B2C, we will use the standard scenario with username and password. For the B2B though, we are considering using one of the advanced meth ...
Adrian Ursu
18/10/2025 11:33:40
Last post: 20/10/2025 12:46:29
Dealing with a large number of products
I'm working on a case where the potential customer has asked to show that DW stil runs smooth with around 4 million products. I'did a little test with some bogus data, and imported almost 1 million products. I notice that the "All Produc ...
Justin Sjouw
17/10/2025 09:24:11
Last post: 21/10/2025 11:29:23