Developer forum

Forum » Ecommerce - Standard features
Subject
Replies
Started by
Last reply
Separate orders by shop depending on user group
Hi guys, I have a project that is currently implemented as a combined B2B2C shop where B2B users are the ones coming from NAV and the B2C users are the ones registering on the website. The integration flow is now the same for both B2B and B2C orders. ...
Adrian Ursu
17/10/2020 13:52:22
Last post: 19/10/2020 14:49:47
Page position on products list page
Hi people! We have two issues I cannot solve. First onproduct list - when user clicks on Load 10 more the new products are reloaded but page stays at the position of button meaning that products are displayed above so user have to scroll up and remem ...
Ivan Marijanović
07/10/2020 13:41:53
Last post: 19/10/2020 12:03:29
Shipping/Payment moves to first step in cart on selection
When a customer changes/selects a shipping/payment option, the cart redirects to the first step. Is there a reason for this? It affects retention rate if the user get all the way to payment and then has to navigate through the cart steps again to get ...
Andrew Rushworth
12/10/2020 10:29:56
Last post: 16/10/2020 07:46:58
Bambora payments in Euro
Hi, according to the documentation, the Bambora payment provider currently only supports payments in USD and CAD. (https://doc.dynamicweb.com/documentation-9/how-tos/payment-providers/bambora) We have a customer that would very much like to use Bambo ...
Martin Christensen
12/10/2020 16:19:55
Last post: 14/10/2020 11:00:54
All Ecommerce products menu element
What is the real difference between "All Ecommerce products" and "All products" in the ecommerce administration? ...
Martin Moen
07/09/2020 17:12:47
Last post: 14/10/2020 00:07:26
Post removed
removed post and added to integration ...
Andrew Rushworth
13/10/2020 21:54:05
No replies yet
Related Product is not preperly working
Hi everyone, On the website with application 9.9.1, there is a problem with the Related product section I had set up one product in the Related product setting. But other products are showing in the Related product carousel on the frontend. Could som ...
Khaing May Thaw
01/10/2020 14:59:51
Last post: 08/10/2020 12:33:40
Render ecom quantity prices when using LiveIntegration
Hi guys, I have a solution running DW 9.9.2 and Live Integration V2 with NAV 2018. In this solution, I have products that are supposed to have Quantity prices. I have tested the Request and response and it seems that we are getting the EcomPrices nod ...
Adrian Ursu
04/10/2020 16:58:57
Last post: 07/10/2020 21:51:20
Reorder notification subscriber
Hi Dynamicweb, Is it somehow possible to capture the event that happens when we use the Reorder functionality from "My orders" list? We want to be able to show the user which products that have not been added to the basket because they are not in sto ...
Niels Foldager
03/10/2020 18:29:15
Last post: 06/10/2020 12:03:00
RMA refund of shipping fees
Hi, Can the refund of an RMA include the shipping fees of the order? For instance, a customer buy an order of 500€ with a shipping fee of 23€ (total 523€). In our solution the refund ought to be 523€, but the current refund is 500€. We didn't find an ...
Tomas Gomez
02/10/2020 14:34:43
Last post: 05/10/2020 10:59:08
eCom:Related.CustomersWhoSawThisAlsoSaw does not work on shopping cart (DW 8)
Hi We are trying to display products in the shopping cart using this loop but it's not rendering anything. Our steps was to (see screen dumps): - Define the Number of views needed to appear on Customer who saw also list - Create a scheduled task for  ...
Fabio Monte
30/09/2020 18:19:40
Last post: 01/10/2020 15:56:07
Multiple context carts on one page
Hi I would like to have multiple context carts on one page. This I can achieve. But checking out one of the carts on the page checks it out to the ordercontext set on the last Cart module on the page. How do I check out a cart to a specific order con ...
Lars Larsen
30/09/2020 11:54:37
Last post: 30/09/2020 13:30:08
Add fee if order is smaller than X
Hi guys, I have a situation where I need to add a fee if the order amount is below a threshold. What would be the best way of handling this? I have tried with a negative value of discount but it is not saved. Should I create a custom Tax Provider? Th ...
Adrian Ursu
28/09/2020 15:24:06
Last post: 28/09/2020 16:29:36
Buy items with mix of loyalty points and money
Is it possible to buy a product partly paid with loyalty points and partly with card? I am not able to find anything about this mix in the documentation. best wishes. ...
Siv Hansen
07/02/2019 11:16:00
Last post: 23/09/2020 17:14:09
Subgroups are not of the same language as their parent group
When I get my top level groups using: var shop = !string.IsNullOrEmpty(shopId) ? Services.Shops.GetShop(shopId) : Services.Shops.GetDefaultShop(); var topLevelGroups = shop.get_TopLevelGroups(ecomLanguage); Where my ecomLanguage value = "LANG2" And I ...
Peter Leleulya
27/08/2020 14:11:56
Last post: 17/09/2020 10:50:15
Broken variants, object reference not set error.
When creating a variant of a project I'm suddenly getting a 'Object reference not set to an instance of an object.' error. Full error: [NullReferenceException: Object reference not set to an instance of an object.] Dynamicweb.Caching.DictionaryCache` ...
Ambert van Unen
16/09/2020 13:17:37
Last post: 16/09/2020 14:38:57
New voucher codes generated on 'View in browser'
Hi, We'd like use the Voucher renderer app to send voucher codes to users with marketing emails. When the user receives email, there is a working code in the email. So that's correct. But when using the 'View in browser' link it opens the newsletter  ...
Jesse Bakker
16/09/2020 13:03:52
No replies yet
GlobalSettings CalcProductCountForGroup element not renaming itself
Hola amigos, I noticed when upgrading some clients from sub 9.7 versions to 9.8.10 that the GlobalSettings element /Globalsettings/Ecom/Navigation/CalcProductCount doesn't get renamed to it's newer version /Globalsettings/Ecom/Navigation/CalculatePro ...
Arnór Halldórsson
14/09/2020 18:44:47
Last post: 15/09/2020 16:47:04
Orderstate name not correct when sending notifications for status change
Hi, When using ecommerce order flows, I would like to use these template tags in my notification email message: GetString("Ecom:Order:Orderstate.Name") GetString("Ecom:Order:Orderstate.Description") They both display some text when used, but do not a ...
Jon Thorne
03/09/2020 10:41:24
Last post: 15/09/2020 11:36:26
The Context.GetCart() is not a cart and cannot be updated.
Hi guys, We have an issue updating one of our integration with a payment provider. We used to have a problem with concurrent access to the order, posted here: https://doc.dynamicweb.com/forum/development/development/system-data-dbconcurrencyexception ...
Adrian Ursu
23/04/2020 11:29:52
Last post: 15/09/2020 11:18:13