Developer forum

Forum » Ecommerce - Standard features
Subject
Replies
Started by
Last reply
Product field list values missing
Hi We have a customer who is experiencing problems with product field list values. Some value options are completely missing from the administration interface (both from the product details page and from settings > ecommerce > product catalog & ...
Tor Leeberg
04/11/2022 08:07:07
Last post: 07/11/2022 13:51:02
Price pattern not being honored
Hi, We noticed that the currency pattern is not being honored in some prices. This is true for both Cart tags and OrderViewModel PriceViewModel properties Cart In this example, you can notice the missing space compared to the other prices Order In th ...
Nuno Aguiar
02/11/2022 19:59:30
Last post: 07/11/2022 13:22:42
Order with no customer info created
Hi The last week, a client of ours has experienced getting 3 orders, with no customer or delivery info on the order. We have configured validation, and there is a checkout flow, based on 4 different steps, so we don´t know how this is possible. ...
Hans Ravnsfjall
25/10/2022 11:54:42
Last post: 26/10/2022 14:52:30
Create user setting in Cart - Order discount removed from order
Hi there I have a solution running on Rapido and 9.13 that has a problem with the Cart app setting "Create User" The Cart is setup as a Onepagecheckout When an order discount is applied to the cart with a voucher code - we can see in the or ...
Anett Nissen
20/10/2022 16:11:30
Last post: 31/10/2022 00:41:15
Variant option images
Hi guys, I am trying to implement a Variant selector and I want to use images for color options. I see that the default implementation in Swift is based on VariantGroupViewModel and VariantOptionViewModel. VariantOptionViewModel has an Image property ...
Adrian Ursu
16/10/2022 17:46:50
Last post: 15/11/2022 10:20:18
Place recurring orders tasks failing - takes carts into account?
Hi there, In one of my solutions, the Place Recurring Orders scheduled task shows a red exclamation mark indicating an error. The logs show this: 2022-10-12 13:00:23.6532|INFO|ScheduledTasks|Task 'Place recurring orders' with ID '7' e ...
Imar Spaanjaars
12/10/2022 13:23:12
Last post: 29/11/2022 15:14:01
Recurring order with future start date takes order time
Hi there, When creating a recurring order with a future start date, the start date takes the current time (of placing the order) into account: if (DateTime.TryParse(Context.Current.Request["EcomOrderRecurringStartDate"], out dateValue) & ...
Imar Spaanjaars
12/10/2022 12:16:58
Last post: 14/10/2022 10:33:50
Issue with Stripe checkout handler
Hi, We have a customer who is experiencing issues when using the Stripe checkout handler. The issue happens when the payment card used requires authentication with 3D Secure. When debugging the code the scenario results in a exception because the dat ...
Vincent Gercke
11/10/2022 23:48:19
Last post: 02/11/2022 00:45:23
VAT for specific site in solution.
I have 2 sites in a solution, and I would like to set VAT for each site specific. 1) So System VAT is not a option. 2) Setting VAT on each country is not a option, as countries are solutionwide (Country name can be translated, but VAT is bound togeth ...
Per Jensen
30/09/2022 10:39:29
Last post: 06/10/2022 08:24:12
Problem with Avalara
We are having a problem with the new Avalara DLL. In the process of upgrading a site, we got the following error in the backend in the tax provider and on the frontend when trying to checkout: Exception of type 'Avalara.AvaTax.RestClient.AvaTaxEr ...
Sean Meade
29/09/2022 21:57:13
Last post: 09/11/2022 10:35:38
Altapay upgrade on the way
Hi there One of our customers sent me an email from Altapay releasing a new version of gateway And I promised to investigate if there will be any issues on DW after 11th of October The Customer is currently on 9.13.10 DW version using the Altapay/Val ...
Anett Nissen
28/09/2022 12:34:27
Last post: 08/11/2022 12:27:55
Customer experience center: showing carts and orders
Hi there, It seems that the Customer Experience Center doesn't differentiate between carts and orders. In the code I can see there's logic to display either orders or carts using a filter: switch (settings.OrderTypeToShow) { case OrderType.Or ...
Imar Spaanjaars
26/09/2022 16:12:01
Last post: 03/10/2022 16:29:01
Sorting navigation nodes
Hi guys, Is there any solution for rendering the groups in navigation according to their order in Ecom shop? I see that the NavigationTreeNodeViewModel class does not have a sort order property yet. Thank you, Adrian ...
Adrian Ursu
23/09/2022 14:15:20
Last post: 07/11/2022 16:29:32
Error when defining Discounts with excluded products or Queries
Hi guys, I am using DW 9.12.10 with a custom Rapido. I have received a request from our customer to set up a discount that would apply to all products except for a few product numbers. I have tried first to set it up leaving "Included products&q ...
Adrian Ursu
20/09/2022 20:48:15
Last post: 21/09/2022 10:31:37
Customer experience center not cancelling recurring orders
Hi there, Is the Customer Experience Center supposed to be compatible with the Customer Center and is it able to replace it? One area where I run into differences is with recurring orders. I can display these orders just fine using the Customer Exper ...
Imar Spaanjaars
20/09/2022 15:24:21
Last post: 23/03/2023 16:10:12
Free shipping on Fee rule
Hi DW, Is there a way to override free shiping if the cart contains certain products? As far as I can tell the free shiping is part of the main shipping method and not available for each fee rule. If it's not possible it would make it more flexib ...
Karsten Nielsen
19/09/2022 12:54:02
Last post: 19/09/2022 15:13:05
Create new Variant Family fails
Hi guys, I have a solution based on DW 9.13.12 and standard Swift. I have defined a few Variant Groups and I am trying to combine products into a Variant family. I have noticed 2 errors: 1. When trying to add a new value to an existing Variant group, ...
Adrian Ursu
18/09/2022 18:20:53
Last post: 20/09/2022 06:03:55
Permissions for product language versions
Hi If you have two language (language L1 and L2) versions of products and two usergroups (group A and B) is it then possible to setup these permissions: Group A can read L1 products and make L2 versions of these products Group A has full permissions  ...
Lars Larsen
16/09/2022 09:41:30
Last post: 22/09/2022 10:32:09
Rendering stock locations
Hi there, I have a site with Click and Collect which renders stock locations. I have a few questions related to how the locations are rendered: 1. It seems to be using /Templates/eCom7/ShippingProvider/StockLocationServicePoint.html. Where is that co ...
Imar Spaanjaars
13/09/2022 13:52:09
Last post: 14/09/2022 08:40:52
Discount for new subscriber users
Hi there, I have a solution where the customer wants to give a discount (a product) to users that are creating their first subscription. In our current setup, the product is also given to users that create regular orders. I can set "Usage per cu ...
Imar Spaanjaars
12/09/2022 16:26:06
Last post: 13/09/2022 08:40:38