Developer forum
Subject
Replies
Started by
Last reply
Forgot password with new permission model
Hi Dynamicweb, After switching to the new permission model the regular "Forgot password" (just placing a form on any page) does not work any more as this check: PageIsAccessibleForUser(Converter.ToInt32(reader("AccessUserID"))) in ForgotPassword retu ...
Anders Ebdrup
16/05/2018 23:13:16
Last post: 29/05/2018 13:15:13
ABCpdf and license
Hi, We are in the process of buying a Standard License to ABCpdf 11 from WebSuperGoo. How will this work with the existing version 9 of ABCpdf in Dynamicweb 9.3.10? Can they coexist or do we risk breaking things up? -- Best regards Kurt Moskjaer Ande ...
Kurt Moskjær Andersen
19/04/2018 09:06:27
Last post: 29/05/2018 11:56:22
Concurrency violation exception in ecommerce
Hello, We are experiencing occasionally DBConcurrencyExceptions ( Concurrency violation: the UpdateCommand affected 0 of the expected 1 records. at ) on during our order checkouts and our custom checkout handler. We managed to resolve most of the con ...
Antek Drzewiecki
09/05/2018 17:56:48
Last post: 09/05/2018 18:05:47
Caching on Product.UnitStock
Hi Dynamicweb, We have a critical issue with caching on Product.UnitStock in 9.4.9, which means that the UnitStock is not updated before this method is called: ValidateOrder(settings As ModuleSettings, order As Order) Can you please make sure that th ...
Anders Ebdrup
15/04/2018 21:16:06
Last post: 08/05/2018 15:09:15
Critical issue with product caching
Hi Dynamicweb, We are experiencing a rather critical issue with product caching in 9.4.7 where we have two websites in the same solution; one retail and one wholesale, which means that one shop is setup to display prices incl. vat and one to display ...
Anders Ebdrup
24/04/2018 11:30:16
Last post: 08/05/2018 14:39:05
Index - Boosting field in summary extender?
Hey all, This might be a pretty far fetched question.. However, we have implemented a group index by utilizing the SQL index builder which works quite well. However, as we have multiple fields in the summary field we're using to extract data for the ...
Mikkel Toustrup Olsen
18/01/2018 14:26:26
Last post: 04/05/2018 13:00:11
Application Error on page delete
Hi, We are experiencing a very strange error on our live solution which is running on 9.4.9 and this solution is hosted on a dedicated server. When we try to delete a page we get the following error as shown in the attached screenshot. I have checked ...
Umar Farooq
02/05/2018 09:37:01
Last post: 03/05/2018 08:45:45
Exception in 9.4.7 when using product name as lucene sort field
Hi Dynamicweb, I get this error in 9.4.7 when using the product name as the sort field in the lucene query setup: System.IndexOutOfRangeException: Index was outside the bounds of the array. at Dynamicweb.Indexing.Lucene.LuceneIndexProvider.CaseIgonre ...
Anders Ebdrup
02/04/2018 14:51:45
Last post: 26/04/2018 16:19:29
Error when creating language
Hi, I am having an issue when trying to create a language for a website. I have 3 websites in an installation with several pages and content but am unable to create a new language layer for one of them, the others work fine. The error message I get f ...
Jóhann Kristþórsson
25/04/2018 13:11:04
Last post: 26/04/2018 09:05:45
Order Line Clone method
Hi, I've a solution running on 9.4.6 that has a feature calling the Clone method of an existing order line and this is throwing an exception: System.Runtime.Serialization.SerializationException: Type 'Dynamicweb.Ecommerce.Loyalty.Reward' in Assembly ...
Rui Silva
10/04/2018 13:06:13
Last post: 25/04/2018 15:41:01
Known icons used in front-end
Hi guys, I want to make good use of the list of Known icons (available in Settings/Developer) but in Front-end. Mainly, I want to set up a property on a paragraph that would allow the user to select an icon. I believe there is no such thing as an Ico ...
Adrian Ursu
20/04/2018 14:33:22
Last post: 23/04/2018 17:36:29
Authenticating users with own OAuth provider
Hi, We are establishing a Single Sign-on infrastructure so that our customers can authenticate to different system of ours using the same login, and naturally want to extend to our ecommerce site. https://doc.dynamicweb.com/documentation-9/users/user ...
Þórhallur Hálfdánarson
11/04/2018 13:19:24
Last post: 16/04/2018 16:02:49
Access FilePublisher settings
Hi guys, I was wondering if I can use the API to access some settings of the FilePublisher module. Mainly, I am interested in "Folder" property. Thank you, Adrian ...
Adrian Ursu
13/04/2018 00:37:22
Last post: 13/04/2018 11:20:04
Wrong ordering of products from index
Hi DW, We see wrong ordering of products on the initial display of products when we have set a custom order, but after the page is reloaded then the sort order is correct. It seems to be caused by this code in ProductService.vb: Friend Function GetBy ...
Anders Ebdrup
03/04/2018 22:56:49
Last post: 11/04/2018 15:26:35
Price.GetDoublePriceFormatted returns price with VAT
Hi Dynamicweb, Price.GetDoublePriceFormatted does not take into account the ecommerce-setting on the website and always seems to add VAT to the price. Is it possible to have have this check added to the method? Best regards, Anders ...
Anders Ebdrup
26/03/2018 10:53:03
Last post: 10/04/2018 08:37:07
DefaultCheckoutHandler clears shipping fee
I've a solution running on 9.4.1 and when the DefaultCheckoutHandler is used to finish the order, the shipping fees are lost after the order is sent to the checkout provider. Check the screencast of it https://www.screencast.com/t/H9tqAK4D2kRz Thanks ...
Rui Silva
16/02/2018 15:44:36
Last post: 06/04/2018 16:43:08
winmd files ?
Hello, We have an external tool that we would like to run on some of our custom code, but it requires that all references be present. However, it seems that I miss a file called "Dynamicweb.winmd". Is it possible to get those winmd files ? They are n ...
Gaëtan Di Caro
04/04/2018 08:55:30
Last post: 04/04/2018 09:06:13
Files and upload path
Hi, I have a site where people have a hard to following structure in the filemanager. I was thinking of somehow hooking in - and if they had placed images in the root folder of somehing where they are not allowed, then move this picture to correct fo ...
Jan Sangill
21/03/2018 11:11:01
Last post: 03/04/2018 14:00:34
Extending the filemanager
Hi, Is it possible to extend the filemanager? Before you had a very nice feature where you could see what a file was used for in the Filemanager. This have been removed. Could one somehow hook into something here, and make this something like this? R ...
Jan Sangill
21/03/2018 10:38:04
Last post: 03/04/2018 13:29:52
Price not set when adding new orderline
Hello! I am trying to add orderlines to an order using 'new OrderService().CreateOrderLine()', but the price is not updating. Even if I use the old deprecated method Order.CreateOrderLine nothing happens. This is my (simplified) code: var order = new ...
Oscar Romin
28/03/2018 14:49:39
Last post: 28/03/2018 15:25:57