Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Only cart v2 uses this log system.
Hello. I am logging events in a Checkout Handler, and when I try to look at the messages for the cases when there are errors it showns none, it only shows a message that says "There are no entries. Only cart v2 uses this log system.". The messages do ...
Marco Santos
17/07/2014 19:41:51
Last post: 08/08/2014 15:37:29
How to Debug Razor code in templates?
Hi DynamicWeb, Is there a way to Debug Razor code in templates? I tried to Attach to proccess (w3wp) but with no success (this was working for template extenders). Thanks, ...
Davor Zlotrg
11/07/2014 16:17:37
Last post: 15/01/2021 16:04:09
Ribbonbar Extension and items?
Hi DW, I'm playing around with ribbon extenders and items, and it seems that it isn't completely supported yet. But i did some hacking around anyway, and i found a few quirks, that i hope theres a workaround for. Here are my findings: Dynamicweb.Cont ...
Martin Nielsen
09/07/2014 22:27:02
Last post: 10/07/2014 09:52:45
Is there any way to avoid indexing of certain custom product fields?
Is there any way to avoid indexing of certain custom product fields? Sometimes we might store some metadata in product fields which shouldn't affect the search results (free text). ...
Morten Bengtson
07/07/2014 18:25:19
Last post: 08/07/2014 21:37:40
Is it true that rows in items table are not deleted?
Hi, I have come across a scenarie where I am extracting items from itemtable. It seems that rows (items) in the itemtype_itemTypeName are not deleted if you delete the page or paragraph to which they are related? Is that true? Why? Med venlig hilsen/ ...
Sten Hougaard
06/07/2014 10:38:23
Last post: 06/07/2014 17:22:03
Unable to locate Xml License file.System.Exception
Hi, since our customer upgraded from a version 7 to version 8.3.1, in some occasions, this error occurs: Unable to locate Xml License file.System.Exception: Unable to dynamically locate license file. The license file can loaded manually by calling Em ...
Ton Martens
03/07/2014 15:41:37
Last post: 03/07/2014 15:45:09
Custom Editor for Items - One that opens in a new window
Hi Guys, Have any of you created you own Editor for Items yet? I'm looking for inspiration/sample code for creating a new EditorField that works much like the standard File selector, eg.: - you click a button - you browse aroud a new window - you cli ...
Martin Nielsen
21/06/2014 21:39:17
Last post: 23/06/2014 15:32:44
Enable searching in news
Hi, We're using the News v2 module, is it possible to include news items in search results? (Example on site: I want to get news items listed here in addition to pages: http://www.dof.no/en-GB/Search-page.aspx?q=subsea+7) I saw a similar thread on th ...
Joakim Tønnesen
20/06/2014 12:39:15
Last post: 23/06/2014 10:01:55
Is code-first items broken in 8.4.1.5
Hi DW, I just downloaded a 8.4.1.5 and DefaultEmptyData8SQL, and wanted to play around with Code first items, but it doesn't seem to work. I created a project with only the class below, and built it into my solution bin folder. using Dynamicweb.Conte ...
Martin Nielsen
19/06/2014 23:40:34
Last post: 19/06/2014 23:46:48
Product index Groups filter performance issue.
I have a shop with 3500+ groups. When loading the catalog the groups filter is delaying(3s) the load of the page. Groups filter is configured by "Current Subgroups". Initially the catalog is loaded without a groupid and then we only render the top gr ...
Remi Muller
17/06/2014 16:52:20
Last post: 24/07/2014 14:14:04
Proceed to next step in cart
Hi there, Is there a way to programmatically load the next step of the cart? I have a custom field called "Is Quote" that a user can set on the first step. If the order is a quote indeed, I would like to skip the step for payment and shipping. Thanks ...
Imar Spaanjaars
16/06/2014 14:41:30
Last post: 16/06/2014 17:12:25
Error when running Price.SavePrices();
Hi guys, I'm getting this SQL error when updating prices: Incorrect syntax near ')'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConne ...
Lars Sørensen
13/06/2014 15:43:16
Last post: 24/06/2014 19:21:06
new Dynamicweb.Rendering.Template(path, cultureName) not accessible
new Dynamicweb.Rendering.Template(path, cultureName) This constructor is not accessible for external libraries. Why is this private and can DW allow access to this? I want to use this for email templates and notifications where the pageview is not av ...
Remi Muller
11/06/2014 16:57:26
Last post: 13/06/2014 12:08:39
Itemtype field of type checkbox set default value checked
Hi, I have an itemtype field of type "Checkbox" and I want it to be checked when instantiated. But how is that done? Using the itemtype fields default value field has no effect on a checkbox because the default value is set for the value attributte o ...
Lars Larsen
02/06/2014 09:34:21
Last post: 02/06/2014 11:04:04
Email Marketing c# API
Hi there. I have been searching around using the IntelliSense for the last 30 minutes, but havent had any luck so far. Is there c# api's for the Email Marketing system, so that i can send emails from the module? I am trying to make an automated email ...
Jonas Mersholm
28/05/2014 14:29:34
Last post: 28/05/2014 14:46:11
Error when importing
Hi guys, I'm getting the following error while importing products using the API: 8472700 caused error:Collection was modified; enumeration operation may not execute. at System.Collections.Hashtable.HashtableEnumerator.MoveNext() at Dynamicweb.eCommer ...
Lars Sørensen
28/05/2014 00:23:36
Last post: 12/08/2014 09:44:50
index update task url is blocking website access
There is a problem when index update task url is executed for a full product index update. During this process the website is inaccessible. This is first tested on DW 8.3.1.18 and then upgraded to 8.4.1.3 which is having the same issue. Is this a bug ...
Remi Muller
23/05/2014 13:48:04
Last post: 23/05/2014 14:17:24
Configurable AddIn crashing when add-in has no configurable fields
Hi there, It seems that I must add at least one configurable field to a configurable addin even though I don't need one. For example, consider the following TaxProvider: [AddInName("My flat fee tax provider")] public class SimpleTaxProvider : TaxProv ...
Imar Spaanjaars
21/05/2014 14:35:02
Last post: 21/05/2014 15:35:31
Error / Module attached, edit file cannot be found
Hi everyone, I have made an offline copy of a solution in order to make some changes to a custom module. Everything works - except for the 'Module attached, edit file cannot be found'-error when trying to access it from a paragraph. When I go into th ...
Sonni Tost
07/05/2014 09:48:15
Last post: 07/05/2014 10:04:23
RE: Data Integration - Custom + Ecom Provider, Part II
Hello. I am trying to integrate product information, and although I am able to syncronize (create and update) most products, some do not for some reason. Here are the details: Example records for a product to export (this is one that does not get imp ...
Marco Santos
15/04/2014 13:00:58
Last post: 24/04/2014 10:45:34