Developer forum
Subject
Replies
Started by
Last reply
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
Googlebot gets a "200" response for Default.aspx pages
Hi, The IIS log shows that googlebot gets a "200" response for Default.aspx pages. The site is configured with FriendlyURLs so I think there should be a "301" response (Moved Permanently) for Default.aspx. But maybe it is ok becau ...
Jose Caudevilla
26/10/2021 15:42:05
Last post: 28/10/2021 13:46:45
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
Creating project via nuget 9.10 + issues
Hi, What is the proper procedure to install a DW 9.10 and above solution with nuget now? Install-Package Dynamicweb.Admin -Version 9.12.2 –IncludePrerelease wont work in a asp.net core web application and wont work in a Net framework project. S ...
Jan Sangill
19/10/2021 13:03:22
Last post: 21/10/2021 09:14:20
Webapi: vouchercode not working
Dear Dynamicweb, We are working with the webapi, but when adding a "vouchercode" in the patch command, then Dynamicweb is not activating this method:DiscountValidForOrder when we are implementing: DiscountExtenderBase. For me it seems like ...
Anders Ebdrup
14/10/2021 17:29:02
Last post: 20/10/2021 10:00:55
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
SEO friendly pagination
Hi: My website is listing the product by pagination. Each of these pages are choosen by the query parameter http://mywebsite.com/?PageNum=X For SEO reasons. We need to change these parameter to http://mywebsite.com/X I have seen that it can be done i ...
Jose Caudevilla
13/10/2021 11:15:19
Last post: 13/10/2021 14:43:06
Cross site cart cookies
Hi I have a client with a specific request. Lets say they have to sites, set up as language layers in DW. The sites have their own individual domains. But they would like the cart to be shared between the sites (and by extension the domains). I know ...
Jesper Frandsen
07/10/2021 14:02:48
Last post: 07/10/2021 15:01:17