Developer forum
Subject
Replies
Started by
Last reply
String or binary data would be truncated - on productID
Hi DW, We have a running custom-built-ecom-product-import that uses the customers own numbers as the productID in Dynamicweb. This has worked great for several years, but now they are exporting new products that have very long numbers, and we run int ...
Martin Nielsen
21/07/2014 09:49:44
Last post: 21/07/2014 14:41:01
Suddently AppPolls starts to crash
Hi DW, We have a site that suddently started crashing. In the eventlog i can see this error: Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViola ...
Martin Nielsen
17/07/2014 14:42:16
Last post: 18/07/2014 08:44:26
Error on loadproperties for custom module
Im getting errors in the custom module im trying to make. the error occurs on paragraphlevel. In edit mode the error occurs whenever the below line of code is executed. Properties properties = Dynamicweb.Properties.LoadProperties(); The problem also ...
Keld Gøtterup
12/05/2011 10:46:03
Last post: 13/07/2014 17:36:51
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
A challenge with prices
Hi DW, I trying to build a somewhat special logic regarding prices, and i'm having problems getting everything to work properly. Intro In Dynamicweb we have around 600 products and each of these products represent a mother product, which means that t ...
Martin Nielsen
09/07/2014 11:36:24
Last post: 09/07/2014 13:13:01
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
Old cart module
Hi Dynamicweb, We have overtaken a VERY old solution which uses the old cart module and this causes a problem in the administration. After an upgrade to 8.4 it is not possible to view the cart page in the administration due to the following lines in ...
Anders Ebdrup
05/07/2014 13:46:31
Last post: 08/07/2014 10:17:34
API documentation for Dynamicweb.Base
Hi, I cannot find any online documentation for Dynamicweb.Base class - where can I find that? Med venlig hilsen/Best regards, Sten Hougaard
Webudvikler E: sho@1stweb.dk
M: 29850818
A: København/Aarhus . W: www.1stweb.dk
@: netsi1964 ...
Sten Hougaard
07/07/2014 07:07:21
Last post: 08/07/2014 09:41:10
10
Subscribe
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
12
Subscribe
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
24
Unsubscribe
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