Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Performance on order list
Hi Dynamicweb, We experience very poor performance on the Customer Center Order List as to much logic seems to be done by the api and not the database which in the end causes why too many database calls when have many orders on a customer. All orders ...
Anders Ebdrup
15/04/2018 16:43:10
Last post: 05/10/2018 13:08:50
Permissions
Hi Is it posible to create custom permissions and use them with the Permision class? I can't find it in the doc's! Br. Mads ...
Mads Kold
01/10/2018 13:10:18
Last post: 03/10/2018 13:22:58
Facets outputs value instead of label
Hi Dynamicweb I have opened a support case with the following number: CAS-115412-MTXGTD where I described that I have a custom product field which is of the type "multiselect list" and when I am trying to output the facets label, and I get the value  ...
Bogdan Ciocsan
20/04/2016 11:11:06
Last post: 02/10/2018 16:33:06
Deployment of DynamicWeb
Hi Do you have any recomendations/best practices to how we can automate deployment solutions by CI/CD? //Mads ...
Mads Kold
25/09/2018 12:56:19
Last post: 02/10/2018 09:01:24
Error on deleting content page via API (Primary item must have a value before committing)
Hi, We are getting this error when deleting content page with the PageService: PageService pageService = new PageService(); pageService.DeletePage(page.ID); Exception: Primary item must have a value before committing Dynamicweb.SystemTools.RecycleBin ...
Allan Iversen
23/02/2018 12:08:15
Last post: 28/09/2018 03:57:26
Viewmodel question
Hi, A question here, we have created an item, which uses another item (Buttonlink) as a field: This item is a ItemViewModel in my template (Dynamicweb.Frontend.ItemViewModel). The ItemViewModel has a Field "Target" (Dynamicweb.Frontend.ItemFieldViewM ...
Harald Brouwers
27/09/2018 14:19:36
Last post: 27/09/2018 15:48:11
Read settings from current index being build
Is there any way to read the settings in the IndexBuilderExtender extension? I want to build a custom IndexBuilderExtender that will behave differently based on an index build settings: but did not find any way to read settings on the doc being proce ...
Rui Silva
05/06/2018 15:09:42
Last post: 26/09/2018 12:15:45
Overrule stock check
Hi Dynamicweb, We have two shops in the same solution, where we need different stock checks; one should reserve when items are added to basket and you are not allowed to order more than we have in stock. I the other shop you can as many items as you  ...
Anders Ebdrup
27/05/2018 19:59:38
Last post: 26/09/2018 08:48:12
Indexing failure
Im starting several indexes from code and all is working except one and according to the log its about KeyNotFoundException: The given key was not present in the dictionary. Anyone know the cause/solution for this error or have had this happen to the ...
David Löfqvist
24/09/2018 15:11:46
Last post: 24/09/2018 16:56:44
Could not load type 'Dynamicweb.Ecommerce.Feeds.FeedContextConfiguration' from assembly 'Dynamicweb.Ecommerce, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
Hi, I have set up a blank new Dynamicweb 9.5.1. from the ZIP file from the doc site. It works, but as soon as I build the project in Visual Studio with no edit to the projekt, I get this error: Server Error in '/' Application. Could not load type 'Dy ...
Marie Louise Veigert
21/09/2018 14:07:57
Last post: 24/09/2018 09:03:03
RenderBackend dosen't render
Hi DW I'm trying to create a ShippingProvider, i have ran into a problem with RenderBackend, it dosen't render anything into the backend (I'm expecting it ro render out on the order page?) I'm using this code public override string RenderBackend(Orde ...
Mads Kold
19/09/2018 15:46:56
Last post: 20/09/2018 10:16:48
Find string in content from api
Hi, I need to search all content from within the api, for a specific text-string. By content, I mean both pages, paragraphs and items. There is a lot of different item-types, so I would rather not iterate through each and every item-type, if it's not ...
Kurt Moskjær Andersen
19/09/2018 13:15:43
Last post: 20/09/2018 07:55:36
Change Order.ID
Hi, I'm trying to manipulate the Order object from the CheckoutDoneOrderIsComplete subscriber. I can change the user data easily but when I change the Order.ID a duplicate of the order is made. How can this be done? The code looks like this: [Dynamic ...
07/10/2010 14:52:33
Last post: 19/09/2018 12:26:08
Use UserParameterEditor and UserGroupParameterEditor for custom tax provider
I have a solution that needs a custom parameter to select some users and/or groups to be ignored on the tax calculation. I've tried to use the UserParameterEditor in the AddInParameter but this is returning an error: Message: Object reference not set ...
Rui Silva
22/02/2018 18:48:41
Last post: 19/09/2018 10:17:23
NuGet package Dynamicweb.Admin.9.3.8 not available
Hi It seems like I have got a deja vu!! I am trying to get NuGet package Dynamicweb.Admin.9.3.8 from https://www.myget.org/F/dynamicweb-packages/api/v3/index.json but it's not available there. Why is that? Shouldn't it be? ...
Lars Larsen
14/09/2018 09:32:12
Last post: 17/09/2018 12:00:19
Form: Send email with attachment (Uploaded item)
Hi, I am trying to create a form, with "FIle" field, where user can upload the file and submit the form. I've also configured to send email when the user submit the form. I've received the email when the user submit the form but it only displayed the ...
Thaw Htun Lynn
27/08/2015 11:56:56
Last post: 14/09/2018 11:37:45
Login user in code
I'm creating a custom login method and trying to login user with code: // querying the user User user = Dynamicweb.Security.UserManagement.User.GetUserBySql("SELECT * FROM AccessUser where AccessUserExternalId = '3005013299'"); is there any way i can ...
Vilhjalmur Ingthorsson
13/09/2018 12:44:20
Last post: 13/09/2018 15:08:37
Alert from Ecommerce.Notification
Hi, I'm subscribing to the Ecommerce.Cart.Line.Added notification and would like to send an alert to the user, when certain products are added to the cart. It is possible to add a session-variable in the subscriber, which triggers an alert in the mas ...
Kurt Moskjær Andersen
11/09/2018 13:15:45
Last post: 11/09/2018 15:57:20
OrderTemplateExtender : only execute at a certain cart step
Hello, I have some code in an OrderTemplateExtender that I need to execute at a certain custom step in the cart and only there, because it is resource-intensive. However I can't find out how to do that. Order.CartV2StepIndex always returns 0. How do  ...
Gaëtan Di Caro
10/09/2018 08:19:17
Last post: 10/09/2018 09:16:47
Internal error occurred. Additional information: ''.
Hi everyone, Today customer called me and asked for help. In Admin, after clicking UserManagement or ManagementCenter - you get this error: https://www.screencast.com/t/SXbl4RGFTac really weared. Application version: 8.8.1.6 ...
Dimitrij Jazel
08/05/2017 09:54:25
Last post: 05/09/2018 10:16:30