Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Ecom Custom Orderfield
Hi there, In a current solution (Ecom Light) without Payment Gateway i want to add a custom orderfield "rekeningnummer" into step 3 (Method.html). I can't get this field to be saved into the order, what am i doing wrong. Custom order field: ...
21/02/2010 23:26:35
Last post: 31/03/2010 11:53:36
Hardcoded SMTP server in API
Hi guys, I stumbled across a weird error when i was rendering an order via the API. When i called the method Dynamicweb.eCommerce.Frontend.RenderOrder() i got an error like this "System.Net.Sockets.SocketException: No connection could be made be ...
17/02/2010 16:15:35
Last post: 18/02/2010 08:36:29
User Destination Activity
Is the 'User Destination' activity flawed in the 19.0.1.8 version. I have the 19.0.1.9 version on my local mashine, and been developing some activitys to import some users, at the end of my pipeline i use the standart User Destination activity, at it ...
16/02/2010 13:11:51
Last post: 16/02/2010 14:10:06
Dates in UserManagement
I have made a custom field in Usermanagement, where i want to keep track of the users birthday. the Date selector in the admin cant handle dates before 01-01-1990. Even if the date is set before 01-01-1990 in the database, the year part shows as 1990 ...
16/02/2010 13:04:50
Last post: 16/02/2010 14:04:44
301 redirects
I have made a notification subscriber module which is supposed to handle 301 redirects. But it appears that when a page doesnt exist, my subscriber isnt invoked. Any idea what causes this and how to handle it? Sincerely Sune Fengel ...
15/02/2010 15:43:55
Last post: 16/02/2010 10:55:13
Override DWs standard order mail
Hi guys, I'm wondering if it's possible to render an Order based on a template, by using some of the standard functions in the API. I basicly need to make a module that can render all order informations from a given order, to the frontend, and i'd li ...
15/02/2010 11:37:31
Last post: 09/03/2010 08:36:01
Code in OrderTemplateExtender not able to read
If the option "skip payment/delivery step if only 1 method exists" is enabled, then inside an OrderTemplateExtender we are not able to read Form values from HttpContext.Current.Request.Form anymore from values posted in step 2. 1. Enable th ...
10/02/2010 11:43:38
Last post: 02/03/2010 09:10:37
Get the sortorder of a group
How can i retreive the sortorder of a group. If I have sorted a group in the eCom backend, I assume there must be a sorting value somewhere of some sort? kind regards Sune Fengel ...
09/02/2010 16:35:12
Last post: 02/03/2010 09:14:30
Sort prices
Hi. How do I make sure that prices will come out in the same order that they are displayed in the ecom. When I iterate through a products prices like this: foreach (Price price in product.Prices) { var option = product.VariantGroups.FindOptionByID(pr ...
09/02/2010 11:44:12
Last post: 02/03/2010 09:27:25
Newsletter v3: Bounced e-mails
Is there some way for Newsletter V3 to handle (Delete) bounced e-mails? ...
05/02/2010 11:27:08
Last post: 10/02/2010 08:50:51
Getting the stock value?
Hi im trying to get the value that is in the dropdown Standardværdier->Lagerstatus on each product. I tried product.StockStatus.Definition product.StockStatus.ID product.StockGroup.ID. How do I access that value? best regards Sune Fengel ...
04/02/2010 13:21:36
Last post: 05/02/2010 09:31:36
email notification
I’m developing a payment Gatway that is singular in step 5 the user is redirected to a site where you enter the credit card information. This gateway receives as parameter a notificationURL, which will be used to notify the dynamicweb that the  ...
02/02/2010 21:01:15
Last post: 01/03/2010 09:01:57
Save n' Load shoppingbasket
Hi, When a user makes it past step 2 in a ecommerce orderflow the order-details are automatic writte to the db. Is it somehow possible to load the orderdetails and let the user complete the order later. So - are the any easy work-arround to load the  ...
01/02/2010 13:29:22
Last post: 23/02/2010 09:00:14
Problem with the translate function from API
Hello everyone, I'm trying to use Translate.Translate(..) dynamicweb api function from inside custom module code. The idea is to use translation key from Translations XML file and put the value dynamically as a template tag. sth like: LoopCompare.Set ...
26/01/2010 15:28:36
Last post: 29/01/2010 14:46:21
SEO friendly redirect
I have configured the url from our old website (http://www.innovadis.com/partners_Gladior.asp) to the same page on our new website (http://www.innovadis.com/Standard/Over-Innovadis/Gladior.aspx) with Direct Paths. But when I enter the old address Dyn ...
26/01/2010 09:41:56
Last post: 26/01/2010 11:23:18
Indexed solution URL
Hi, Does anybody have any ideas how to remove an accidentally inxed solution URL from Google. Today the it is a default setting that the solution url is not indexed but this was not the case before. I have discovered a solution where some of the page ...
25/01/2010 11:14:26
Last post: 25/01/2010 12:06:12
FAQ module
Cant seem to find the templates assiociated with the FAQ module? theres no option to select a template for the frontend side of the module? The only template i was able to find was for the email? So is it possible to somehow extend the FAQ module and ...
21/01/2010 16:51:32
Last post: 01/02/2010 10:19:19
Dynamicweb in consoleApp
We've created a eCommerce connector for a third party erp system. Now i want to periodically import users and products. How can I achieve this? I wanted to run my tasks in a custom console application but is seems that Dynamicweb dll needs a httpcont ...
21/01/2010 16:18:14
Last post: 25/01/2010 11:48:31
Replacing characters in customized URLs
If you create a new page, and name it something like "København", Dynamicweb renders this as http://myurl/københavn.aspx?ID=1234. I have run a WCAG accessibility test on this, and it doesn't validate. My question is: I guess t ...
20/01/2010 07:24:46
Last post: 25/01/2010 11:42:18
Order object missing information
the order object is missing information on for instance orderState example: Order o = new Order(_orderID);if (o.StateID == "OS3") Works, however if you wanna use o.OrderState.Name its empty cause o.OrderState is completely empty, why is thi ...
19/01/2010 14:56:52
Last post: 20/01/2010 09:25:40