Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
How to make a global loop in a Standard.Page.OnGlobalTags subscriber
Can anyone provide an example of how to make a global loop in the OnGlobalTags notification? /Jesper ...
Jesper Laustsen
18/08/2011 15:37:08
Last post: 24/01/2012 15:12:24
shared database on local and live server?
Hi everyone We want to have two solutions, one on local, one on .net, both on the same machine. We are considering letting them share the DW tables, so we only have to update the files, when we want to present changes on the public accesible solution ...
Rasmus Thirslund
24/01/2012 10:26:38
Last post: 24/01/2012 10:51:04
AD Integration and user management
Hi, We are going to integrate an Active Directory with a DW-solution. We got some documentation on it - and in that it says the following: " To use AD integration to authenticate users from an AD, the website has to be installed on a server whic ...
Emil Højbjerg
11/07/2011 14:07:12
Last post: 23/01/2012 21:57:50
Add attachment file to confirmation email (ecom)
Hi guys I want to attach a file to the confirmation email that ecom send to the customer. Alternativly I'll replace the confirmation email entirely - but where/when would I hook in? Right now I'm generating the file in the SendMails notification, but ...
Martin Skov Nielsen
22/01/2012 15:31:35
Last post: 22/01/2012 20:22:05
Dont allow domain/defaultaspx to be requestet
Hi. Is there any way to ensure that request to domain/default.aspx is redirected to domain/ I know there isent any point in doing this, but out customers SEO "expert" says it creates dublicate content in google, in which i dont fully agree, but our c ...
Jacob Jensen
18/01/2012 11:39:00
Last post: 20/01/2012 11:12:49
Changing number of items pr page
Hi, is it possible to add a parameter in the url, so the number of items on the product list page is changed. E.g. Default.aspx?ID=2&GroupID=&PageNum=1&Items=12 where Item is the number of items pr. page.RegardsGunnar ...
15/10/2007 22:01:57
Last post: 20/01/2012 10:42:27
Send mail from template?
Hello everyone, I have a question here, I have an area in the website where I want to add a small survey, and than email the content of the survey to the owner. In order to achieve something like this normally I would use a asp.net form in custom mod ...
Dmitrij Jazel
18/01/2012 22:45:50
Last post: 19/01/2012 13:10:24
template path - clean approach
Hi, When setting a template we have to do something like: Dynamicweb.Templatev2.Template template = new Dynamicweb.Templatev2.Template("MyModule/" + Properties.Values["SampleTemplate"].ToString()); However, we sometimes use sub-fo ...
Nuno Aguiar
18/01/2012 17:26:27
Last post: 19/01/2012 11:19:43
Imported price includes VAT
Hi! I'm importing products and prices, the price I'm importing from the erp system includes VAT, but the property I'm using in DW, Product.DefaultPrice does not include VAT. Is there some way to set that the imported price includes VAT? Best regards, ...
Per Ljung
18/01/2012 08:39:29
Last post: 18/01/2012 09:00:49
DIBS integrated creditcard SSL?
Hi DWs Our client want a window inside DW, where the customer can type in the credit card numbers directly within the e-shop. I have talked to DIBS, and they say that we need a SSL-tunnel to communicate with their server, to verify the creditcard. Ha ...
Peter Bille Larsen
12/01/2012 15:15:34
No replies yet
Send newsletter through DW
Hi, Is there a way to send newsletters through DW, without using the NLV3 backend? Looking for a way to manually create content (custom module) in a newsletter, choosing recipients + save and send emails through DW, without loosing tracking/statistic ...
Morten S. Hvid
11/01/2012 13:20:06
No replies yet
Setting up DW on localhost windows 7 IIS 7
I'm trying to run a dynamicweb solution locally for testing purposes on IIS 7 for the first time after switching to windows 7. I believe I've set up all my folders correct, but something is wrong. I keep getting the error: "Language.mdb was not  ...
27/05/2010 16:11:04
Last post: 11/01/2012 10:43:32
GetImage.aspx wrapper for image not available
Hi there, Im looking for a solution that provides a general noimageavailable.png when getImage.aspx returns with a 404 when image is not found so that in stead of ugly x in FF when an image does not exist there will be a default image. is there a way ...
19/04/2010 14:20:28
Last post: 10/01/2012 10:09:39
CheckOutDone and SetOrderComplete
Hi! Have two quick questions: If I understand right, CheckOutDone shall always be called in a custom checkouthander, no matter if there is some error or everything succeeded. And SetOrderComplete shall only be called if, for example, there were no er ...
Per Ljung
05/01/2012 10:36:42
Last post: 05/01/2012 14:44:07
Call external provider
Hi! I'm writing a custom checkout handler that connects to an external payment provider. The connection is requiring either a submitted form using POST or a redirect call using GET. I used base.SubmitForm(url, parameters) inside the StartCheckOut met ...
Per Ljung
03/01/2012 14:12:31
Last post: 04/01/2012 10:52:03
MultiSelect Control up to date
Hello, I'm working on a solution that is using an interface with an old MultiSelect control, before Dinamicweb 7. I would like to use a control with the same functionality, by moving values between two lists. Is there an updated version of this contr ...
Diogo Lino
22/12/2011 12:10:17
Last post: 30/12/2011 11:09:41
Accessing Global Settings
Hello! :) The question is fairly simple: what is the most optimal way of accessing the global settings without using the Base-library, after the upgrade to DW8? Or are we of the incorrect assumption that we shouldn't use the Base-library? Thanks in a ...
Jackie Nagel
22/12/2011 11:01:58
Last post: 30/12/2011 10:01:32
Update custom solution best-practise
I have a handfull of custom solutions that needs to be updated to the latest DW 7.2 version to fix som annoying bugs. However I´m not sure where to begin, due to the custom code.. Does anyone know what to check (and fix) when preparing to roll  ...
Tom Arnfeldt Nielsen
23/12/2011 08:59:45
Last post: 30/12/2011 09:52:20
loping through paragraphs
I have creates a page with a couple of subpages. These subpages have a paragraph whith some text. I whant to get the text from these subpages and show them on the parent page. I have tryed using xslt but I can't find the paragraph information. I can  ...
11/12/2008 10:18:38
Last post: 29/12/2011 15:04:48
My CheckoutDoneOrderIsComplete notification is not called after returning from gateway provider
Hello. I have this notification for at CartV2 [Subscribe(Dynamicweb.Ecom7.Cart.Notifications.CheckoutDoneOrderIsComplete)] public class EcomOrderStateChangedObserver : Dynamicweb.Extensibility.NotificationSubscriber { public override void OnNotify(st ...
Martin Slot
21/12/2011 16:25:46
Last post: 22/12/2011 12:09:45