Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Data import parse fails
Morning. I am getting errors on values that I am trying to import, and not sure why, as they seem correct. This is the error: Import job failed: cannot parse '1753-01-01' to a System.DateTime. Table: EcomProducts. Column: stock2Date The failed input  ...
Marco Santos
07/07/2014 12:09:18
Last post: 07/07/2014 15:03:54
Is it possible to show products in different languages on the same page?
On a page that will be behind an extranet login, we will would like to show the product detail page in different languages, dependant of what language the user that is logged in has. The users language is available on his profile and can be accesed.  ...
26/04/2011 15:36:58
Last post: 07/07/2014 10:11:30
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
Create items using API
Hi, I want to create items from an XML file. I have tried the data integration but did not succede so now I want to know if there is a way of doing it through the API? I have also tried to generate a file with SQL insert, which allows me to add items ...
Sten Hougaard
01/07/2014 08:39:37
Last post: 03/07/2014 09:48:40
Razor project on developer portal
Hi there, The release notes for 8.4.1. say this: Updated Visual Studio project with /Files to enable intellisense in Razor templates Area: Visual Studio Templates Description:A Visual Studio project with intellisense enabled for Razor templates is av ...
Imar Spaanjaars
01/07/2014 10:56:58
Last post: 01/07/2014 11:58:54
C# EmailMarketing send mail
Hi there. I am attempting to schedule an email through the EmailMarketing assembly, but it just wont work out. Heres my code Dynamicweb.Modules.EmailMarketing.Email NewsLetter = new Dynamicweb.Modules.EmailMarketing.Email(); NewsLetter.Template = "Te ...
Jonas Mersholm
23/06/2014 09:52:13
Last post: 26/06/2014 11:16:17
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
Order confirmation email
Is it possible to insert the order id in the subject of the order confirmation email. It is supposed to be set up in the paragraph which includes the basket module. In other modules it is possible to just insert tags as fx <!--PasswordLength--> ...
04/05/2009 14:14:26
Last post: 24/06/2014 14:49:13
How to set built-in activation rule on item through the API
Hi, Through the API (Code First) I have made an itemtype containing some itemfields. Now also through the API I want to add one of the built-in activation rules to my itemtype. How is that done? Isn't it possible? If not when will it be? ...
Lars Larsen
19/11/2013 11:15:50
Last post: 24/06/2014 08:53:36
Change custom shipping method fee programmatically?
Hi guys, I am trying to create a custom shipping method. I took a look at current sourcecode examples and as an example I take [AddInName("SpecialDelivery"), AddInDescription("description...")] public class SpecialDelivery: ShippingProvider, IShippin ...
Dmitrij Jazel
16/06/2014 11:40:41
Last post: 23/06/2014 16:08:28
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
Orderline fields in BOM products
Hi Guys, I have tried to use Orderline fields in combination with BOM products and Multi-add to cart. It seesm that in any of the above cases the orderline fields are not rendered. The bom product contained a product that had orderline fields attache ...
Adrian Ursu
23/06/2014 12:12:27
No replies yet
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
Code-first Items - Save() not fired
Hi guys, I created this Item via Code-first: [Name("Attraktion")] [Category("Code-first")] [AreaRule, StructureRule(Dynamicweb.Content.Items.Activation.StructureContextType.Pages, Dynamicweb.Content.Items.Activation.StructureContextType.ItemList), Pa ...
Martin Nielsen
21/06/2014 21:18:09
No replies yet
RE: Additional information anywhere?
Hello. I have two Data Providers that are derived from a third (itself derived from BaseProvider and abstract) and one of them is getting a "The method or operation is not implemented" exception, and I would like to see more detail about where in the ...
Marco Santos
18/06/2014 13:54:51
Last post: 20/06/2014 15:32:35
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
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
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
Custom date tags not rendering in NotificationSubscriber
Hi there, It seems that on DW 8.4 global tags with a date value are not rendered. I have the following custom code: [Dynamicweb.Extensibility.Subscribe(Standard.Page.OnGlobalTags)] public class PageOnGlobalTagsObserver1 : Dynamicweb.Extensibility.Not ...
Imar Spaanjaars
26/02/2014 22:46:57
Last post: 10/06/2014 16:02:05