Developer forum
Subject
Replies
Started by
Last reply
404 on frontpage
Hi I have a site where i get a 404 when i enter the url (testsite.local). I can only access the site with ex. (testsite.local/Frontpage.aspx | Default.aspx?ID=4) How can i change frontpage ID to 1 or fix it in any other way? So i dont get the 404 whe ...
Ryan Jeppesen
09/12/2011 13:03:58
Last post: 20/12/2011 22:06:28
Why is my order not registered in backend after completed trip to provider
Hello again I got this CartV2 custom checkout handler and i does not register the order in backend after completed trip to gateway provider. A email to the shop and a email to the customer is sent through, and the payment is registered at the gatway ...
Martin Slot
20/12/2011 13:58:39
Last post: 20/12/2011 16:07:47
My cart is emptied when I reach checkout in CartV2
Hello I have a bit of a problem, when I reach the checout step, my cart is emptied, I integrate with an unsupported gateway provider and before sending the user to this provider, the user is presented to a view, where the user clicks a button and is ...
Martin Slot
20/12/2011 10:22:18
Last post: 20/12/2011 16:06:44
Mail using dropbox
Hi all, I'm sending order mails using a custom method much similar Order.SendTo. On the server, the Dropbox has been set up on the E drive and registered properly in Dynamicweb. Regular order mails are sent correctly using this dropbox, however, when ...
Lars Hejgaard Sørensen
20/12/2011 09:43:39
Last post: 20/12/2011 11:44:04
Extended search - Stock filter
Hi DW's I am trying to make an extended search filter on Stock. In the search filter option in the admin, I can choose Stock in a Range filter. But the output is: P000000000000 - P00000001000(2) But on the products the StockCount are 1- 200s of produ ...
Peter Bille Larsen
15/12/2011 16:57:19
Last post: 19/12/2011 15:41:29
Using telerik controls in DynamicWeb
I want t use the Telerik calendar control in DynamicWeb. But when I load the page I get the error: Error: ASP.NET Ajax client-side framework failed to load What am I missing?? ...
Lanzo van Slooten
19/12/2011 09:21:17
Last post: 19/12/2011 11:05:50
Creating a large amount of products
Hi! I'm importing products from an erp system, > 10 000, and it take some hours to create them using the api. I'm looping through the products and create them one at a time. What is the best way to import a large number of products so that it does ...
Per Ljung
19/12/2011 09:10:49
Last post: 19/12/2011 10:10:19
How to go to next step af Redirect is called in a custom CheckoutHandler
Hello I have this redirect method public override string Redirect(Dynamicweb.eCommerce.Orders.Order order) { string orderStatus = HttpContext.Current.Request.QueryString["order"]; if (orderStatus == "complete") { LogEvent(order, & ...
Martin Slot
16/12/2011 18:03:59
Last post: 19/12/2011 09:35:21
Discount with usergroup or member
How can I check if a discount is connected to a specifik usergroup? Usercase: a user is logged on and I need to show all products with a discount, but only if the discount is connected to the same usergroup as the current user. ...
Kim Søjborg Pedersen
12/12/2011 10:31:50
Last post: 16/12/2011 15:28:45
E-mail replace
Hi, I think we've found a bug in the E-mail replace feature (mask e-mails with ASCII code). We had the following
<input ... value='<!--@EmailTag-->' /> the feature also converted the first inverted comma, so the html breaks down (19.2.4.3 ...
Nuno Aguiar
16/12/2011 13:14:22
No replies yet
Datalist: DW_Area no longer working
Like it was mentioned in it should work. But id doesn't. SELECT * FROM Area WHERE AreaId = '@Session("DW_Area")' Should get all data form the Area table on the active area. But is seems the Session("DW_Area") is empty ...
Peter Munkholm
14/12/2011 16:42:45
No replies yet
Datalist
Hi DW-Devs, The new datalist module enables us to use session and server variables in a sql-statement. But where can I find the overview of sessions and server variables to use in my statement. Non mentioned - non forgotten ;) In my case I would like ...
09/12/2009 10:06:03
Last post: 14/12/2011 15:49:01
Adding MIME types
Is it possible to add a new MIME type for a Dynamicweb solution?
If so - how? I need to add the following: mime-type:
extension: .unity3d
MIME type: application/vnd.unity ...
Bo Møller
24/11/2011 14:59:17
Last post: 14/12/2011 13:31:07
Add units
Hi! I want to add my own units to a product, use my own unit ids to be able to import them from the erp system. I have tried this: Dynamicweb.eCommerce.Stocks.StockUnit unit = new Dynamicweb.eCommerce.Stocks.StockUnit(""); unit.UnitID = dwP ...
Per Ljung
12/12/2011 10:35:10
Last post: 14/12/2011 10:44:21
convert language/areas
Hi, Can we safelly and programattically (SQL script or .NET) convert some language/areas to a "language management version"? The idea is to join some language/areas in some clients, without having to move paragraphs from one site to another ...
Nuno Aguiar
09/12/2011 18:28:08
Last post: 12/12/2011 18:26:51
New Module
Good Day, I'm trying to create a new Dynamicweb Module but after include it inside the paragraph, show this error: "Module attached, edit file cannot be found" The _Edit.aspx is included. Thanks for your help. ...
José Silva
26/07/2011 19:40:52
Last post: 07/12/2011 16:09:09
11
Unsubscribe
BadImagePrintHook32
I get an error when clicking on a product in the eCom backend of the newest DW solution. The guys at DW says it is a custom code fault in spite of that it is an DW error that gets thrown. And that is fine with me, because I sometimes experince that a ...
Martin Slot
08/11/2011 10:22:23
Last post: 07/12/2011 12:27:36
64-bit Windows Server
Hi, Is Dynamicweb supported on Windows Server 64-bit? Are there any known issues or problems? Kind Regards,
Emil ...
13/08/2008 13:19:45
Last post: 05/12/2011 21:58:32
Excessive calling of priceprovider
I have a priceprovider for my project. Whenever I go to a page with shoppingcart, my priceprovider is called ALOT of times.
In excess of 50 times, eventhough there is just one product in the basket, which is a BOM that contains 4 products. Can you ma ...
Rasmus Pedersen
30/11/2011 14:23:52
No replies yet
Template.SetTag(string Name, DateTime Value)
if the above SetTag method is passed a DateTime.MinValue it will throw an exception.
It would be great if you handle this edge case in the Template Class. /Kenneth ...
Kenneth Radoor
24/11/2011 16:02:23
Last post: 28/11/2011 17:16:56