Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Problem assigning OrderLine to a cart DW8
Hello DW guys, I have a question here, And I am not sure what can cause the problem... I am trying to add a product to a shopping cart, eventually I am receiving this (null pointer exception) ErrorAssigningOrderLine System.NullReferenceException: Obj ...
Dmitrij Jazel
02/05/2012 13:36:36
Last post: 08/06/2012 12:49:33
Order receipt mail not send after checkout is complete
Hi guys, I have a custom module here, that is a subscribed to: [Subscribe(Dynamicweb.Notifications.eCommerce.Cart.OrderIsPassedToCheckoutHandler)] As I would imagine this is just an event, and if I am not changing nothing in standard flow (not trigge ...
Dmitrij Jazel
24/04/2012 11:54:23
Last post: 07/06/2012 11:17:37
Tags to related news item
Is it possible to set new tags to related items. I want to put an image to related news items. Why is this (private static List<int> GetRelatedNewsIds(int parentId, int top)) method private ? ...
Magni J. Hansen
06/06/2012 15:35:33
Last post: 06/06/2012 18:53:05
Problems with CheckoutDoneOrderIsComplete notification
Hello! :-) We're trying to implement this notification subscriber - but we're not able to get it to run, at all. In the log file we're getting the current error: Unexpected exception with the message: Could not load type 'CheckoutDoneOrderIsCompleteA ...
Jackie Nagel
29/05/2012 16:13:25
Last post: 05/06/2012 14:13:03
Initiate new Cart/Order and full it products
Hello DW guys, I wanted to ask you if it is possible to make new Cart/Order in runtime? Lets' say, you have an event, and you need it to make new order (you make cart and fill it with products), for specific user. To avoid some problems with existing ...
Dmitrij Jazel
23/04/2012 10:34:16
Last post: 05/06/2012 08:15:13
Error after creating orderfields
Hey, I've created a few custom fields in a local DW solution, but when i go to the eCommerce, i get this error: Serverfejl i programmet '/'. The column 'CurrencyCode' was specified multiple times for 'FilteredOrders'. Beskrivelse: Der opstod en undta ...
Martin Nielsen
24/05/2012 13:43:09
Last post: 04/06/2012 18:53:42
How do i optimize saving multiple products
Hi. I asked this question before but did not not get an answer. Now we are developing in Dynamicweb 8 and are wondering if there exists some function that saves a whole productcollection? Saving mutiple products takes a big effort for the database an ...
Magnus Holmberg
30/05/2012 15:43:56
Last post: 04/06/2012 18:24:17
Error in custom checkouthandler
Hi! I have made a custom checkouthandler connected to a payment provider, but the checkout often fails and I get this error in the error log: Order ORDER443: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records. Any ideas? Be ...
Per Ljung
04/06/2012 15:06:55
Last post: 04/06/2012 15:59:49
Order Products with ProductListCollectionProvider
Hi, We are trying to order products (by the settings in the paragraph) when getting them through a ProductListCollectionProvider, with no luck. Any ideas? (Dynamicweb 7.2) The problem is that when we include the useOrderBy parameter, the collection i ...
Nuno Aguiar
01/06/2012 11:41:47
Last post: 04/06/2012 11:41:19
Upgrading to DW8 - Security().HasAccessToFile()
Hi All While upgrading a module to DW8 I came across this function and I can't find a replacement in DW8. Security objFileCheck = new Security(); while (drIndexServer.Read()) { if (objFileCheck.HasAccessToFile(drIndexServer["Path"].ToString ...
Allan Harling Michaelsen
31/05/2012 11:13:45
Last post: 31/05/2012 17:21:55
Products - publication period
Hi, We have a client that's having a hard time working with the eCom Campaigns and would like us to implement From and To dates directly in the products, like News, for example. What's the best way to develop this? The ProductListTemplateExtender see ...
Nuno Aguiar
26/04/2012 18:43:18
Last post: 31/05/2012 10:53:35
Removing a product from a group
Hey guys, What's the correct way to remove a product from a group, when I have the product object? Alternatively, I can just remove all products from a group - if you don't know a good way to solve the first problem. A second alternative - removing a ...
Bo Møller
01/06/2011 21:06:07
Last post: 30/05/2012 13:12:31
FormMailer - change SMTP server
Hello, Using the script in Admin/Public/FormMailer.aspx we can send emails using the requests described on the documentation.txt file. My question is: can we change the SMTP server used by this script, with any adicional request variable? And is this ...
Diogo Lino
28/05/2012 18:03:23
Last post: 29/05/2012 12:41:42
Create calendar, NewsV2 Category and NewsletterV3 Category
Hi All, using Dynamicweb 8: After misusing the intellisense for an hours or so, I need some one to point me to the places in the api where I can create and configure: Calendars NewsletterV3 categories Thought they might have been in the Dynamic.Modul ...
Steen Nørgaard Perdersen
24/05/2012 16:01:26
Last post: 25/05/2012 07:16:10
Better way to disable performance comment
Hi DW, I'm working on a custom solution where i need to disable the performance comment, but since it's a custom solution, i can't do it in the administration. I get this: In DW7 i could just go to my Default.aspx and add Visible="false" to ...
Martin Nielsen
23/05/2012 13:23:15
Last post: 24/05/2012 13:38:48
301 redirect in Web.config
Hi Guys, We are trying to make a 301 redirect in web.config. The reason for doing it like this is beacase when we are trying to do it "Web & HTTP" in management center, we get an error: "Path is invalid because it exists physically ...
Jon Persson
23/05/2012 14:40:20
Last post: 23/05/2012 15:04:23
Userpermissions on site after import
Hi there When adding users through an import, where i load them in to the accessuser table, they are added to a group which have permission to see cetain pages. However when trying to access theese pages with the new users they are not permitted acce ...
Christoffer Andersen
22/05/2012 13:11:40
No replies yet
DW8, Custom Module and _Edit UserControl
Hi, I've got 2 problems saving the modulesettings on my paragraph edit .ascx usercontrol for a custom module I'm creating. I've created a simple example that shows my problem. Problem 1: In my HellowWorld_Edit.ascx I've got the following module setti ...
Rene Poulsen
21/05/2012 16:07:54
Last post: 22/05/2012 09:16:47
dynamic upload folder in DW Form module
Hi, I am using a DW 7 Formular module to host a upload field. Is it possible to set the upload folder to something dynmamic. As it is right now you set the upload folder on the paragraph when you insert the formular module. I need to set to a user sp ...
Kim Søjborg Pedersen
14/05/2012 16:38:34
Last post: 21/05/2012 06:57:06
dw Editor adding paragraph tags to end of content
I am using a dw:Editor in a custommodule _edit page but it's adding paragraph tags with a , (comma) between to the end of content everytime I save. I have no code behind so I think it must be in the dynamicweb somewhere. ...
Kim Søjborg Pedersen
09/05/2012 10:24:23
Last post: 14/05/2012 16:40:15