Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Clear custom cache in Load Balancing Setup?
Hello, Is anyone familiary with how to clear a custom cache storage through out the nodes in a load balancing setup? Best regards, Anders ...
Anders Ebdrup
26/02/2024 14:30:37
Last post: 27/02/2024 08:46:58
Prepare StockLevelProvider
For the live products prices, there is a prepare Prices function. You also get a list of the selection products where I can get the ProductIds from, for example, a product overview. We need to have something similar for our client but then for the st ...
Duncan Janssen
20/02/2024 14:08:42
Last post: 22/02/2024 13:30:55
Order Search filter using Custom order fields
OrderSearchFilter filter = new OrderSearchFilter(); filter.SearchCustomerFields = "OrderCustomfield=1"; var orderList = orderService.GetOrdersBySearch(filter); any good example to search orders using Order custom fields? ...
Shiwanka Chathuranga
19/02/2024 09:57:17
Last post: 20/02/2024 10:30:16
OData error reporting
Hi there, I have a site with 7 jobs that connect using the OData provider (prices, products, orders, order lines and more). Every now and then (roughly every other day) all 7 jobs fail and I get an error report like this by email: Activity BC Orders  ...
Imar Spaanjaars
09/01/2024 08:44:39
Last post: 19/02/2024 17:06:02
Naming of parameter in FacetGroupResult methods
Dear Dynamicweb, I have been struggling with using the methods in FacetGroupResult until I realized that the parameter name "facetName" in more or less all methods in the class mean "queryparameter". So from my perspective it was  ...
Anders Ebdrup
01/02/2024 08:39:20
Last post: 08/02/2024 11:24:27
Strange error in local environment
Hi, I have a strange problem in my local environment. Maybe somebody here have a suggestion. The problem is that my local environment does not want to start. :) I just get a timeout with this error. The last thing it tries to do is "Dynamicweb.E ...
Aki Ruuskanen
07/02/2024 15:52:26
Last post: 08/02/2024 08:01:17
Get Calculated ProductField Value
Hello, I'm working on a project where i'm getting product data values using sql and a datareader. I have a productfield that is calculated using a FieldtypeProvider.CalculationProvider but the calculated value in the database table EcomProduc ...
Kasper Pedersen
31/01/2024 09:44:49
Last post: 07/02/2024 15:29:39
Only show the custom badge if you are a user/group assigned to the discount.
Hi, I have created a custom badge in Swift based on the sales badge. The custom badge displays the name of the product discount instead of the discount percentage. When I associate this discount percentage with a group/user, the custom badge is only  ...
Caro De Weze
01/02/2024 08:08:14
Last post: 05/02/2024 22:49:01
Debugging: No Symbols loaded for Compiled Razor Files
Hi, I'm trying to debug a local solution, but breakpoints in the cshtml files are not hit with the message that symbols are not loaded. I have taken the following steps: Create a new dw10 project with "dotnet new dw10-suite" Add Files f ...
Justin Sjouw
24/11/2023 09:30:09
Last post: 05/02/2024 09:49:01
RenderProduct on Order State Change
Hello, Im having an issue with RenderProduct on changing Order state. We have a scheduled task that adds the track and trace values on the orders and then changes the state to the next step of the order flow. The issue is that the next step has a ema ...
Goncalo Faria
08/12/2021 15:13:19
Last post: 02/02/2024 08:15:44
Order status email generation failed when status change from code
We are changing order status from another function from shipping provider and that time email is not generated. but status changed correctly. when we change that status manually from DW backend email is generated without any issue Code : order.StateI ...
Shiwanka Chathuranga
29/09/2023 13:26:32
Last post: 02/02/2024 07:55:47
Product and category copies, -1 in links
Hello everyone! We have this issue where after adding new products the links to them are not working. The problem is that "-1" is added to the category name: /profylakse/diverse-1/appliseringtips-22g-moerkblaa-75stk It should be diverse ins ...
Wiktor Wieczorek
12/01/2024 08:58:42
Last post: 30/01/2024 17:25:50
WebApi user save does not allow to save custom fields
Hi, We are using WebApi to patch the user information, although when we try to update a custom field it is retuning an error: "ExceptionMessage": "Column 'AccessUserAddress_IsBlocked' does not belong to table Table.", &quo ...
Mario Santos
23/01/2024 13:18:11
Last post: 30/01/2024 10:33:52
GetSQLPresentation in ProductFieldTypeProvider
Dear Dynamicweb, We are working with a ProductFieldTypeProvider, and it seems like we cannot control the length of the field in the database as the method: GetSQLPresentation is marked as "internal". Can you please remove the internal acces ...
Anders Ebdrup
23/01/2024 10:19:37
No replies yet
How to resend user invitation email
Hi, Considering the manage users page - Content/Navigation/Utilities/My Account/Manage users After a user is invited, the invited user receives and email. Configured as follows on Extranet App We are trying to add a feature that allows the person man ...
Pedro Meias
22/01/2024 09:35:03
Last post: 23/01/2024 09:02:52
Form Notification subscriber - cancel/abort submit
Hi everyone, I'm using the subscriber: [Subscribe(Dynamicweb.Forms.Notifications.Frontend.OnAfterSubmitSave)] And what I'm trying to accomplish is to validate an email on form submit and if the email doesnt comply with my criteria, i wish to  ...
Nicholai Pedersen
22/01/2024 10:54:01
Last post: 23/01/2024 08:59:43
Show unit of measure
Hi, I want to show the unit of measure with their quality for a product in the frontend. Can I easily retrieve this information? How do I do this? Caro ...
Caro De Weze
09/01/2024 10:18:40
Last post: 16/01/2024 11:56:52
Expired discounts are being applied to orders after upgrading
We are currently facing an issue about expired discounts are being applied to orders after upgrading. Expired discounts are being applied to orders after an application upgrade from version 9.3.15 to 9.14.9. This issue occurs with existing carts crea ...
Zayar Minn
08/01/2024 07:50:28
Last post: 16/01/2024 06:32:35
Rúni Gudmundarson
15/01/2024 13:22:06
Last post: 15/01/2024 14:25:49
Stop Recurring order for selected months
HI I have requirement that needs to give customer a option to stop reccuring order for some months. eg: order will be from january to dec for every months, and customer does not want that order to happen in april and august. what will be the best way ...
Shiwanka Chathuranga
10/01/2024 11:56:04
Last post: 12/01/2024 04:57:55