Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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: 25/11/2021 03:55:23
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
Extender/Subscriber: Getting product group meta information
Hi community, I'm trying to change the page meta information on a productpage/list (Title and Description). Need to get meta information from product groups recursively. But which template extender or subscriber do i have to use? Have tried the P ...
Søren Jakobsen
25/10/2021 16:21:23
Last post: 25/10/2021 17:09:04
Webapi: Missing forgot password
Dear Dynamicweb, We are working with the new webapi in an app, but needs a method when a user has forgot the password. Is it going to be implemented in the near future? Best regards, Anders ...
Anders Ebdrup
20/10/2021 09:09:02
Last post: 14/12/2023 11:18:42
Special characters enconding issue
Hi: I have some pages that use special characters, specifically accents. If i go to some of this pages i can see that the enconding is well. But when i look to at the source code there are badly code accents: When i edit some of this pages the proble ...
Jose Caudevilla
15/10/2021 14:15:04
Last post: 15/10/2021 14:17:25
Patch Cart timeout headless
Hi DW, i would like some help with this error. endpoint :/dwapi/ecommerce/carts/{secret} StackTrace: "Message": "An error has occurred.", "ExceptionMessage": "The operation has timed out.", "ExceptionType& ...
Theodor Perrier
06/10/2021 09:13:27
Last post: 06/10/2021 16:31:22
SQL deadlock calling GetByProductIDs functions
Hi, Today i get the following error related the sql transactions: 2021-10-05 09:17:18.730: Error executing razor template (Designs/Rapido/Paragraph/ProductosRelacionados_NAS_B2C.cshtml) System.Data.SqlClient.SqlException (0x80131904): Transaction (Pr ...
Jose Caudevilla
05/10/2021 10:15:13
Last post: 05/10/2021 11:22:15
Hidden fields. How are they identified in the database?
Hi guys, I am trying to figure out how I can figure out from the database which fields are marked as "Hidden": The EcomProductCategoryField table does not seem to have a column for this. Thank you, Adrian ...
Adrian Ursu
27/09/2021 21:54:59
Last post: 28/09/2021 08:33:31
Service to fetch FriendlyUrl
Hi, Is there a service to fetch the value here based on the AreaID: Dynamicweb.Content.Area has the property UrlName but not the friendly url. I also tried to use SearchEngineFriendlyURLs.GetFriendlyUrl with the area id (AreaId=Id), but it only seems ...
Vincent Gercke
23/09/2021 11:26:40
Last post: 24/09/2021 08:22:48
Get all products from service regardless of GlobalSettings
Hi DW Is there any way to get all products in the database using the product service from Dynamicweb.Ecommerce DLL. I have checked it and it seems that all versions of GetAllProducts will in the end reach a method in the repository that would filter  ...
Chris Søgaard
09/09/2021 17:26:56
Last post: 10/09/2021 09:48:24
Get current Query parameters and default values in Code Provider
Hi, I am building a code provider and I need to check what a specific parameter (default) value is set for. How can I do that? Here's some pseudo codeof what I'm trying to achieve public override string BuildCodeString() { if (string.IsNullOr ...
Nuno Aguiar
31/08/2021 19:24:09
Last post: 10/09/2021 14:57:10
Include User Custom Field Data in Email Receipt from Forms for Editors
Hi, Looking for some help on how I might include User Field and User Custom Field data values in the email receipt sent when a visitor submits a Forms for Editors form. When the Visitor or User (not logged in to the frontend) fills out and submits th ...
Tim Eddings
31/08/2021 16:12:58
Last post: 31/08/2021 22:11:50
Identify level of group in notification
Hi guys, I have to build some logic based on a notification when saving a ProductGroup. I am using Dynamicweb.Ecommerce.Notifications.Ecommerce.Group.AfterSave The problem I have is that I need to do different things depending on the Level of the Gro ...
Adrian Ursu
24/08/2021 12:48:08
Last post: 22/09/2021 09:03:59
URL provider used multiple times
Hi, We're running into an issue with a custom URL provider. The provider itself is simple, looking for "Country" (2 letter code) and "State" (2 letter code) to add "/us/california" to the URL instead of "&co ...
Nuno Aguiar
18/08/2021 18:44:13
Last post: 19/08/2021 11:29:45