Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Best practices for implementing breadcrumbs in DW9?
Hi. Currently looking into implementing breadcrumbs. Any code examples that does things similar? Thomas ...
Thomas Berthelsen
26/08/2019 13:59:44
Last post: 30/08/2019 13:04:00
Getting the current order in backend code
Hi, We are normally using the following code te get the current order from the Context: Context.CartContext = OrderContext.GetOrderContextById(StringConstants.ApplicationVariables.DefaultOrderContextId); return Context.Cart; After having troubles wit ...
Hans Kloppenborg
16/08/2019 16:10:10
Last post: 19/08/2019 10:04:57
Password Complexity Rules and DW Security API
Hi DW I am using your security API for creating and logging in users using AJAX calls to an MVC Controller. It seems however, that User.Save() and User.EncryptPassword() bypasses the passwrod complexity rules setup in the DW backend. Do you have an i ...
Ronni Hansen
14/08/2019 12:20:16
Last post: 22/08/2019 11:42:13
not load type 'Dynamicweb.Extensibility.SelectionBox' from assembly 'Dynamicweb, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null'.
Hi, I am experiencing this issue whenever I right click on a page and select "Properties". We are running DW 9.4.34 but somehow its looking for 9.0.0.0? Server Error in '/' Application. Could not load type 'Dynamicweb.Extensibility.SelectionBox' from ...
Martin Møller Christensen
25/07/2019 14:34:12
Last post: 26/07/2019 09:23:41
Using Auth0 as external authentication provider
Hi, One of our customers wants us to use Auth0 (https://auth0.com/ ) as authentication provider. I am still checking out how that could work, but it seems they use the OAuth 2.0 protocol. I saw in a post of 2018 that there was an Oauth external authe ...
Hans Kloppenborg
16/07/2019 09:55:24
Last post: 16/07/2019 16:01:42
XML Feed Extended template tags
Greetings! We are trying to create a google rss feed page. We are trying to create a template tag in GeneralPageTemplateExtender.cs and for some reason we are not able to see this specific tag on this page but we can see it on other pages. The only d ...
Anton Marinó Stefánsson
10/07/2019 16:43:07
Last post: 11/07/2019 03:42:15
Call API using async C# HttpClient in DW/Rapido feed
Do anyone have a working example with async HttpClient in a DW/Rapido feed? ...
Martin Grønbekk Moen
04/07/2019 23:51:55
Last post: 17/07/2019 11:24:10
Order.SecondaryUserName cannot be assigned to
The documentation for this says it can do both get and set, but only get is implemented. This mean that when the order is created it do not show the secondary username in admin (see image). Please consider to change this to get and set. ...
Martin Grønbekk Moen
30/06/2019 00:05:53
Last post: 01/07/2019 13:06:34
Best practice create order using API
Any best practice code snippets for creating an order through the api? ...
Martin Grønbekk Moen
29/06/2019 22:28:05
Last post: 01/07/2019 11:25:13
The website you are trying to enter has probably been locked by the administrator.
Greetings, We are having some problems with our solution, my colleague set upp solution that was working fine for him. He could login to the admin with no problem. But when i cloned the git repo and setup the soluton i keep on getting the error shown ...
Anton Marinó Stefánsson
25/06/2019 17:55:50
Last post: 16/09/2021 10:25:52
Custom generated field
What is the best way to create a custom generated field. We need to accumulate the stock level of all variants in the same color. So we have two variant groups (Color and Size). One product has multiple colors, and multiple sizes. Each variant option ...
Martin Grønbekk Moen
24/06/2019 13:22:57
Last post: 24/06/2019 22:27:22
Get root group for user in IndexBuilderExtender
Hi, I am trying to use the function User.GetUserByID in an IndexBuilderExtender. However, I the following exception: System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=Dynamicweb.Secu ...
Roald Haahr Jensen
24/06/2019 08:49:08
Last post: 05/07/2019 10:50:32
Where is "Debug" logged?
Hello, Where is "debug" logged? And what is the intention with the logging method? Dynamicweb.Logging.LogManager.Current.GetLogger("UserOnExtranetLogin").Debug(message) Best regards, Anders ...
Anders Ebdrup
21/06/2019 09:06:21
Last post: 26/06/2019 09:05:36
Find a user's birthday with smart search
Hi, Does anyone have a good idea of how to find a user's birthday with smart search? My goal is to send af voucher as a birthday gift Best Regards Kim ...
Kim Søjborg Pedersen
16/06/2019 22:58:49
Last post: 16/06/2019 23:34:54
Observation: Potential null reference issue when displaying orders
Hey there, I have been working with a rapido full installation and noticed as slight quirk. After I completed an order and tried to view it in ecommerce module in the backend I got a null reference displaying. The issue appears to be because there wa ...
Reynir Viðar Ingason
13/06/2019 10:36:29
Last post: 28/06/2019 08:22:59
Get current area in backend
Hi I want to get the itemtype associated with the area that the editor is editing in the backend. How can that be done? I would very much like to get it from within the notification "ItemNotification.Saving". ...
Lars Larsen
12/06/2019 13:30:35
Last post: 14/06/2019 13:55:26
Autologin on specific IP or similar
Hey, A client is having their intranet scanned by a some service they bought, and want that service to scan pages with extranet login aswell.. The company asked me to "whitelist" their IP. I responded with creating them a user and giving them the url ...
Steen Nørgaard Perdersen
11/06/2019 14:54:49
Last post: 12/06/2019 12:29:52
Cybersource: No transaction number sent
I am using Cybersource payment method with an embedded iframe. For some users it started to return an error when trying to load the iframe. In the front end the iframe is never loaded and I can see the following error in the order log "No transaction ...
Cátia Torego
07/06/2019 16:46:13
Last post: 27/08/2019 11:45:20
OrderCollection Load obsolete
Hi, We have some code that gets orders based on a sql query. We used it for getting orders by date, customernumber or other customfields. var orders = new OrderCollection(); orders.Load(sqlQuery); But after upgrading to 9.6.9 (from 9.3) the OrderColl ...
Jesse Bakker
06/06/2019 16:28:22
Last post: 11/06/2019 09:43:22
Rapido checkouthandler render not working
Hey there, I am having an issue with a checkouthandler rendering a post template. I am using Rapido full and have several chekout handleres configured. Some are working but others are not and I am failing to find what the difference is. When I run th ...
Reynir Viðar Ingason
05/06/2019 13:35:03
Last post: 05/06/2019 15:01:16