Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
When can I be sure an order is "Complete" when looking in the EcomOrders table
Hi Which field should I check to determine if an order really is complete and is ok to transfer to my customers ERP-system? Is it enough to just look at the OrderComplete field? If true then the order is ok? The reason why I'm asking is that sometime ...
Kristoffer Hilmertz
22/11/2011 10:34:47
Last post: 23/11/2011 11:47:53
Show custom tags in editor
I have created some global tags that i'm using in the text editor a paragraph. My problem is that I have to add these tags in source mode and when I switch back to text mode I cant see where the tag is. If I cant see it is easy to delete it when you  ...
Paul Nilsson
18/11/2011 14:02:18
Last post: 23/11/2011 14:07:37
Problem setting custom order field
Hi, I get NullReference Exception when calling this submethod: SetOrderField(order, "Ordernumber", orderNo); SetOrderField(order, "TransferDate", DateTime.Now.Date); order.Save(order.ID); The same applies to setting product fields ...
Per Ljung
16/11/2011 17:24:49
Last post: 24/11/2011 19:24:08
Importing users
Hi DW, I've updated a solution to 19.2.5.2, and now importing users with custom fields gives an error for some of the users in my file. My XML for a users looks like this (I have about 2000 users in the file, this is one of them): <Users> <U ...
Martin Nielsen
16/11/2011 10:46:26
Last post: 16/11/2011 13:22:11
BadImagePrintHook32
I get an error when clicking on a product in the eCom backend of the newest DW solution. The guys at DW says it is a custom code fault in spite of that it is an DW error that gets thrown. And that is fine with me, because I sometimes experince that a ...
Martin Slot
08/11/2011 10:22:23
Last post: 07/12/2011 12:27:36
Custom Checkout
Hi! I have created a custom checkout handler and placed in the dw server, but dw still uses the default handerl I have written this in the class header: [Dynamicweb.Extensibility.AddInName("MyHandler")] [Dynamicweb.Extensibility.AddInActive ...
Per Ljung
01/11/2011 11:37:41
Last post: 07/11/2011 10:56:23
Order editor using 'Ribbon Extensobility'
Hi I'am writting an order editor, and can figure out how to make DW recalculate the total price, when i change the quantity on the orderline object. Any suggestions? Iam using the 'Ribbon Extensobility' approach :) Order order = new Order(OrderEdit.O ...
Nikolai Rasmussen
25/10/2011 15:15:06
Last post: 25/10/2011 15:46:24
Layout tab missing
On our 19.2.3.2 test site the Layout "tab" is missing. Normally on our other sites, we can click Properties --> Layout on a given page, so we can choose templates etc. But on this new test site theres no Layout "tab". Should th ...
Ryan Jeppesen
25/10/2011 10:41:22
Last post: 25/10/2011 10:47:57
sitemap.xml showing empty elements
When checking the sitemap for our customer Metranorm we found out that the SEO express module used to create the sitemap generates empty xml elements as you can see in the xml on the website. Anyone else ran into this before? And how can we fix this? ...
Rob Lohmann
24/10/2011 13:10:32
Last post: 04/11/2011 13:09:30
Directory for Extenders
Hi! I have read the documentation about extending and overriding Dynamicweb behaviour, and it looks pretty simple. But, where do I place the code files? As a dll in the bin folder? As an ordinary module in custom modules folder? I think I know how to ...
Per Ljung
21/10/2011 13:23:02
Last post: 21/10/2011 13:34:24
REST Service
Hi! I have asked about this topic before, but I wonder if it's possible to implement a REST interface and place that on the DW Server? I thought that it would be simpler to implement this because I'm not going to send any data to Dynamicweb, just tri ...
Per Ljung
20/10/2011 16:33:28
Last post: 20/10/2011 16:37:01
Using product renderer
Hi DW. I'm trying to reuse Dynamicwebs product renderer but i'm getting an ArgumentOutOfRangeException. My code looks like this: void doStuff(){ Dynamicweb.Templatev2.Template t = new Dynamicweb.Templatev2.Template(); AppendProductTagsToTemplate( ref ...
Martin Nielsen
20/10/2011 16:09:40
Last post: 21/10/2011 08:16:35
Shoppingcart, giving each step it's own unique url
Is it possible to give each step in the checkout process it's own unique url? This gives us an easier way of registering pageviews in Google Analytics. ...
Rob Lohmann
18/10/2011 12:04:38
Last post: 25/10/2011 13:37:12
Session based parameters
Hi I have a customer that runs a number of external advertisments that point at the customers site. Included in the link are parameters identifying the campaign and the affiliate (Default.aspx?ID=222&campaign=XXX&affiliate=YYY). These XXX and ...
David Matheson
18/10/2011 11:37:36
Last post: 18/10/2011 12:00:02
Webservices - eCom, users, pages
Hi, We have a project where a client want's to integrate Dynamicweb with some other systems. So far they've been isolated situations, but now we start to see a lot of the same situations. Are there any plans of having eCommerce, Users (registration,  ...
Nuno Aguiar
18/10/2011 11:18:35
Last post: 19/10/2011 10:27:44
Custom Default.aspx
Hi, This may seem stupid, but I would just like to check. Working on a module, we needed to create page template tags, and for that, made changes to the Default.aspx.cs file, and compiled. The changes we made are stored in our module's dll? We are tr ...
Nuno Aguiar
18/10/2011 11:01:00
Last post: 19/10/2011 10:09:00
Mark product as updatet in Lucene when not using Product.Save()
Hi guys, I would like to create products without using the API (The "Product.Save()" method), but still have Lucene index the products when running a "Partial update". Is it possible to add a created/update product to the lucene q ...
Martin Nielsen
17/10/2011 09:07:36
Last post: 27/10/2011 11:08:07
ECommerce cant delete products ..
Hi, We are having a problem that DW is not deleting product from everywhere. For example : I have created product with unique ID ("7897897987"), then deleted it in back-end (second mouse -> delete), then i run my custom scripts, that loo ...
Vilius Janulis
13/10/2011 18:04:31
Last post: 19/10/2011 10:36:30
Facebook like via addThis not showing productimage
Our customer ZoeAndLola uses the Facebook like button provided via addThis. However when pressing the like-button on a productdetail page not all productdata is posted to Facebook. We get descriptions etc, but not the productimage. What could be caus ...
Rob Lohmann
13/10/2011 14:33:10
Last post: 18/10/2011 14:15:04
Upgrading to newest Dynamicweb version
Hi Our customer runs Dynamicweb version 18.15.1.1 with an Access database. We need to upgrade to the newest DW version and MSSQL server, how do we do this most easy. Especially migrating the data from the Access database to MSSQL? Thanks in advance.  ...
Ryan Jeppesen
13/10/2011 10:17:33
Last post: 17/10/2011 13:59:56