Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Adding items to an itemRelationList through API
Hi, I am greating a piece of code to replace some itemlists of one type with a new type. The itemlists gets created allright, but i struggle to fill anything in them. Heres my code: Paragraph paraNew = new Paragraph(paraOld.PageID); paraNew.Header =  ...
Steen Nørgaard Perdersen
23/09/2021 13:34:35
Last post: 24/09/2021 09:10:27
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
ManufacturerIDValueMapper null reference
Yo, I noticed a thing that happens when the ProductManufacturerId column in EcomProducts is a whitespace (or has a whitespace) in it. Manufacturer.GetManufacturerById() returns null (because of the whitespace) so the code inside ManufacturerIDValueMa ...
Arnór Halldórsson
08/09/2021 13:46:48
Last post: 22/09/2021 14:37:12
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
Get ProductCategory definition using API
Hi guys, I have a development where I need to render in the front-end the configuration of the ProductCategory attached to a product. And by this, I mean that I want to list all fields attached to the ProductCategory and their options just like you w ...
Adrian Ursu
16/09/2021 13:12:44
No replies yet
The website you are trying to enter has probably been locked by the administrator.
Greetings, We are having some problems with our solution, my colleague set upp solution that was working fine for him. He could login to the admin with no problem. But when i cloned the git repo and setup the soluton i keep on getting the error shown ...
Anton Marinó Stefánsson
25/06/2019 17:55:50
Last post: 16/09/2021 10:25:52
Ability to generate the Export File programatically based on a FieldDisplayGroup
Hi guys, I need to create an import module where I have to output the Export file based on a FieldDisplayGroup. I need to do this because I have a lot of fields and the users cannot add them manually every time they export something. Is there a way t ...
Adrian Ursu
15/09/2021 14:24:50
No replies yet
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
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
Clear cache for all orders
Hi, The method Dynamicweb.Ecommerce.Services.Orders.ClearCache() clears cache based on the alternative key caches (AutoId and Secret). This helps if we get orders by AutoId, but not if we get them by OrderId, which is the most common for us. How can  ...
Mario Santos
12/07/2021 11:20:03
Last post: 09/09/2021 14:54:53
Product Group Sorting
Hi DW Team, We are using the DynamimWeb version 9.10.10 and We have an issue with Product Group Sorting: The image below shows how the product Groups are ordered inside the "Turf" shop: However, as shown in the image below when we use the P ...
Steve Knutson
24/08/2021 05:20:23
Last post: 09/09/2021 10:26:29
Items - Code first IList property
I'm having some problems with custom items that has properties of type IList. The items work fine on create, view, update, delete... but I get an exception when I try to copy a page containing an item with IList properties. The two properties on the  ...
Morten Bengtson
25/03/2013 10:11:11
Last post: 09/09/2021 09:07:09
back in stock notifications email bug?
Hi we configured the backinstock notifications for a customer following: https://doc.dynamicweb.com/documentation-9/marketing/other/back-in-stock-notifications In our template we use: {{EmailMarketing:Email.ContentLink.Clean}} So the customer can che ...
Brian Bolks
02/09/2021 11:24:34
Last post: 07/09/2021 01:20:54