Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Sorting of variants in new index
Hi Dynamicweb, We are missing the possibility to sort variants in the new index after the sort order, so "Small" can be displayed before "Medium" and so on. Best regards, Anders ...
Anders Ebdrup
12/10/2015 17:09:24
Last post: 19/10/2015 08:15:50
Create NamedItemList from code
Is it possible to create NamedItemList and attach it to a page with given ID in the code of a notification subscriber? P. S. Is there a documentation about adding and removing items from existing lists? ...
Andrey Kozachuk
13/10/2015 13:09:32
Last post: 19/10/2015 04:54:44
Import favorites with the api
Hi Dynamicweb, When trying to import favorites with the api I have a bit of a problem with the line marked with red: Public Shared Sub AddToFavorites(ByVal ProductID As String, ByVal VariantID As String, ByVal LanguageID As String, ByVal listName As  ...
Anders Ebdrup
18/10/2015 11:50:02
Last post: 18/10/2015 12:17:45
Clearing logs
Hi! This might be in the wrong forum. If so, I'm sorry! I was wondering how to clear the logs when this message comes up. Its a client custom server, and I have access to all the features via RDP/admin See, attachment ...
Tom-Erik Paulsen
09/10/2015 11:14:58
Last post: 16/10/2015 15:25:44
Documentation Email Marketing
Hi, Is there any documentation regarding developing custom recipinet providers and/or working with email marketing with code. I am going to need to build automated mails with dynamic content and dynamic list of recipiants. /Aki ...
Aki Ruuskanen
15/10/2015 08:42:53
Last post: 16/10/2015 15:24:33
Delete product API
When using the code below it doesn't actually delete anything. i do get the "hits" i want which i can see in my logs but it stille doesn't delete. What am i doing wrong? public static void deleteMissingProducts() { logEntry("Start deleteMissingProduc ...
Keld Gøtterup
02/10/2015 13:21:47
Last post: 16/10/2015 15:05:07
[Schedule task addin] - Multi-select parameter editor
Hi guys, I'm trying to create a AddInParameter that it will be a multi-select list but with no success. I checked the documentation from Dynamicweb.Extensibility.Editors and tried some few possibilities but couldn't create what we want. There is any  ...
António Ramos
15/10/2015 13:11:58
Last post: 16/10/2015 12:51:11
How do I implement WebAPI in DW?
With version 8.4.1.0 DW states that: We are now supporting MVC out of the box – making it possible for developers to develop custom modules using Model View Controllers and WebAPI. I am looking for a simple example on how to set this up with a simple ...
Christian Fisker
22/04/2015 10:13:16
Last post: 14/10/2015 16:33:53
Get absolute physical path to Files folder
Hello, I want to open a file that is stored in DW from code. I have a relative path that looks like "/Files/...". But to open a file with StreamReader I need an absolute path. I found value I need in UI in Management Center -> System -> System  ...
Andrey Kozachuk
13/10/2015 15:15:29
Last post: 13/10/2015 15:44:37
RE: Custom Module Translation
Hello DynamicWeb Currently im building a custom module, and im having trouble with translating certain fields, is there any way to simply turn this behaviour off, until i would need it or better yet actually make a language set my application, only t ...
Jakob -
12/10/2015 20:08:23
Last post: 13/10/2015 09:30:50
Item field event subscriber
Hi guys, We have a client that need to send an email when an item field is changed. ie: When dropdown field "status" is changed from waiting to finished. There is anyway to do this? In last resource we could make a trigger in the database but honestl ...
António Ramos
08/10/2015 11:04:59
Last post: 09/10/2015 10:46:27
Custom shipping provider called too late
Hi there, I have a custom ShippingProvider that overrides CalculateShippngFee. In the backend I have registered the provider four times with different options (using IDropDownOptions). Everything seems to work fine, except that on the initial load of ...
Imar Spaanjaars
06/10/2015 09:30:08
Last post: 08/10/2015 00:25:17
DW Search(Weighted) DwSearchResultSummary tag in JSon
Hi Guys. We are using Search(Weighted) together with JSon, and Search generates Json data. Template tag: "DwSearchResultSummary". When some of the paragraph have a line break in the content, or content has some restricted characters - this causes JSo ...
Dmitrij Jazel
02/10/2015 11:47:41
Last post: 05/10/2015 11:14:50
Typed object in custom module frontend
Hi folks, I've recently started using DW 8.6 after being stuck on 8.3 for ages and wanted to know if any progress has been made towards enabling a typed object to be passed to a custom modules template from the frontend class in a similar way to how  ...
Alec Stubbs
30/09/2015 10:18:45
Last post: 02/10/2015 15:19:53
Ordering of variant options
Hi Dynamicweb, I have a problem with displaying variant option in the correct order on the products, because the "SortOrder" is missing in the template. Can you please add this line of code to "RenderVariantOption": Template.SetTag("Ecom:VariantOptio ...
Anders Ebdrup
02/10/2015 12:51:57
Last post: 02/10/2015 12:56:53
Get only page ID from LinkManager Control
Hi guys, I have a Link Manager Control (see below) and when i make Properties.get_Value("ConfirmationRedirectPage") it returns the whole URL ie: "Default.aspx?ID=111". <dw:LinkManager runat="server" DisableFileArchive="True" DisableParagraphSelect ...
António Ramos
29/09/2015 19:40:57
Last post: 30/09/2015 16:32:58
NotificationSubscriber for locked out users
Hi there, Is there a NotificationSubscriber that fires when a user gets locked after X number of invalid password attempts. I would like to notifiy the support department when that happens but I can't seem to find a relevant subscriber. If it doesn't ...
Imar Spaanjaars
27/08/2015 14:50:24
Last post: 30/09/2015 09:46:12
Get the unique ID of a form saved with the Forms for DataLists
Hi there, Similar to what I am doing here: http://developer.dynamicweb.com/forum.aspx?ThreadID=42947 I am trying to retrieve the unique ID of a form saved with the Forms for DataLists module so I can append it to the email subject in a FormSaveProvid ...
Imar Spaanjaars
18/09/2015 14:40:55
Last post: 29/09/2015 15:27:16
Users loose cart
Hi Dynamicweb, We experience a kind of anoying problem which is very critical for our clients because the users on the shops looses the cart if the session times out and they tries to add another product to the cart or are going to checkout. As I see ...
Anders Ebdrup
11/09/2015 23:48:29
Last post: 28/09/2015 17:38:47
Application/json and Maps module
Hi DW, I just tried to create some JSON using the Maps module, primarily to get the right context (user group). When selecting application/json in the layout and adding a blank layout the Maps module will inject a script in the bottom of the page, ma ...
Rasmus Andersen
24/09/2015 11:40:07
Last post: 24/09/2015 14:55:56