Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Dealer Search outdates as of DW8?
Hello all, Is the Dealer Search module out-dated? The reason I ask is that I am trying to create multiple sales offices / quarters in different regions in the world. I have created a couple of test categories in which I have some dealers with adresse ...
Mikkel Toustrup Olsen
24/03/2015 13:27:04
Last post: 14/04/2015 20:38:12
SetTag functionality in Razor
We use settag, tag.count() and LoopExists("LoopName") in the template extenders, so we can use specific part of the code for a template. This work good when we use a html template, but with a Razor template we don't anything. The razor template doesn ...
Richard Briefjes
10/04/2015 15:44:09
Last post: 13/04/2015 09:02:08
Easy way to find a products primary view page, without using the Product object
Hi DW, I have about 50k products in a solr index, and i'm listing then in a custom module and now i'd like to render a template tag that contains a link to each products individual Primary view page. Is there an easy way to find a products primary pa ...
Martin Nielsen
10/04/2015 13:15:06
Last post: 10/04/2015 13:19:36
Getting twitter feeds and displaying them on a DW page?
Hi guys, I'm trying to find a way to show the latest twitter tweets favorized by a certain twitter user. To clarify my skills: I am new to Razor and have no klowledge of .Net and doing custom modules etc. :-) So I've found this http://linqtotwitter.c ...
Jacob Storgaard Jensen
09/04/2015 16:15:30
Last post: 09/04/2015 20:33:48
ItemRelationListEditor
Hi, I'm trying to figure out how to create a new field of type ItemRelationListEditor. I'm using code-first. However, I haven't been able to find any documentation for this one, so could someone please provide me with a sample of how to create such a ...
Peter Terkildsen
27/03/2015 12:21:59
Last post: 30/03/2015 05:05:34
Federated Identity Management (single sign on) and Dynamicweb
Hi all, Are there people who have some expierence using federated identity management (mainly the single sign on subset) in combination with Dynamicweb? We're looking at an architecture that needs to maintain a user logged in state over multimple web ...
Tom Kamphuis
04/03/2015 15:54:45
Last post: 27/03/2015 09:15:47
Error when sending out mails with same links
Hi, I am using the Email marketing module to send out notify mails to users, when a product is on stock, but it is failing with this message: [3/20/2015 2:02:57 PM]: [3]: MergeAndDeliver failed. RecipientId: '13579'. Logging 'Exception': Type: System ...
Anders Ebdrup
20/03/2015 14:06:13
Last post: 26/03/2015 13:14:48
Calculated fields
Hello. Is "Calculated fields" feature provider based? I would like to have the price with tax on the EcomProducts row - so when i index the products i have this field. If i could create my own "calculated field" that would be a nice feature. Anyone? ...
Mikkel Høst
10/03/2015 14:11:20
Last post: 24/03/2015 17:01:13
How do I reference an existing item type in DropDownListEditor?
Hi, I'm creating a new item with the following field: [Field("Category", typeof(Dynamicweb.Content.Items.Editors.DropDownListEditor<>))] [Required] public IList<string> Category { get; set; } I have an existing item type called Category.  ...
Peter Terkildsen
18/03/2015 08:39:53
Last post: 19/03/2015 08:04:07
Tranformation files for itemtype xml documents
Hi, I have a lot of item type definitions as xml documents in "/Files/System/Items". I use Visual Studio and SlowCheetah to run transformations on the item type xml documents. But Dynamicweb gives an error ("Object reference not set to an instance of ...
Lars Larsen
17/03/2015 11:01:35
Last post: 17/03/2015 14:20:21
FieldEditor for eCom selection
Hi. I'm trying to make a new FieldEditor to select a product from eCommerce. I followed the guide and it works, so far, for selecting the product. I would like to extend the Fieldeditor though, making it possible to supply what eCom group id to selec ...
Jonas Mersholm
16/03/2015 13:51:04
Last post: 16/03/2015 14:59:32
Mails not send through Email.SendMail
Hi. We are experiencing some trouble since mails are not sent using the: Dynamicweb.Modules.Common.Email.SendMail method. EmailMarketing mails are correctly send and received in the mailboxes, but attempting to send through Dynamicweb.Modules.Common. ...
Jonas Mersholm
09/03/2015 10:22:08
Last post: 13/03/2015 12:45:10
How fast should DW be able to index 45000 product?
Hi guys, We're building a new version of rather larger eCom solution, and on the old version we build our own Solr index for our facets and searches because DW didn't perform to our liking at the time. Now here 2 years later i'm testing out the built ...
Martin Nielsen
12/03/2015 08:50:06
Last post: 12/03/2015 15:32:38
Permissions on ItemManager.Storage.GetById
Hi, I'm using the following code in order to retrieve an individual item via the API: var itemid = Dynamicweb.Base.ChkString(context.Request["itemid"]); var itemtype = Dynamicweb.Base.ChkString(context.Request["itemtype"]); ItemManager.Initialize();  ...
Peter Terkildsen
11/03/2015 09:47:33
Last post: 11/03/2015 12:04:04
Get all descendant pages
I am trying to get the 5 latest articles from a set og categories. Currently I am using this code to get the children of a certain page, but this only get the categories and not the articles: @{ Dynamicweb.Content.PageCollection articlePages = Dynami ...
Søren Mastrup
10/03/2015 12:12:39
Last post: 10/03/2015 12:33:22
Extranet session timeout
Hej guys, I was almost sure I could find a good answer. But could not find anything that would look prommising. Just wanted to know how to extend logged in user session. After user authenticates - I want the session to last an hour or more. I thought ...
Dmitrij Jazel
06/08/2014 10:50:28
Last post: 10/03/2015 10:49:07
Self hosting tips and tricks
Hi guys, Recently I had to do some performance optimisation on self hosted IIS. Was wondering if anyone could recomend some tips and tricks on good practices and things to consider when self hosting DW application. Would be great to have that info on ...
Dmitrij Jazel
24/02/2015 23:46:35
Last post: 06/03/2015 01:11:15
Render related products on lists
Hi DW, I have some trouble to render my related products on the lists which is loaded by use of a custom RelatedProductListProvider. So how can I use this standard extensibility without have to use various template extenders and notification subscrib ...
Anders Ebdrup
04/03/2015 17:09:54
Last post: 05/03/2015 08:46:06
Groupfilter with "@" in groupid
We have a solution where we import productgroups and there is a @ sign in the group id. And when there is a @ sign in groupid creating a groupfilter fails. At least until 8.5.1. Does anybody know if this is something that works in later versions or p ...
Aki Ruuskanen
03/03/2015 12:20:02
No replies yet
TDD
Hi, I'm working a lot on integrating Dynamicweb with other solutions, like ERP systems. A great deal of this work is done writing custom code that implements part of the Dynamicweb API or integration system. I like to write my code test driven but it ...
Tom Kamphuis
13/11/2014 11:37:00
Last post: 02/03/2015 16:47:07