Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Order StateId change doesn't send the email
Hey guys, We have a project where we try to make the system send an email when the order gets a specific Order State. This works when we do it manually, but it doesn't work when we change the State Id programaticaly . Can anyone guide us to get t ...
Alexandru Aliu
30/08/2023 14:57:12
Last post: 31/08/2023 17:04:10
Source code for liveintegration
Dear Dynamicweb, It does not seems like the source code version of the liveintegration framework is updated here at the doc-site. Will it be in the future or is the intention that we should only work with the compiled version? Best regards, Anders ...
Anders Ebdrup
24/08/2023 15:42:34
Last post: 31/08/2023 11:01:26
Webapi: Getpage by itemType AND culture
Is it possible to get all pages from a DW solution by itemType and a Culture? We are building a software that needs to get release notes from a dw Solution. I know I can get pages by itemtype with: /dwapi/content/pages?ItemType=ReleaseNote In this sc ...
Kasper Legarth
30/08/2023 10:01:02
Last post: 30/08/2023 10:39:19
/dwapi/content/rows/{pageId} not including hidden in menu pages
I've created a vue-app trying to consume the dwapi. As the title says the api only responds with "the page is not published." when the page is hidden in menu. For example I wish to hide subpages from the navigation, but still be able to ...
Joakim Sjöbäck
11/08/2023 14:45:30
Last post: 30/08/2023 10:28:44
Product Discount in ProductIndexBuilder/ExtendDocument
Hi, I need to know if a product has a discount or not in a ProductIndexBuilder/ExtendDocument(). The purpose is to enrich other fields with values ​​depending on whether a product has a discount or not. I would like to avoid Services.Discounts.GetDis ...
Casper Hermann Rasmussen
24/08/2023 11:02:47
Last post: 25/08/2023 11:50:12
Pipeline exclusions
Hi, We've set up our deployment pipeline of Swift. After a build to production (Cloud) I've noticed 'Shared queries' were added. Is there an overview or list of folders or elements we should exclude when building, to avoid any more se ...
Davy Capiau
16/08/2023 16:16:58
Last post: 21/08/2023 11:31:27
Product catalog for ViewModel - BeforePaging notification
Hi, Would it be possible to add an BeforePaging notification on the Product catalog for ViewModel module? Like the one on the old/normal Product catalog module BR Thomas ...
Thomas Larsen
15/08/2023 19:47:10
Last post: 17/08/2023 09:28:01
Add a logo from html code
Hello everyone, can someone help me with the following, I need to add a logo from an HTML code, how can I do that, the code is something like this: <span id="siteseal"><script async type="text/javascript" src="https: ...
John Cristian Villamar Cueva
15/08/2023 00:06:13
Last post: 15/08/2023 09:28:34
Finish the transaction at a custom CheckoutHandler
Hi, We are implementing a custom CheckoutHandler. We are unsure about which functions we need to call to properly mananage the response of the transaction. 1) When the payment is approved: We use SetOrderComplete() and the order is displayed as compl ...
Tomas Gomez
14/08/2023 11:46:35
Last post: 14/08/2023 17:16:58
Error when updating through NuGet
Hi there, I am upgrading a solution from 9.15.2 to 9.15.10 through NuGet in Visual Studio. At the end of the upgrade process, I get the error below after which the package update is rolled back: Severity Code Description Project File Line Suppression ...
Imar Spaanjaars
11/08/2023 10:39:37
Last post: 11/08/2023 11:58:50
Display Schema extender fields in Queries in PIM
Hi guys, I have had a lot of situations where I would extend the index with new properties for the purpose of filtering but I was also interested in displaying those fields in the Queries, at least in the index mode view. Is there any way I can accom ...
Adrian Ursu
10/08/2023 11:11:43
Last post: 10/08/2023 12:49:06
XML-provider not using provided XSL-file
Hi Dynamicweb. I have a solution running on DW version 9.14.9, where I have an issue with the XML-provider as destination, to export product data into an XML-file. I want to transform the XML-structure during the export, using a provided XSL-file. Bu ...
Kristoffer Surrow
25/06/2023 13:21:42
Last post: 09/08/2023 09:06:15
LinkedIn Authentication
Hi guys, We need to create an external provider for LinkedIn authentication. Has anybody made something similar before? What would be the best starting point for developing it? Thank you, Adrian ...
Adrian Ursu
19/06/2023 09:28:30
Last post: 08/08/2023 14:33:09
Change of case sensitivity between 9.15
Hi guys, I have a template running on 9.15 that read some parameters of the NavigationTreeViewModel. The code looks like this in 9.14 (and it works): string theme = !string.IsNullOrEmpty(Model.Parameters["Theme"].ToString()) ? Model.Paramet ...
Adrian Ursu
28/06/2023 10:39:27
Last post: 08/08/2023 14:30:52
Products in stock - live integration
Hello, We need to display a list of products that are in stock. I tried to change a query/index and add that the stock is greater than zero. This works, but the problem is the stock level. The stock comes from the NAV live integration and we do not h ...
Mario Kožić
08/08/2023 09:14:49
Last post: 08/08/2023 10:08:11
Order weight
Hi, The Order class has a Weight property. Checking its value around, it looks like the weight calculation only consider one product unit (quantity=1) from each orderline, i.e. the weight of two units of the same product is the same as the weight of  ...
Tomas Gomez
01/08/2023 12:04:08
Last post: 03/08/2023 11:04:42
Prevent user login if not allowed on website
Hi, We have a customer with a solution with many webshops on. We seperate users in different usergroups in import. The users should only be allowed to login on their allocated site. I've made restrictions with the permission matrix, so the user g ...
Marie Louise Veigert
02/08/2023 09:09:16
Last post: 02/08/2023 14:05:56
Missing Using in IronPdfRenderer
Dear Dynamicweb, We are experiencing issues with multiple IronCefSubprocess in the Task Explorer - please see this screen dump: https://app.screencast.com/wv3uNCFrtXznH, which is taken up CPU. We believe that it is caused due to a missing "using ...
Anders Ebdrup
03/07/2023 13:19:42
Last post: 02/08/2023 13:08:11
DataSource null in PIM RibbonBar
I'm trying to make a ribbon bar addin for PIM, using DW 9.15.7. Followed the code examples for products, and started out with this code: The ribbon bar addin is showing, but I do not get any data from the data source. It is always null. What migh ...
Martin Moen
26/05/2023 09:23:01
Last post: 02/08/2023 12:58:29
Feed file export scheduled task not adding user to price context
Im having a proplem where, when trying to generate my PIM feed using the Feed file export scheduled task, i am not getting a user passed to me through the PriceContext. I do have the language and currency, but not the user. This is only when the feed ...
Lasse Larsen
02/06/2023 15:46:15
Last post: 02/08/2023 12:54:40