Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Is the DefaultValue for DateTime working for code-first items?
I used an approach described here: http://developer.dynamicweb.com/forum/development/default-value-for-itemfield.aspx to do the following code: [Field("Active From", typeof(Dynamicweb.Content.Items.Editors.DateTimeEditor))] [DefaultValue("NOW")] [Req ...
Peter Terkildsen
19/03/2015 10:31:06
Last post: 22/04/2015 10:40:10
Linking two items in a query
Hi, I have an article-item and a tag-item. I'm querying the article-item via the following code: using (var repository = ItemManager.Storage.Open(itemtype)) { var query = new Query { OrderBy = new OrderByCollection { new OrderBy(orderby, orderByDirec ...
Peter Terkildsen
21/04/2015 15:11:33
No replies yet
Combined AND and OR RuleGroupCombineMethod
I have the following code: var rules = new RulesGroup() { CombineMethod = RuleGroupCombineMethod.And }; if (createdByAccessUserId != null && createdByAccessUserId != "-1") { rules.Add(new Rule(new RuleField() { ID = "CreatedByAccessUserId", N ...
Peter Terkildsen
14/04/2015 16:14:31
Last post: 21/04/2015 13:47:55
Creating your own index
Hi DW, I am trying to implement my own "ProductGroups" index. I read documentation for "Creating your own index" where it is explained how to create simple custom News index: http://developer.dynamicweb.com/documentation/for-developers/ecommerce/inde ...
Davor Zlotrg
16/04/2015 10:10:28
Last post: 17/04/2015 09:23:28
Auto-generate a website and shop using the API
Hi guys, We're currently looking into the possibilities of generating websites/webshops from an integration feed. The case is more or less the following: Our customer wants a webportal which has a different website/webshop for every new venue their h ...
Tom Kamphuis
16/04/2015 10:13:44
Last post: 17/04/2015 09:17:22
Using the Ecom group selector in a paragraph module
Hi devs, I'd like to use your Ecom group selector in a paragraph module, but i'm not sure how i can do it, i'ts basicallly this entire block/control that i would like to use in my module: Is it possible, or is in some private backend control that is  ...
Martin Nielsen
11/03/2015 07:28:26
Last post: 16/04/2015 10:57:38
Reuse existing order renderer
Hi there, I have a web service in a custom Dynamicweb solution that sends out order shipping confrmation e-mails based on the request by an ERP. I have most of it working but would like to use an existing order renderer to allow the template develope ...
Imar Spaanjaars
15/04/2015 14:30:26
Last post: 15/04/2015 17:03:02
RE: Default DPI on GetImage.ashx?
Hey Everyone, Was wondering what is Default DPI when using GetImage.ashx? http://manual.dynamicweb-cms.com/Dynamicweb-On-line-Manual/Management-Center/Designer/Image-handler.aspx Was wondering if it is 72? /Dmitrij ...
Dmitrij Jazel
15/04/2015 13:04:05
Last post: 15/04/2015 13:53:26
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