Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
setting UnitPrice on CartCmd=AddMulti
Hi DW, Is it possible to set a fixed UnitPrice when using CartCmd=AddMulti? One of our solutions have a feature where the customers can copy/paste from Excel into a textarea with productId and quantity, and then we "transform" the input int ...
Mikkel Hammer
11/04/2022 10:06:24
Last post: 11/04/2022 15:21:45
more information about carts on /dwapi/ecommerce/carts/
Hi DW, Is it possible to get more information about the carts thats returned by the /dwapi/ecommerce/carts/ endpoint. We'd like to be able to distinct the active carts without having to acces them first with /dwapi/ecommerce/carts/{secret} It cou ...
Mikkel Hammer
01/02/2022 14:29:29
Last post: 11/04/2022 09:41:49
Translation of orderflow subject
Hi Community, we are using Orderflow states in DW to send out notifications to customers when their order changes states from ex. Shipped to Invoiced. We need to be able to somehow change/translate the subject field. Is there a subscriber to the send ...
Søren Jakobsen
08/04/2022 15:41:05
Last post: 08/04/2022 15:43:06
Making a custom Web API with Dynamicweb
Hello! I read that it is possible to further develope an API supporting the dynamic web platform. Any further information regarding this, meaning do you have any examples where's you've implemented one or two routes / controllers that will work with  ...
Thomas Berthelsen
22/08/2019 10:28:03
Last post: 07/04/2022 19:43:06
Orderline TotalDiscount not set on initial POST request when adding product through dwapi
Hi DW, When adding a product with a product discount through the dwapi endpoint, /dwapi/ecommerce/carts/{secret}/items/, the orderline TotalDiscount is not set on the initial POST request, and requires another request that manipulates the cart, eithe ...
Mikkel Hammer
29/03/2022 13:41:42
Last post: 06/04/2022 02:45:02
no validation when adding a product to the cart via the dwapi/ecommerce/carts/{cartSecrect}/items/ endpoint
Hi DW :) We've been playing around with the dwapi, and noticed there's no validation when adding a product to the cart via the dwapi/ecommerce/carts/{cartSecrect}/items/ endpoint. Naming 5 examples we've tried out, i've added the orde ...
Mikkel Hammer
25/03/2022 14:29:09
Last post: 06/04/2022 01:28:11
WebApi does not take user assortments into account for GetProduct
Dear Dynamicweb, When requesting a product with a call like this: http://domain.dk/dwapi/ecommerce/products/SGK005/SP1524.SP2159.SP3525?CurrencyCode=DKK&CountryCode=DK&LanguageId=LANG1, then this method: HasAccessToProduct, does not take the  ...
Anders Ebdrup
05/04/2022 10:24:37
No replies yet
Serialization error on product API endpoint (/dwapi/ecommerce/products/{id})
When trying to query the products endpoint by ID (ex: /dwapi/ecommerce/products/PROD560), I consistently get the following error. Has anyone seen this before? This is on 9.12.0.0, we have a default currency set in the backend so I don't think thi ...
David Mercer-Taylor
01/04/2022 18:30:06
Last post: 04/04/2022 19:21:52
Restore nuget package error - some versions is missing
We have a DW installation (DW 9.6.6) and haven't made changes to this solution for a long time. We use DW nuget-packages and when I try to restore from nuget, some packages is missing. An example is this package: Unable to find version '2.0.5 ...
Jesper Splidsboel
01/04/2022 16:40:02
Last post: 04/04/2022 09:41:45
Create ProductGroups and add values for ProductGroupFields
Hi guys, I have a situation where I need to grab some data from an external system and use it to create ProductGroups and populate some values on some custom ProductGroupFields. What would be the most efficient way to handle the ProductGroupFields pa ...
Adrian Ursu
04/03/2022 15:52:39
Last post: 01/04/2022 11:06:47
Opt in for custom cookie categories
Hello, is there any way for me to request an opt in for a custom cookie category via the frontend? I am using the three cookie opt in levels that you provide, 0 for rejecting all (both functional and tracking I suppose), 1 for accepting functional on ...
Unnsteinn Garðarsson
03/02/2022 11:32:06
Last post: 31/03/2022 12:19:08
Need user by Externalid but GetUserBySql is obsolete and GetUserByExternalId internal
We just upgraded a solution and now the Dynamicweb.Security.UserManagement.User.GetUserBySql is marked obsolete. We used it to get a user by its externalId. I see there is a function GetUserByExternalId but its Internal. Why is it internal? and can i ...
Brian Bolks
30/03/2022 16:43:47
Last post: 31/03/2022 09:09:25
Mail retry
Is there any way to configure the mail server to retry a failed send ? We have the following error when an order receipt email should be sent and I cannot see anything in Control Panel nor in Settings - Web and HTTP - SMTP that is off. The test email ...
Unnsteinn Garðarsson
25/03/2022 14:39:25
Last post: 25/03/2022 15:38:39
Unable to access a product in DW administration on DW 9.13.3 and Dynamicweb.Ecommerce 1.13.26
Hi DW, After upgrading to the lastest DW (9.13.3) and Dynamicweb.Ecommerce (1.13.26), we're unable to access a product in the DW administration. We're getting this error: how to reproduce: Go to Ecommerce -> Under Product catalog, select A ...
Mikkel Hammer
23/03/2022 12:47:08
Last post: 24/03/2022 19:09:29
No license installed. Login to set up license
Hi DW Team, We are using the trial version of DynamimWeb 9.10.10 for our local development environment and we are facing a license issue. As you can see in the images below: - The first image shows the admin screen with no license installed warning a ...
Steve Knutson
20/03/2022 10:42:38
Last post: 24/03/2022 16:07:54
unable to complete order through dwapi on DW 9.13.2
Hi DW, Im trying to complete an order through the dwapi on 9.13.2, and we're getting this error. { "Message": "An error has occurred.", "ExceptionMessage": "Object reference not set to an instance of an object.& ...
Mikkel Hammer
18/03/2022 19:11:11
Last post: 22/03/2022 12:38:00
Unable to get cart via /dwapi/ecommerce/carts/{secret} after adding product to cart after upgrading to 9.13.3
Hi DW, As the title says, after upgrading to 9.13.3, we get this error when trying to get the cart via dwapi after you a product to the cart. It's just on my locale machine so i don't have a site to reference to. { "Message": " ...
Mikkel Hammer
18/03/2022 12:21:36
Last post: 21/03/2022 09:48:45
batch integration - delete imported addresses only
Hi, We have batch integration job which is importing users and addresses from NAV. but its also possible from the frontend that end user can add thier own addresses which are not synced with NAV. I know there is a setting to delete the addresses &quo ...
Umar Farooq
17/03/2022 10:15:46
Last post: 21/03/2022 08:09:59
Best way to handle removing products from a productlist - to maintain paging
Hi, I have tried to find a solution, and searched the forum, but am unable to find the best solution to remove products from a productlist - and maintain the paging. If ProductList.BeforePaging is used it will only remove the product. What I am tryin ...
Jan Sangill
20/03/2022 09:34:24
Last post: 21/03/2022 00:40:45
Show the Created Cart Function
Hi, I am trying to create the cart automatically after the order completed. I succeeded to add the cart in admin site but the cart does not show in the front end and I already try to use setCart function. The code is in the txt file and the result is ...
Rivan Chandra
09/03/2022 09:56:16
Last post: 20/03/2022 01:50:14