Developer forum

Forum » Ecommerce - Standard features
Subject
Replies
Started by
Last reply
Vertex error - no endpoint listening
Hello, We appear to be unable to utilize the native Vertex tax provider. Since there is no field in the tax provider configuration settings for a URL, is it possible an outdated URL is being utilized? Logs aren't available for this provider, so t ...
Melissa Borgmann
29/02/2024 01:33:20
Last post: 15/07/2024 14:57:55
Shop context in WebApi
Hi there, One of our solutions has multiple shops and websites, which has their own products. Each website is poiting to a different shop, if we search for a product that does not belong to the current shop it is not returned by the query as expected ...
Mario Santos
05/07/2024 13:00:35
Last post: 15/07/2024 11:46:25
Favorites SQL exception in WebAPI
Hi there, When trying to add a product to a favorites list using WebAPI we get a sql exception regarding the FK: ExceptionMessage": "The INSERT statement conflicted with the FOREIGN KEY constraint \"FK_EcomCustomerFavoriteProducts_Ecom ...
Mario Santos
08/07/2024 15:50:36
Last post: 11/07/2024 09:14:16
Minimum order quantity
We have a customer who sells the same products in two different webshops. Now shop A has to deal with a minimum order quantity, but shop B would like have not. We have now adjusted this in shop B on the front-end, so that any quantity can be ordered. ...
Rene Zwagerman
04/07/2024 16:53:59
Last post: 05/07/2024 10:57:25
Stripe CheckoutHandler Integration
Hi, I am currently trying to implement stripe as an inline payment option for our client, we are working on DynamicWeb 10.4.1. I have followed the instructions given here: https://doc.dynamicweb.com/forum/dynamicweb-10/dynamicweb-10/post-error-templa ...
Joseph Vause
03/07/2024 14:48:07
Last post: 04/07/2024 10:25:11
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