Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Index build exc: Object reference not set to an instance of an object
Hi guys, Trying to build index, but am getting Object reference not set to an instance of an object exception The only thing that talks to API is Price provider, and maybe it's just me, but I noticed that Price provider is beying invoked when Index i ...
Dmitrij Jazel
30/04/2015 15:40:54
Last post: 04/05/2015 14:52:51
Import module activity, just flickers
Hi Guys, Have an issue with Import module, For some reason it just refreshes the page all the time "flickers" http://screencast.com/t/XS8V3AnQn Any idea what can cause this kind of behaviour? XML file is fine... not sure what could be wrong with it.. ...
Dmitrij Jazel
02/05/2015 20:04:45
Last post: 04/05/2015 14:32:59
Setup new website "as new language" - permissions are bound for both
Hi everyone, Was quite surprised to see this. When you first make a copy of the site with "New language" button, http://screencast.com/t/5tHNv8gI I would expect, content ofcourse be "mirrored", well that's ok, But appearently permission rules are als ...
Dmitrij Jazel
03/05/2015 12:32:02
Last post: 04/05/2015 14:26:18
Merge cart line criteria
Hello. I am trying to add an additional field to be considered in cart lines merging. If I add a new line to my cart and there is already a line for that product/variant in the cart the amounts for the order will be updated, rather than creating a ne ...
Marco Santos
29/04/2015 17:52:40
Last post: 30/04/2015 19:05:59
RE: System.Reflection.ReflectionTypeLoadException
Hey Guys, Just updated 8.5 application to newest 8.6.1.5 When In /Admin, no issues what's so ever. As soon as I press Management center, getting this error: Any idea what can cause this? http://screencast.com/t/teT7Plwge /Dmitrij ...
Dmitrij Jazel
28/04/2015 17:21:16
Last post: 29/04/2015 18:00:29
Application Git Repository?
Hi, Do you guys maintain a Git repository with the application and the files? We're going to move development from Tfs to Git and we'd like to use Git submodules to update the application. ...
Roy
29/04/2015 12:30:43
Last post: 29/04/2015 13:58:12
Void Dynamicweb.Frontend.GlobalAsaxHandler.Application_Start_Mvc() error
Hello all, I am facing the following error (see the attached image) I cannot find anything on this in the documentation / known errors. Note I am not trying to build a MVC website, the error though tells me im missing a method on Application_Start()  ...
Mikkel Toustrup Olsen
28/04/2015 16:30:11
Last post: 29/04/2015 09:30:22
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