Developer forum
Subject
Replies
Started by
Last reply
Value either too large or small for decimal error when calculating price
Hello, I'm having a bit of a weird and major issue. This post is a bit of a hail mary since many factors regarding this are unbeknownst to me and the issue originated several months ago and the project has been in hiatus since then too, so I don't th ...
Oscar Romin
20/08/2019 15:28:37
Last post: 30/08/2019 10:22:12
Customized Cart with orderlines
Hi, I am trying to add Order lines to a cart for non existing product. I can see that it creates an order in backend but in frontend if i refresh the cart page it seems like it removes the order line from a cart if product doesn't exist and after tha ...
Umar Farooq
29/08/2019 09:11:39
Last post: 29/08/2019 10:36:09
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
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
Recreate Product custom field options
Hi, I have a custom development where I need to recreate the field options of a list box from a product custom field. I am successfully deleting all existing options and clearing the cache, but I cannot find the right method to do it. How can I achie ...
Nuno Aguiar
08/08/2019 23:35:08
Last post: 20/08/2019 17:54:59
SelectionBox not working
Hi, I need to implemented a custom ProductFieldTypeProvider to select and sort several ID values from a custom list. The Extending Ecommerce page shows an example with a DropDownList, but no multiselection and no customizable sorting are available wi ...
Tomas Gomez
13/08/2019 13:36:54
Last post: 19/08/2019 13:04:10
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
Social Media Publishing API
Hi, Is it possible to do Social Media Publishing through the API? Regards / Aki ...
Aki Ruuskanen
15/08/2019 09:01:39
Last post: 15/08/2019 13:13:15
NavigationProvider is not working after DW 9.6.6
Hi I have a custom NaviagtionProvider adding some extra nodes to some of my Ecommerce groups. After 9.6.6 its no longer working. When I select my custom provider in the navigation provider dropdown, my ecommerce navigation becomes empty. When I try s ...
Kim Søjborg Pedersen
12/07/2019 19:27:41
Last post: 07/08/2019 13:56:28
14
Subscribe
Cannot change currency in Dynamicweb.Ecommerce.dll v1.6.48
Dear Dynamicweb, In the current version of Dynamicweb.Ecommerce.dll v1.6.48 it is not possible to change currency by using "?CurrencyCode=XXX" without getting this error: Dynamicweb.Ecommerce.Prices.PriceInfoCurrencyException: Attempt to aritmatic wi ...
Anders Ebdrup
05/08/2019 11:23:17
Last post: 07/08/2019 09:27:20
custom Ecommerce mini-cart delete orderline command
Hi all! I am currently developing a mini-cart in a ViewModelTemplate using the Ecommerce Context. i have succeded in creating the mini-cart this way, but i am having some problems creating a button that can delete an orderline from the mini-cart. i h ...
Christoffer Rosendahl Frede
31/07/2019 20:53:42
No replies yet
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
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
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
Delete from index
Hi. I am trying to change the index by code and it's possible to add/update the index. I am a having a bit more trouble by deleting from the index. It looks like Lucene has a function to delete using an index document... Is there a way to delete from ...
Tobias Belling
10/07/2019 22:15:30
Last post: 11/07/2019 02:45:55
Is FilePublisher best choice for document repository?
Hi, I need to create a document repository, where customers can login and browse through folders and files. They should be able to create their own folders from the frontend, as well as upload new files. The base folder is given by the customernumber ...
Kurt Moskjær Andersen
08/07/2019 09:13:41
Last post: 09/07/2019 12:36:20
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
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
Language.db position in Nuget feed
Hello, I just installed a fresh version of Dynamicweb 9.6.11 through Nuget Package console. In the Nuget feed you ship Language.db in the project root folder (where Web.Config is). If I download the same version, as a ZIP from your website, the same ...
Søren Ravn Lund
01/07/2019 10:10:01
Last post: 01/07/2019 11:56:01