Developer forum
Subject
Replies
Started by
Last reply
Extending Ecommerce statistics
If I remember correctly, the CMS statistics are extensible so you can create your own reports / charts. Is that also true for the Ecommerce statistics? We're seeing an incease in demand for some specific reports (revenue by anonynous versus logged in ...
Imar Spaanjaars
23/04/2015 20:55:41
Last post: 29/04/2015 00:09:28
Sales Discounts + Discount Matrix
Hi, We have a question about the using Sales Discounts and the Discount Matrix at the same time. Considerations: They both work independently They have specific interfaces to mange agregated/highest/lowest ruling We've tested setting up 50% discount ...
Nuno Aguiar
28/04/2015 13:59:08
No replies yet
Clear full page cache
Hi. Is there a easy way to clear the full page cache eg some querystring that will delete all the page.html files in the files/cache.net folder ? ...
Mikkel Høst
22/04/2015 18:57:11
Last post: 27/04/2015 13:49:18
Event/Notification before changes to cart
Hello all, Is there a notification/event which is being called before the cartcmd=add writes the change to the database? Regards, Mikkel ...
Mikkel Toustrup Olsen
23/04/2015 15:30:30
Last post: 24/04/2015 15:09:41
Problem with logging into admin.
Hi, I am installing a new Dynamic web solution following the documents. I have set up SQL server databases from the zip file that I downloaded from the website. The site is showing up, but when I try to enter the admin I get the following error: The ...
Yasharth Tahiliani
23/04/2015 18:29:06
Last post: 24/04/2015 11:20:13
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
10
Subscribe
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