Developer forum
Subject
Replies
Started by
Last reply
Split and merge orderlines from api
Hi, As mentioned in the thread https://doc.dynamicweb.com/forum/development/development-split-orderlines-in-cart, I need to be able to split and merge orderlines in the cart. Does the built-in functionality with merging similar orderlines also work w ...
Kurt Moskjær Andersen
11/01/2022 08:04:48
Last post: 19/01/2022 11:46:57
DW WebAPI uses stock provider?
Hello there, Is the DW WebAPI calling the stock level providers? If so, which method is being called? Currently I have the 3 overloads for FindStockLevel implemented and none is being called. Thanks, BR, Mario ...
Mario Santos
28/12/2021 12:15:18
Last post: 04/10/2022 12:52:29
ProductEditor hardcoded to use assortments
Dear Dynamicweb, We have an issue with the method in ProductEditor, as "ParseValue" is hardcoded to use assortments even though is not activated in the solution. I will suggest that the call to GetProductById is replaced with the version wi ...
Anders Ebdrup
21/12/2021 08:33:44
Last post: 21/12/2021 16:16:12
Add OptionLabel to
Dear Dynamicweb, When outputting product fields with "Ecom:FieldDisplayGroup.Field" we are missing the "OptionLabel", which is available through "Ecom:Product.CategoryField.XX.OptionLabel". This means that a formatted fi ...
Anders Ebdrup
16/12/2021 09:31:24
Last post: 26/01/2022 10:19:15
Implement feed with live prices without PIM
Hi guys, I have a solution running on DW 9.9.x and I need to create a feed with some product information, including the Live Price. I have noticed the PIM is using the new API for getting this info but I am not sure what would be the best approach fo ...
Adrian Ursu
14/12/2021 12:01:03
Last post: 14/12/2021 14:51:31
Get live price from /dwapi/ecommerce/products
I dont get the live price from Dynamics through tha API. Is it correct that the API currently does not work with the live price provider? ...
Martin Moen
12/12/2021 22:41:12
Last post: 08/03/2022 10:09:09
DWAPI - notification subscribers and other improvements
Hi Dynamicweb, Would it be possible to get a notification subscriber that fires when a cart is loaded by the DWAPI? As for now, it is impossible to manipulate data in custom orderfields and custom orderline fields, e.g. the OrderBeforeSave notificati ...
Niels Foldager
08/12/2021 21:39:03
Last post: 01/02/2022 11:09:19
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
Custom Provider based App
Hi, I'm building a custom app planning for it to be Provider based. I managed to get the skeleton done and my first provider built and all works out as expected, but my challenge now is to dynamically update the parameters based on the Provider t ...
Nuno Aguiar
06/12/2021 20:33:02
Last post: 13/12/2021 13:06:46
Optimize product list loading base on debug result
any idea to reduce the product list loading time of the following point <-- eCom: Products found, List --> ...
Shiwanka Chathuranga
03/12/2021 04:28:11
Last post: 07/12/2021 10:40:13
Customer information missing in checkout
Hi, I have a website where customer information is missing in the checkout if you're logged in. If I go into the customercenter on the user, I can verify the data is there: It's an actual user but I've just edited the data without saving ...
Frederik Rossen
01/12/2021 15:39:02
Last post: 01/12/2021 15:55:25
DefaultCountryCode not used for calculating taxes
Dear Dynamicweb, We see an issue where the default country code is not used for calculating taxes on the cart. The taxes is first calculated when selecting a country in the checkout. Can that behaviour with changed? Best regards, Anders ...
Anders Ebdrup
27/11/2021 15:03:09
Last post: 22/04/2022 10:57:39
Send email notification on SQL Query
Hi, I'm not sure if this should be a feature request, custom development or if there's a way to do it already. My requirement is to have a SQL query to run on a schedule and if there are records, send an email to someone. Isolated are pretty ...
Nuno Aguiar
26/11/2021 18:38:54
Last post: 03/12/2021 23:05:48
Object reference Error on Dynamicweb.Analytics.Experiments.Experiment.GetExperimentByPageID(Int32 PageID)
DW Version 9.12.2 , did we miss any configuration? the solution is upgraded from 9.10.* to 9.12.2 This is not happen always... Full Error :- 2021-11-24 20:48:32.869: Object reference not set to an instance of an object. System.NullReferenceException: ...
Shiwanka Chathuranga
24/11/2021 17:09:39
Last post: 12/06/2024 16:25:57
Webapi: ExecutingContext
Dear Dynamicweb, It will be nice to have a method in the class: ExecutingContext to see if the executing context is in the webapi. Can that be added? Best regards, Andes ...
Anders Ebdrup
24/11/2021 14:40:19
Last post: 25/11/2021 09:38:22
Wrong paramenter naming in GetListByCustomerId
Dear Dynamicweb, We are using this method: Dynamicweb.Ecommerce.CustomerCenter.CustomerProductList.GetListByCustomerId and from the documentation is says that it takes a customerId as input: https://doc.dynamicweb.com/api/html/356bfee8-8db5-165d-6288 ...
Anders Ebdrup
16/11/2021 08:11:37
Last post: 17/11/2021 17:29:02
BomLines not available trough the API
Hi, We have customer running 9.10.13, where we would like to use BomItems. The Problem is that when gettting a specific orderline trough: Dynamicweb.Ecommerce.Services.OrderLines.GetById() the BomOrderLines list is empty. But if i call the Orderline ...
Keerthy Sethupathy
15/11/2021 09:29:04
Last post: 26/11/2021 09:28:08
Setting a font to italic sets the value on font weight instead of style
Hi DW, DW: 9.10.9 Rapido: 3.4.2 When trying to set a font to italic, in website settings, i have encountered a proplem where the value, italic, is set on font-weight instead of font-style. When italic is chosen on the font as the only attribute, in t ...
Lasse Larsen
11/11/2021 10:54:58
Last post: 11/11/2021 11:37:12
Get prices from price matrix in index extender
Hi there, How do I get product prices from the price matrix in an index extender? I have this code: var product = Dynamicweb.Ecommerce.Services.Products.GetProductById(productId, variantId, languageId); but then I get this: I looked into the Services ...
Imar Spaanjaars
29/10/2021 14:42:40
Last post: 01/11/2021 08:26:33
Custom 404 page return status 200
Hi, I have created a custom 404 page created inside my website. This page only contains a custom paragraph and the url is set up as /404: When i go to this url404 page the return status is 200. Then i change the website configuration to set the 404 p ...
Jose Caudevilla
27/10/2021 15:17:12
Last post: 27/10/2021 15:28:02