Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Unit stock are not updated unless you restart the IIS Server
Greetings, For our customer that are running 9.7.4, have an issue with using units. We are updating the EcomStockUnit table trough a Integration Job(Dynamicweb Provider). This works a charm. The stock is updated in the table, but not on the frontend, ...
Keerthy Sethupathy
17/03/2020 10:25:04
Last post: 20/06/2022 12:29:03
Dynamic default image path in file selector [ItemTypes]
Hi guys, I have a situation where I could use a dynamic approach for the default Image location on the File selector. I was wondering if this would be possible. Either with some notification or by using CodeFirst ItemTypes. My need is to control the  ...
Adrian Ursu
06/06/2022 10:49:11
Last post: 10/06/2022 09:34:26
ABCpdf in OnSendMail subscriber
I cretaed noification subscriber to run when user submits form. I need to create PDF file with form values and send it to user as attachemnt. Since I need to create PDF file I referenced ABCpdf.dll from DW application bin folder. I am devoloping on m ...
Ivan Marijanović
01/06/2022 15:33:42
Last post: 02/06/2022 11:57:00
Implementing a new payment method
Hi, We need to implement a new payment method. It is a standard payment gateway working with requests in C# or PHP, and responses in JSON. In the payment method configuration, there are some settings not explained in the documentation: Code, Terms co ...
Tomas Gomez
20/05/2022 15:45:16
Last post: 20/05/2022 16:23:18
Override method for converting price to another currency
Hi, Is there a method we can override after the price has been converted to the site's currency? We are overriding FindPrice when we're adding a markup on certain situations and this works great for the most part. We noticed that the FindPric ...
Nuno Aguiar
19/05/2022 19:15:26
Last post: 19/05/2022 22:50:51
ERR_HTTP2_PROTOCOL_ERROR
Hi, Has anyone encountered this errror before. "ERR_HTTP2_PROTOCOL_ERROR" We get it in a new Win 2022 Server installation running DW 9.12.2. The solution https://industrilas.mindflower.se/ Regards / Aki ...
Aki Ruuskanen
19/05/2022 13:40:38
Last post: 19/05/2022 16:43:39
Custom WebApi controller not triggered
I'm going blind, and a bit crazy over what should have been a quite easy task. Trying to add a custom WebApi to my Dynamicweb 9.13.4 solution, but it just wont work.. This is what I got. The source code is attached. WebApiEnabler.cs Controllers/G ...
Martin Moen
18/04/2022 19:29:28
Last post: 12/05/2022 13:02:03
Extending Ecom statistics
Hi, My customer would like to show the product number instead of the product name, when viewing the MostViewedProducts and MostCriticalItems from the Ecommerce -> Statistics. Is it possible to extend the statistics with a minimal effort or am I us ...
Kurt Moskjær Andersen
10/05/2022 13:39:04
Last post: 11/05/2022 08:03:05
option to show master product on product list if any variant contains facet selection
Hi, EDIT: i've attached the same pictures below aswell, since they show up quite big in the post. We're looking for a way to show the master product on the product list if any variant contains the selected facet option. As far as i know, it o ...
Mikkel Hammer
09/05/2022 08:34:44
Last post: 10/05/2022 07:45:15
Ribbonbar window events
Hi all, I have created a ribbon bar extension with a popup window that manipulates data on a product (meta keywords). All is well, I just need one last simple thing done... When user clicks "ok" in the popup window I need to either reload t ...
Steen Nørgaard Perdersen
08/01/2013 15:58:02
Last post: 05/05/2022 16:43:56
Custom Product Index Builder with too many internal references
Hi, TL; DR; I need some help creating a custom Product Index Builder using Dynamicweb's as the foundation, so we can exclude Order related data, but after having looked at DW's source code, there are a lot of internal or private methods and p ...
Nuno Aguiar
19/04/2022 17:09:06
Last post: 05/05/2022 04:18:49
Inheriting from EmailRecipientProvider or AccessUserRecipientProvider hides the 'to' field
I need to add some extra code to UnsubscribeRecipient method to let our integration immediately know a person has unsubscribed, so I've inherited AccessUserRecipientProvider because all the other base functionality works fine for me and it alread ...
Tim Koster
04/05/2022 11:55:05
Last post: 04/05/2022 13:28:45
Change field properties using API
Hi guys, I have a situation where I need to set some properties of the field using the API. And by properties I mean mostly Required, Hidden and ReadOnly. I know that some of these properties are not stored in the database but rather in the GlobalSet ...
Adrian Ursu
18/04/2022 17:08:07
Last post: 03/05/2022 13:55:48
Change analyzer in Lucene-index
Hi, I have a product index, where I need to use different analyzers on the different fields - the StandardAnalyzer on fields with number/decimals and the KeywordAnalyzer on text-sentences. The fields are created dynamically from an external PIM-syste ...
Kurt Moskjær Andersen
26/04/2022 15:20:21
Last post: 02/05/2022 13:44:25
Get label for category field value
Hi there, I have an integration that sends Dynamicweb product data to another system. As part of the integration, I need to send it the friendly labels for category fields of type List box (e.g. Radiobutton list). I currently have something like this ...
Imar Spaanjaars
28/04/2022 10:10:15
Last post: 28/04/2022 11:17:08
Lucene.Net.Store.LockObtainFailedException
Hi, We are seeing a sporadict error. We have already tried to delete the write lock and restart but it still happens sometimes.Can someone help out? Error executing template "Designs/Brund/_parsed/frontpage.parsed.cshtml" Lucene.Net.Store.L ...
Eva
27/04/2022 10:09:47
Last post: 27/04/2022 10:21:28
StackOverflowException in ShippingProvider
Hi there, I have a ShippingProvider with the following code: public override PriceRaw CalculateShippingFee(Order order) { var currencyId = "USD"; return new PriceRaw(15, new Dynamicweb.eCommerce.International.Currency(currencyId)); } When I run it, t ...
Imar Spaanjaars
31/08/2014 15:18:38
Last post: 25/04/2022 17:21:01
DefaultCountryCode not used for calculating taxes
Dear Dynamicweb, We see an issue where the default country code is not used for calculating taxes on the cart. The taxes is first calculated when selecting a country in the checkout. Can that behaviour with changed? Best regards, Anders ...
Anders Ebdrup
27/11/2021 15:03:09
Last post: 22/04/2022 10:57:39
DWAPI not returning image pattern images
Hola senores, When calling f.e. /dwapi/ecommerce/products/{id} we always get an empty list for ImagePatternImages. If we manually upload images to products through PIM or Ecommerce then we get the image list under AssetCategories, but never any image ...
Arnór Halldórsson
04/04/2022 15:31:46
Last post: 22/04/2022 10:43:52
Old News module - SQL query to get news with custom fields
Hi I am working on an old solution, that uses the old News module. I need to get a SQL query to make a search (SQL based Index). But i can not figure out the relation between news and custom fields. Anyone who can help with a SQL query that fetches n ...
Hans Ravnsfjall
19/04/2022 10:39:16
No replies yet