Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Create new user at Checkout
Hello DW Guys, My question is: I have yet another eCom shop. No custom modules or anything yet. During the checkout (after transaction was successful) I need DW to go through a cart, and if one special product was added - the system must generate new ...
Dmitrij Jazel
06/03/2013 12:34:38
Last post: 06/03/2013 14:54:16
Missing event after upgrading from DW 7 to DW8?
Hi, I am working on solution which was upgraded from DW7 to DW8. We have old code: Subscribe(Dynamicweb.Notifications.eCommerce.Order.Steps.CustomerInfoHarvested) Where to find the same event like "Dynamicweb.Notifications.eCommerce.Order.Steps. ...
Judy Zhang
04/03/2013 14:21:26
Last post: 05/03/2013 11:58:06
Orderstate workflow gives error when changing state
Hi DW, I've setup a workflow for my ordersteps, so that one of them sends an e-mail to the customer. My problem is that on some orders i get this error when i change the orderstep to the one that sends the e-mail: Server Error in '/' Application. Obj ...
Martin Nielsen
04/03/2013 13:05:17
Last post: 04/03/2013 16:44:59
Out stock need split to new Order
Hi everybody. I need to create an order and after finishing or before, I need to check if there is any product out of stock, if have any i will need to create another order. Keeping the original just with products in stock and create that new just wi ...
George Nelzo Pereira
08/02/2013 12:12:50
Last post: 28/02/2013 17:03:09
Items - template extender
My current solution where I use SerializeTo/DeserializeFrom in the template extender does not work. using System.Collections.Generic; using Dynamicweb.Content.Items.Rendering; using Dynamicweb.Rendering; public class ArticleTemplateExtender : ItemTem ...
Morten Bengtson
26/02/2013 11:45:16
Last post: 27/02/2013 20:57:29
How to use Items API?
I have some questions related to the Items API as I am using it on a project that I am currently working on... How can we implement a creation rule to prevent certain items types from being created on a paragraph? How can we add a list property on ou ...
Morten Bengtson
11/02/2013 15:51:13
Last post: 26/02/2013 12:55:23
User class - DW 8.1.1.7
Hi, I have a custom modules that creates user in DW. It was working in older DW version, but when updated it started to through and error on user.Save() method. Object reference not set to an instance of an object. at Dynamicweb.Modules.UserManagemen ...
Vilius Janulis
25/02/2013 13:44:35
Last post: 25/02/2013 14:55:19
Building a working 404 system for websites without primary domain
Hi devs, I'm trying to build a 404 setup that works for solutions that do not use a primary domains. My solution has 10 languages that all have to work on the same domain, eg. domain.com/dk domain.com/uk domain.com/de ... Since i'd like to have a sep ...
Martin Nielsen
21/02/2013 09:29:39
Last post: 25/02/2013 14:10:49
Error on web site
Hello. I´m getting the following error when I try to access the site I´'m working on currently (Administration site is working correctly): Input string was not in a correct format. Description: An unhandled exception occurred during the e ...
Marco Santos
20/02/2013 16:06:49
Last post: 20/02/2013 18:51:40
Some classes and method seem to be missing after upgrading from DW 7 to DW8?
Hi, I am working on solution which was upgraded from DW7(19.2.9.3) to DW8(8.2.1.2). And I need to build some custom dll's under the new version. But some of the methods which are used in DW 7 can't be found from DW8? Fx. NewsLetterV3.NewsLetter, I ca ...
Judy Zhang
20/02/2013 09:04:10
Last post: 20/02/2013 09:32:57
DW8 Orders.SalesDiscounts.Vouchers
Hello, I'm trying to migrate from a custom voucher system used on DW7 to the new Vouchers discounts of DW8. Having voucher codes on a custom table (DQVouchers1) where I can see the voucher is used if it has an OrderId filled on the record, I use some ...
Diogo Lino
19/02/2013 19:04:09
No replies yet
Items - Code First
Hi, I'm trying to use the Code First approach to create some custom item types. I cannot not find any documentation on this - only the item-based structure preview video. My item types inherit from ItemEntry (Item is sealed) and the item types are cr ...
Morten Bengtson
10/02/2013 13:30:37
Last post: 19/02/2013 19:00:55
SEO URLs and teardown import
Hello. I have a problem with a DW 8.0.0.2 Solution. We have a teardown import running every day, importing products etc. into Dynamicweb. The problem is that many of the products have the same name, and therefor DW rewrites the URL’s to “ ...
Mikkel Høst
18/02/2013 10:10:51
Last post: 19/02/2013 15:52:17
How to get user friendly url from /default.aspx?AreaID=16
Hi DW, I'm trying to make a module that can redirect a user to different websites (Area), based in their browser language. I've got everything working except getting the correct URL for my areas. I'd like my code to redirect to the final user friendl ...
Martin Nielsen
11/02/2013 20:08:57
Last post: 12/02/2013 00:22:51
Windows Server 2012 is not supported?
The document describing the system requirements for Dynamicweb 8 does not mention Windows Server 2012. Is Windows Server 2012 not supported? Are there any known issues? BR. Morten ...
Morten Bengtson
07/02/2013 13:36:22
Last post: 08/02/2013 12:15:42
UserControl Translations
I want to make a UserControl for simple CRUD operations. Eg. creating a new user. The control will consist of labels and textboxes. Is it possible to translate my labels depending on the websites languages? I have made some translations in "File ...
Paul Sørensen
05/02/2013 17:09:45
Last post: 06/02/2013 13:18:12
How to upgrade custommodule to DW8.x
Hi, Earlier we made a custommodule (DW7) that used the class "Dynamicweb.Frontend.SearchV1Frontend". Now we want to upgrade the module to DW8.x. But I can see that the class "SearchV1Frontend" in DW8.x has been moved to the namesp ...
Lars Larsen
06/02/2013 10:32:19
Last post: 06/02/2013 12:03:36
Getting settings from Custom Module
I have placed my Custom module on a page. Now I want to use the settings from my Custom module in the code I have written to import data. On this forum I found the following line of code where 109 is the id of the paragrapgh, bus this does not work w ...
Lanzo van Slooten
05/02/2013 12:17:45
Last post: 06/02/2013 09:54:35
Custom Fields AccesUser DW8 not rendered?
Hi We're having a problem using Custom User fields in DW8. In the attachment you can see wat the problem is. We have created Custom Fields, but are not able to fill the Custom Fields frontend. The Custom Fields are visible in the TemplateTags, but do ...
Martijn Bokhove
19/07/2012 15:01:10
Last post: 06/02/2013 09:53:20
DW Server control to get ID of paragraph
In my module I have to store the ID of a paragraph. This part is easy. But is their a control where the user can select the paragrapgh and it returns the ID. Best regards, Lanzo ...
Lanzo van Slooten
05/02/2013 13:48:51
Last post: 05/02/2013 15:12:45