Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Shipping provider not calling after payment step
version 9.16.5 when you have multiple steps on cart if the cart goes until payment step and customer return back to first step, then shipping provider is not calling loggen in users when they change address it calls but for guest users its not callin ...
Shiwanka Chathuranga
03/01/2024 09:16:04
Last post: 08/01/2024 10:00:21
Custom item field types?
How can i create custom item field types? ...
Rúni Gudmundarson
12/12/2023 15:48:31
Last post: 15/12/2023 16:56:25
T3: Platform Developer
Hi guys, I would like to create the simplest dll, compile it and insert it into my solution. I'm trying to follow the T3: Platform Developer training. I created a new project and tried to add an extension that I found in the documentation. Is the ...
Tomislav Bušić
05/12/2023 12:06:01
Last post: 06/12/2023 09:15:45
Stripe Checkout
Hi guys, Has anyone implemented the new Stripe checkout logic? In the standard files coming with DW, I have only found some old templates (HTML) using an old version of the stripe javascript. I need to start looking at the new Stripe logic and I am l ...
Adrian Ursu
03/12/2023 10:41:05
Last post: 05/12/2023 12:05:11
User create flow
Hi guys, We have recently tried to implement a scenario where users should be defined as inactive and the admin would have to activate the users from the back-end The scope was to run some code after the user is activated by the admin. What we have n ...
Adrian Ursu
30/11/2023 16:45:29
Last post: 06/12/2023 11:44:51
Notification subscriber variant option create/edit
Are there any notification subscribers available when updating or creating a new variant option? ...
Martin Moen
29/11/2023 15:33:49
Last post: 06/12/2023 09:51:34
Area.Item is null?
Hi, I have a legacy project (DW9.14.13) that I'm trying to run and add few backend jobs to it. The whole website is already done, deployed and running. So what I did is I downloaded all the files of it and put it in my local project. I also have  ...
Karol Barkowski
21/11/2023 10:40:51
Last post: 21/11/2023 16:20:00
Anonymous carts with webapi/headless implementation
Hi, We have a customer doing there own development and they are using the webapi. The current struggle is that, mimicing their current site, they would allow users to add items to the cart, before they log in. I can see the current endpoint requires  ...
Nuno Aguiar
16/11/2023 13:45:42
Last post: 16/11/2023 19:56:35
Form for adding BOM/configurable products
I'm trying to add a configurable product to the basket, but I'm struggeling with getting the options into the basket. I have this structure: Main product (PROD1) First Config Group Option 1 (OPT11) Option 2 (OPT12) Second Config Group Option  ...
Martin Moen
09/11/2023 15:38:35
Last post: 10/11/2023 12:27:23
Loop most sold products
Hi, I want to call the 5 most sold products and show them in a div among each other. For the products I want to show their image, name and sku. How can I do this? Caro ...
Caro De Weze
09/11/2023 12:20:01
Last post: 09/11/2023 13:37:46
Prices from Live integration in Schedule Task AddIn
Hey guys, I have a project with live integratiom, the prices are fetched from an external system . I developed a scheduled task that generates a custom XML with all the active products. I noticed that some of the products don't have prices in my  ...
Alexandru Aliu
01/11/2023 15:12:10
Last post: 22/11/2023 10:12:07
Serialize/Deserialize Query Expressions
Hi guys, I have a situation where I want to add Query expressions in the SwiftProduct.query programmatically. I have used the QueryService for reading the Query file, I could manipulate the Parameters of the query but I could not find a way to intera ...
Adrian Ursu
29/10/2023 16:47:41
Last post: 30/10/2023 10:29:03
Unit test for a scheduled task
Hi, so I have a scheduled task defined and it's using few of the Dynamicweb.Ecommerce.Services classes, like Shops or Products. Now, since whenever I make a change to code, I need to restart my app, it's just very time consuming as it takes a ...
Karol Barkowski
20/10/2023 08:42:24
Last post: 25/10/2023 12:00:49
Scheduled task progress
Hello, I have a working DW website that contains quite a lot of products. Now, from time to time I need to iterate those porducts and make sure that they are in sync with some external data sources. So I've made a scheduled task for that and it w ...
Karol Barkowski
18/10/2023 23:32:00
Last post: 24/10/2023 16:35:56
DW locally on Mac
Hi, I'm trying to get DW running locally on my Mac. Unfortunately the documentation around here is mainly for Windows, so I need some help. Which programs do you recommend to work with to start? Which IIS manager? This is installed by default on  ...
Caro De Weze
17/10/2023 14:45:00
Last post: 18/10/2023 09:09:41
External Authentication using just back-end code
Hi guys, I am not sure if the title is clear enough, I will detail. I need a way to authenticate in another system but using the regular Sing in form from DW. I was thinking maybe to use some notification in DW, execute my code, and then move on with ...
Adrian Ursu
11/10/2023 19:45:55
Last post: 12/10/2023 13:49:06
Get Parent page inside loop of ItemPulbisher
Hi i am looping pages in an item publisher, and I am trying to get the parent of the current page inside the loop like this @{ string pageid=@i.GetInteger("ItemPublisher:Global.PageId").ToString(); var page = Dynamicweb.Content.Services.Pag ...
Hans Ravnsfjall
10/10/2023 20:04:05
Last post: 11/10/2023 11:34:48
SQL timeout on users - Custom Fields
Hi DW. We have a large solution with a lot of users in the AccessUser table. We are running DW version 9.14.9 Before going to production with a new feature, we wanted to add a custom field, for all the users. However, the action timed out during the  ...
Daniel Hollmann
05/10/2023 14:44:42
Last post: 05/10/2023 19:40:17
EcomProductUnitOfMeasure data in ProductViewModel
Hi guys., Is there any way I can get data from EcomProductUnitOfMeasure table into the ProductViewModel? Or is some service returning this data based on the ProductId? Thank you, Adrian ...
Adrian Ursu
02/10/2023 11:47:00
Last post: 02/10/2023 12:19:51
Intercept exceptions
Hi there, I have a site where a customer gets the following exception when logging in: I think this has to do with loading a cart that doesn't exist anymore but we're not sure. Is there a way I can intercept this exception and perform some lo ...
Imar Spaanjaars
02/10/2023 10:59:54
Last post: 02/10/2023 12:12:05