Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Product Category Fields not displaying properly
Hello, We've set up a product category in DW 9.10.12 and confirmed that data for these fields is in the database but when viewing a product the names and values for these fields are not being displayed. The fields are definitely being added and i ...
KC Cook
05/10/2021 17:11:43
Last post: 06/10/2021 22:48:56
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
Missing tags in Customer Center viewmodel lists
Dear Dynamicweb, We have started implementing the viewmodel order lists and we are missing some tags: Ecom:CustomerCenter.Quotes.AddToCart Ecom:Order:OrderLine.ProductNumber Ecom:Order.Completed Ecom:Order.Modified Ecom:Order.IntegrationID Ecom:Order ...
Anders Ebdrup
12/07/2021 17:04:00
Last post: 30/09/2021 17:57:29
Get pages filtered by permissions
Hi, I am trying to use Services to get a list of pages, but I am struggling with filtering by user permissions. This is what I have and it's giving me an empty list var itemTypes = new List<string> {"IP_Configuration"}; var pages  ...
Nuno Aguiar
30/09/2021 13:09:58
Last post: 30/09/2021 15:21:02
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
How to set Item type from code first class
Hi, I have an Item type which is going to have a field thats inherit another Item type as "Item relation List". But I can't get it to set the "Item type" of the list to my other type. Now I removed that Item type and configure ...
Andreas Pettersson
27/09/2021 15:53:39
Last post: 28/09/2021 07:42:37