Developer forum
Subject
Replies
Started by
Last reply
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
Check through API if voucher is used by email
Hi I have set the option "Usage per customer" to 1 on an Order Discount. When a user redeems the voucher for that Order Discount, where is this information saved? And is it possible using the API to get this information? ...
Lars Larsen
06/12/2021 15:25:11
Last post: 07/12/2021 08:15:37
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
Multiple products from webapi?
Dear Dynamicweb, We are working with the webapi and are looking for a possibility to load multiple products at the same time. Is it somehow possible to send product id's to the api and receive the products? Best regards, Anders ...
Anders Ebdrup
29/10/2021 10:27:47
Last post: 03/12/2021 15:13:28
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
Prevent creation of duplicate name for Product Groups
Hi guys, We have a solution running on DW 9.12.3. We need to create a validation for Product Groups for preventing the creation of Groups with the same name as existing Groups. For this purpose, we are using a Group.BeforeSave() notification. We are ...
Adrian Ursu
29/11/2021 10:28:03
Last post: 29/11/2021 16:31:34
Force user cache update
Hi I have some customcode that saves a user using the API (Dynamicweb.Security.Management.User.Save()). But when editing the user using the Extranet App (Edit profile option) the change saved using the API is not reflected in the APP. Could it be a u ...
Lars Larsen
19/11/2021 15:21:33
Last post: 26/11/2021 14:24:36
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
Notification subscriber on translations update
Would it be possible to get a notification subscriber that fires when translations are saved from the administration. ...
Theodor Perrier
25/11/2021 11:20:17
No replies yet
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
Replacement method for LoginHandler.SaveExtranetUserInputPassword()
Hi, I am using the method Dynamicweb.Frontend.LoginHandler.SaveExtranetUserInputPassword(); but it says it's obsolute and that should be using LogonHandler instead, but there's no SaveExtranetUserInputPassword() method there. Is it private OR ...
Nuno Aguiar
24/11/2021 19:39:37
Last post: 24/11/2021 21:02:53
Error on Cart - can someone help to identify issue
Dw version 9.12.2 Error on event viewer:- Not a valid Sender Email Address: '' (IsCart:False, Complete:True), (IP:192.109.205.123, Url:/Default.aspx?ID=33), Thread:24, HashCode:44633460) File Log :- 2021-11-24 21:06:22.365: Request headers: [ ...
Shiwanka Chathuranga
24/11/2021 17:06:00
Last post: 24/11/2021 17:20:07
IndexBuilderExtender log to Diagnostics
Hi, I have an IndexBuilderExtender and would like to log towards Diagnostics to determine when a certain condition is met (I know I need to be careful not to do it for every instance). Is there a way for me to do that? Best Regards, Nuno Aguiar ...
Nuno Aguiar
19/11/2021 15:49:44
Last post: 19/11/2021 16:49:13
Save cart on ApiController
Hi I'm trying to create a new cart in backend and applying this cart to the current context. I have created the logic in an MVC Controller inheriting from ApiController to use this as an API method in the frontend. My logic fails in the method Dy ...
Chris Søgaard
18/11/2021 16:49:22
Last post: 19/11/2021 09:15:59
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
FilledProperties on Groups API
I'm trying to get some data from the /dwapi/ecommerce/groups API, but I only get this information back. [ { "Id": "GROUP164", "Name": "Test", "Title": "", "Number": "" ...
Martin Moen
14/11/2021 22:05:23
Last post: 15/11/2021 08:55:36
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 product category field values returned as a list ?
Hi, When using the "FieldDisplayGroups" loop, the "Ecom: Product.CategoryField.OptionLabel" and "Ecom: Product.CategoryField.Value" are both always returned as one string (how they are stored in the database). This gives ...
Casper Rasmussen
04/11/2021 10:38:29
No replies yet
Webapi: TaxProvider
Hi, I'm trying to use a TaxProvider, but it doesn't seem like any of the logic is activated when going through the webapi. I've tested with both a standard flat tax provider and a custom one, and I couldn't even get it to hit a breakp ...
Tor Leeberg
03/11/2021 09:42:31
No replies yet
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