Developer forum

Forum » Ecommerce - Standard features
Subject
Replies
Started by
Last reply
Facet options for fields with many values
Hi guys, I am trying to create a facet based on the ProductName field. This Facet will be part of a series of facets (it will be the last one) and all facets will apply to Variants. When I define the Facet, I get a warning because of the number of va ...
Adrian Ursu
26/06/2024 12:38:57
Last post: 26/06/2024 13:45:34
UnitCount on a product
Hi there, I had a weird issue where integrated products wouldn't return stock from locations until I saved the product in the backend first. I managed to track it down to this code in DefaultStockLevelPrrovider: public override double? FindStockL ...
Imar Spaanjaars
05/06/2024 17:55:18
Last post: 25/06/2024 09:09:39
Product List sorting on frontend
I am having trouble finding the correct information on this subject as it seems to have changed over time. Is the CORRECT format for sorting on frontend in Dynamicweb 9.17 ?SortBy=COLUMN_NAME&SortOrder=ASC|DESC AND ?SortBy=COLUMN_NAME1,COLUMN_NAM ...
Stephen Anthony Jackson
20/06/2024 09:58:02
Last post: 20/06/2024 12:19:14
Product category field value when empty value
Hi, We have multiple product category fields with different datatypes like double and integer. For example: I have a value like this: But i dont want it anymore so i remove the value to blank and saves, then it get 0 as value. And now on the site it  ...
Andreas Pettersson
17/06/2024 13:00:11
Last post: 20/06/2024 10:18:55
Translate parameter names field type 'Days conversion'
Hi, Is it possible to translate the parameter names for the ecommerce field type 'Days conversion'? On the frontend this is now always shown in EN: Kind regards, Caro De Weze ...
Caro De Weze
19/06/2024 15:27:26
Last post: 19/06/2024 15:38:04
Product Key vs Product Id in the Repository
Hi, Question: Should ProductKey be Analyzed (or use the same analyzer as ProductId)? Introduction: Using Swift v1.26.0 (or above) in DW 9.17.5 we have different behavior from the Repository using the field Product Key vs Product Id. Issue: When using ...
Nuno Aguiar
07/06/2024 18:12:09
Last post: 19/06/2024 13:25:15
Ensure Index availability
Hi guys, We have a pretty sensitive solution where we need to ensure the index is not broken at any time. Here is the scenario. For some reason, the main build fails when the scheduled task runs. This means that the system will use the secondary buil ...
Adrian Ursu
21/02/2024 10:38:57
Last post: 17/06/2024 19:13:58
UPS OAuth exception with RatedShipmentAlert
Hi, We are using the new UPS OAuth API credentials and we ran into an issue that results in an exception: 2024-06-10 21:23:12.9114|INFO|eCom/ShippingProvider/Dynamicweb.Ecommerce.ShippingProviders.UPS.UPS/Request|'Newtonsoft.Json.Linq.JProperty&# ...
Mario Santos
10/06/2024 23:41:04
Last post: 12/06/2024 12:57:29
Product (System) field not translatable even when localized
Hi, This project has an older DW version 9.10.20. We want to add translations to localized product (system) fields. But it's not possible, the input area 'Name' is greyed out. Upgrading the version is not an option. Is there any way to ac ...
Davy Capiau
10/06/2024 11:27:41
Last post: 11/06/2024 17:37:25
Shopping Cart clears randomly
Nuno, Mario and I have been working on this for months and have not been able to figure it out. The customer reports that shopping carts sometimes get randomly cleared. We have not been able to repro it consistently. We met with the customer to try t ...
Sean Meade
10/06/2024 23:17:50
Last post: 11/06/2024 17:07:05
Discount Calculations Incorrect
While testing product discounts on a 9.16.6 site we discovered an issue with Discount calculations. Wew set up a very basic 20% Discount and applied it to a Product Group. When adding items from that group at multiple quantities to the cart the disco ...
George Jaros
06/05/2024 16:49:52
Last post: 11/06/2024 11:12:13
OrderViewModel seems to cache order badly when placed
Hi, We found a bug in the OrderViewModel when an order is initially placed. This is caused by Dynamicweb (9.16 and 9.17.5), but easily reproduced in Swift. Repro Steps Login Place an Order Go straight to Order Details You get an error for a null refe ...
Nuno Aguiar
24/05/2024 13:00:11
Last post: 04/06/2024 14:03:35
Product ID not in URL when using new URL provider
Hi We are using the new URL provider to avoid -1 in the URL's, since the customer has two groups with the same name in different websites but this doesn't display Product ID's, which was another request from the customer. Here's a scr ...
Fabio Monte
21/05/2024 17:56:21
Last post: 30/05/2024 18:46:55
The price of the order does Not validate with the sum of the orderlines.
Hey guys, We're working on a website with 9.17.5 which uses Live Integration. Suddenly we encountered this error message in the last step of the checkout . "The price of the order does Not validate with the sum of the orderlines." This  ...
Alexandru Aliu
23/05/2024 13:06:59
Last post: 27/05/2024 11:09:45
Webapi Meta URL field
Hi, We've noticed that the Meta URL field is not available in the ProductViewModel/webapi. Is that by design? The question came up with a 3rd party team consuming the webapi and trying to point to the DW site Some products have meta URL, so they  ...
Nuno Aguiar
22/05/2024 20:15:38
Last post: 23/05/2024 17:03:56
Accessing Custom OrderLine FIelds via the version 9 API
Hello. We have some custom orderline fields we wish to manipulate inside a LineAddedNotification, but I cannot find in documentation where we can manipulate fields which arent exposed by the Ecommerce OrderLine class. I tried GetOrderLineFieldValue() ...
Stephen Anthony Jackson
23/05/2024 06:24:48
Last post: 23/05/2024 07:23:45
Domain settings / language on sub domain
Hi community! I have a question regards different language on same domain, but different sub domain. Like: domain.com = english domain.com/no = norwegian domain.com/se = swedish and so on. You can see my url-settings in customized URLs section below. ...
Simen Mindrebøe
16/05/2024 09:59:40
Last post: 22/05/2024 13:47:18
Use email subscription in checkout
Hi, When I enable 'Use email subscription' at checkout, nothing appears on the frontend. I would like a newsletter subscribe checkbox to appear in the checkout for logged in users. Is this not the correct setting or does something else need t ...
Caro De Weze
08/05/2024 08:55:47
Last post: 22/05/2024 11:42:49
Show Parent products and Variants in search results
Hi Guys, I have a situation where I need to display in search results Parent products (that don't have variants) and individual variantas (without displaying the parent product as well). I am not sure how should I set up this condition. In the end, w ...
Adrian Ursu
15/11/2017 16:58:54
Last post: 22/05/2024 08:26:09
Free shipping calculation with reverse VAT enabled
Hi, We configured a free shipping threshold at 150,- but we see some differences when the reverse charge VAT checkbox has been set on a user. In the Fee Settings of the shipping method we set 'Default fee' to 7,- and 'No fee for purchases ...
John Broers
14/05/2024 16:38:03
Last post: 17/05/2024 06:46:24