Developer forum
Subject
Replies
Started by
Last reply
Order.SendTo - a little help
Hi! :) Using the CheckoutDoneOrderIsCompleted notification to run events when an order is complete. Everything so far works well. Now, i want to send the order to a few email adresses. I found the following line in part of your documentation Order.Se ...
Jonas Mersholm
11/09/2014 12:51:34
Last post: 27/09/2014 14:39:39
Dibs payment window language
Hej Guys, I wanted to know if anyone knows how to change dibs payment window language? At the moment it is English, and in DW payment method there is no way to change the language. Any suggestions on this one? ...
Dmitrij Jazel
11/09/2014 09:51:39
Last post: 25/11/2015 12:49:41
sql connection leak in: ExtendSaveProductCatedories
Today i found out there is a sql connection leak in ExtendSaveProductCatedories. This caused by creating a loop over all products and calling Product.Save() Please have a look at the following dw source: ---------------------------------------------- ...
Remi Muller
10/09/2014 16:53:18
Last post: 16/09/2014 09:47:55
Creating Order programmatically
Hello. I am trying to create an order programatically. The reason for this is the two products that I will be placing in the order are actually dummy products to reference other orders in two other systems. I am first creating a cart and order lines ...
Marco Santos
09/09/2014 18:39:54
Last post: 22/09/2014 07:13:05
Product field, is getting rounded
Hi Guys, Just wanted to know if someone ever has simmilar issue. We disabled rounding on the shop, and I have some products with some custom fields, that are of type "Decimal". One of the field values is "2.745" as a result when I am reading it in th ...
Dmitrij Jazel
05/09/2014 13:31:09
Last post: 10/09/2014 11:05:10
paragraph module settings with dw:Editor not saved
I am trying to add dw:Editor to the paragraph settings of a module. Fields like dw:filemanager and input are saved but the dw:Editor is not.
Is there something additional i need to do for the dw:Editor to save.
I have added the ID to the Module setti ...
Remi Muller
27/08/2014 15:15:33
Last post: 26/01/2015 06:12:36
Generate order confirmation PDF and Attach it to mail
Hello Guys, Wanted to ask, where could I start? Basically, after order is complete - I need to: 1) Generate a PDF file, that contains order confirmation information (order info, orderlines etc...) 2) Attach that PDF to a order confirmation email. Sug ...
Dmitrij Jazel
27/08/2014 12:24:22
Last post: 27/08/2014 12:34:10
Discount - Choose product to offer
Hi, We have a client that wants the user to select which field/variant of product they want to receive as "discount". How can I achieve this? Can we do this globally (all discounts) or do we have to manually change all discounts? Could this qualify f ...
Nuno Aguiar
26/08/2014 18:21:22
Last post: 28/08/2014 10:17:46
Can't set Quantity in Cart.Line.Added
Hi guys, I'm using the eCommerce.Cart.Line.Added notification subscriber to multiply the QTY with packaging size. However, for some reason I can't do anything about to the AddedLine. I can add new lines, clone the added line, but adjusting QTY, and e ...
Lars Sørensen
20/08/2014 17:15:15
Last post: 20/08/2014 19:49:47
Item types code first not being recognized
Hi there, I am using the following code first item type definition: public class Person : ItemEntry { public Person() { DateOfBirth = new DateTime(1753, 1, 1); } [Group("General")] [Field("First name")] public string FirstName { get; set; } [Group("G ...
Imar Spaanjaars
20/08/2014 15:57:31
Last post: 05/09/2014 11:46:39
Copy existing ecom shop
This question is probably asked before, the search engine only finds some useless pagenumbers with irrelevant threads, so i will set this question again. How can i copy an existing ecom shop with all settings and items into a new shop ? ...
Magni J. Hansen
19/08/2014 23:17:20
Last post: 20/08/2014 16:18:43
Issue with orders being lost
Hi DW, We have a site where we're getting reports that customers are loosing their currents orders while they are filling in their order information. Our sessiontimeout is set to 60minuts, but we're still getting reports of people loosing their carts ...
Martin Nielsen
19/08/2014 16:06:59
Last post: 20/08/2014 09:16:29
Relative product bidirectional reference?
Hi everyone, Today customer asked me, if I could ease a process of managing related products. For example: I have 3 relation groups (Color Size and Material) Than, users goes to product details, and pressed "Related products" button, he chooses the g ...
Dmitrij Jazel
19/08/2014 16:06:09
Last post: 20/08/2014 09:22:55
Razor: try-catch in IE
Hi. I've experienced a problem. When I try to execute this piece of code via Razor where 1234 is ID of the defunct page, my IE browser crashes: try { var key = "UK"; var value = SearchEngineFriendlyURLs.GetFriendlyUrl(1234); pages.Add(key,value);
}
...
Denys Ubizskyy
15/08/2014 13:29:08
Last post: 18/08/2014 10:28:01
Event Subscription Custom Module
Hi Im currently working on a Event Subscription module, but i have encountered some problems and after trying for hours and searching the forum i haven't got it to work properly. 1. Problem In the _edit.aspx i want to have something similar to the Ne ...
Kevin Krämer
08/08/2014 15:35:12
Last post: 18/08/2014 16:02:36
Shopping cart becomes empty after new user created
Hello DW guys, After you create new user - Shopping cart becomes empty. Is there any way to persist the content of the shopping cart to that new user? User gets logged in right after creation, and his cart is empty. Any suggestions? Dmitrij ...
Dmitrij Jazel
06/08/2014 14:47:54
Last post: 07/08/2014 10:11:45
Update Item with Notificationsubscriber
Hi. I would like to update a field on a item, when the item is being saved. Im using the Saving Notification Subscriber, and i can access the ID and Sort. My problem is, that i dont know how to access the data fields in the item. I can see them in th ...
Per Jensen
06/08/2014 12:14:52
Last post: 11/05/2017 13:31:35
Ecom based navigation items not in rootNode?
Hi, when I look in NavigationProvider -> ProcessTree and the rootNode object, I don't see any items from my Ecom based navigation? but only the items from the page based structure in dw. Does anyone knows why? My goal is to alter the ecom groups p ...
Kim Søjborg Pedersen
01/08/2014 12:16:56
Last post: 08/08/2014 16:18:32
Custom Subscriber removes Discounts after updating to 8.4.1.8
Hi DW, We have this code running on a site to set VAT to 0% if a specific country in EU is selected, and a VAT/EAN number is supplied. [Dynamicweb.Extensibility.Subscribe( Dynamicweb.Notifications.eCommerce.Cart.BeforeRenderingNewStep )] public class ...
Martin Nielsen
23/07/2014 14:14:50
Last post: 24/07/2014 14:50:58
'Expression must evaluate to a node-set' error after updating
Hi DW, I just updated a custom solution to Application(8.4.0.21) from 8.4.0.7, and now i get this error: Server Error in '/' Application. Expression must evaluate to a node-set. Description: An unhandled exception occurred during the execution of the ...
Martin Nielsen
21/07/2014 13:42:37
Last post: 21/07/2014 15:22:16