Developer forum
Subject
Replies
Started by
Last reply
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
setting UnitPrice on CartCmd=AddMulti
Hi DW, Is it possible to set a fixed UnitPrice when using CartCmd=AddMulti? One of our solutions have a feature where the customers can copy/paste from Excel into a textarea with productId and quantity, and then we "transform" the input int ...
Mikkel Hammer
11/04/2022 10:06:24
Last post: 11/04/2022 15:21:45
more information about carts on /dwapi/ecommerce/carts/
Hi DW, Is it possible to get more information about the carts thats returned by the /dwapi/ecommerce/carts/ endpoint. We'd like to be able to distinct the active carts without having to acces them first with /dwapi/ecommerce/carts/{secret} It cou ...
Mikkel Hammer
01/02/2022 14:29:29
Last post: 11/04/2022 09:41:49
12
Subscribe
Translation of orderflow subject
Hi Community, we are using Orderflow states in DW to send out notifications to customers when their order changes states from ex. Shipped to Invoiced. We need to be able to somehow change/translate the subject field. Is there a subscriber to the send ...
Søren Jakobsen
08/04/2022 15:41:05
Last post: 08/04/2022 15:43:06
Making a custom Web API with Dynamicweb
Hello! I read that it is possible to further develope an API supporting the dynamic web platform. Any further information regarding this, meaning do you have any examples where's you've implemented one or two routes / controllers that will work with ...
Thomas Berthelsen
22/08/2019 10:28:03
Last post: 07/04/2022 19:43:06
Orderline TotalDiscount not set on initial POST request when adding product through dwapi
Hi DW, When adding a product with a product discount through the dwapi endpoint, /dwapi/ecommerce/carts/{secret}/items/, the orderline TotalDiscount is not set on the initial POST request, and requires another request that manipulates the cart, eithe ...
Mikkel Hammer
29/03/2022 13:41:42
Last post: 06/04/2022 02:45:02
no validation when adding a product to the cart via the dwapi/ecommerce/carts/{cartSecrect}/items/ endpoint
Hi DW :) We've been playing around with the dwapi, and noticed there's no validation when adding a product to the cart via the dwapi/ecommerce/carts/{cartSecrect}/items/ endpoint. Naming 5 examples we've tried out, i've added the orde ...
Mikkel Hammer
25/03/2022 14:29:09
Last post: 06/04/2022 01:28:11
WebApi does not take user assortments into account for GetProduct
Dear Dynamicweb, When requesting a product with a call like this: http://domain.dk/dwapi/ecommerce/products/SGK005/SP1524.SP2159.SP3525?CurrencyCode=DKK&CountryCode=DK&LanguageId=LANG1, then this method: HasAccessToProduct, does not take the ...
Anders Ebdrup
05/04/2022 10:24:37
No replies yet
Serialization error on product API endpoint (/dwapi/ecommerce/products/{id})
When trying to query the products endpoint by ID (ex: /dwapi/ecommerce/products/PROD560), I consistently get the following error. Has anyone seen this before? This is on 9.12.0.0, we have a default currency set in the backend so I don't think thi ...
David Mercer-Taylor
01/04/2022 18:30:06
Last post: 04/04/2022 19:21:52