Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Price Matrix for future date
Hi, Is there a way to extend the price matrix feature so that instead of using the current date, we could manipulate that in the request. Basically instead of getting "today's price" we would like to know the price for August 15th, for example. Best  ...
Nuno Aguiar
16/06/2015 18:15:41
Last post: 17/06/2015 12:07:59
Strange error, can anyone recognise this one?
Hi guys, Have anyone seen this error before? Users are repording to encounter this Error on ocasional cases. System.ArgumentException: Parameter 'idList' contains no IDs at Dynamicweb.eCommerce.Products.Product.GetSqlConditionPartForIDs(String idList ...
Dmitrij Jazel
16/06/2015 13:59:18
Last post: 16/06/2015 20:34:37
Custom login throws error
Hi guys, I'm trying to write a custom authentication class to communicate with an external authentication server. After some search (not sure if it's the best way) I've found the Security class with the ExtranetLogin method to authenticate a user in  ...
Tom Kamphuis
16/06/2015 16:48:09
Last post: 16/06/2015 17:16:09
Get Navigation Level.
Within Razor, is there any way of getting the Navigation level of the current page? I know that we can get the Title of the page by simply using title. Just trying to find out the same for the navigation level. Thanks & Regards, Yash. ...
Yasharth Tahiliani
15/06/2015 16:36:52
Last post: 16/06/2015 16:18:33
WebAPI in Dynamicweb
Hello, A fellow developer asked for the possibility of implementing WebAPI in Dynamicweb - see url below. http://developer.dynamicweb.com/forum/development/how-do-i-implement-webapi-in-dw.aspx Is there no documentation on this whatsoever? :) - It wou ...
Mikkel Toustrup Olsen
12/05/2015 10:49:26
Last post: 16/06/2015 10:13:30
# being coverted to javascript:void(0);
Hi, Within my templates, I have a link with the value '#', and all this does it take the control back to the top of the page using javascript. Now, dynamic web seems to render # as javascript:void(0); Is there any way to work around this? ...
Yasharth Tahiliani
15/06/2015 15:25:22
Last post: 15/06/2015 15:39:46
Code First Item Type Link property
Hi Guys, Is there a way to tell the Link editor to only give the UI option for choosing a page instead of the other DW link types? Our current code is as follows: [Group(StringConstants.ItemTypeConstants.StandardFields)] [Name("Producten van derden l ...
Tom Kamphuis
11/06/2015 14:57:36
Last post: 15/06/2015 09:16:29
RE: Weird values in the Database.
Hi, I am creating new pages that are of a certain Item Type. These pages are being replaced with weird characters. The spaces are being replaced with '+' and other characters such as commas are being replaced too: For example: English, Drama & Pe ...
Yasharth Tahiliani
12/06/2015 17:08:25
Last post: 12/06/2015 17:29:33
Product.Clone() suddenly returning error
Hi. We have a system where we take products from the main-cart, and clone them to dealer groups. This has worked fine so far, but until after an update to 8.6, we are now receiving the following error: Type 'Dynamicweb.eCommerce.Products.ProductVatGr ...
Jonas Mersholm
10/06/2015 09:17:36
Last post: 12/06/2015 14:30:19
Glimpse for Dynamicweb webinar
Hi, I'm looking for the Glimpse for Dynamicweb webinar from tech conf. 2015? ...
Kim Søjborg Pedersen
10/06/2015 13:53:56
Last post: 12/06/2015 10:41:25
Command Timeout for LoadPricesOnProducts
Hi guys, For a customer we once build a webservice which imported all products to the DW CMS. This went all very well and there where no real issues importing the products. The database grew and grew and one day we started encountering timeout except ...
Tom Kamphuis
09/06/2015 14:02:34
Last post: 10/06/2015 05:24:33
Exception: Root element is missing.
Hi guys, A customer called and said that website is down. Has anyone ever had this kind of exception? http://screencast.com/t/wycs5FKb I am getting it whenever I try to open a website or a website/Admin /Dmitrij ...
Dmitrij Jazel
08/06/2015 09:52:57
Last post: 08/06/2015 11:04:32
Reverse last viewed products
Hi guys, In the DW templates we have the option to iterate through the last viewed products using the tagname "eCom:Related.YouHaveSeenTheseProducts". We're looking for a way to reverse the output of this loop and then take 12 from those products to  ...
Tom Kamphuis
04/06/2015 12:32:12
Last post: 04/06/2015 16:52:46
Force recalculate cart
Hi, We developed an add-on that removes ordelines just before moving to checkout. So far so good, but some testing revealed that simply saving the cart does not trigger the cart recalculating. How can we do that? The problems we are facing are: We en ...
Nuno Aguiar
19/05/2015 18:54:31
Last post: 01/06/2015 12:26:59
RE: Response.Redirect() not working within a User Control.
Hi, I am facing problems while trying to Redirect to another page whilst clicking a button that is within a user control on a page. protected void btn_Click(object sender, EventArgs e) { System.Web.HttpContext.Current.Response.Redirect("CurrentVacanc ...
Yasharth Tahiliani
28/05/2015 18:46:25
Last post: 29/05/2015 19:35:36
Code First Items not generated
Hi guys, I'm experimenting with the code first approach to Items but failing on the very first step of the process. I've created a class (from the blogpost example) with only one property called heading. My class inherits from ItemEntry as shown belo ...
Tom Kamphuis
15/05/2015 10:41:44
Last post: 29/05/2015 14:29:55
Loadbalancer
Hi, We want to set up a loadbalancer. We have 2 webservers, 2 MSSQL servers with sync and 1 load balancer. Does anyone have experience with these kind of setups? We're wondering, what happens when a contentmanager logs on in CMS and adds files with t ...
Martijn van Tongeren
29/05/2015 11:13:20
Last post: 29/05/2015 11:24:54
Custom eCommerce language url provider
Hello all, I'm facing an issue where I want to translate my friendly url based on the language layer. As I'm integrating products via AX the product name, which is repesented in the URL, is only on Danish as all the products name are imported in this ...
Mikkel Toustrup Olsen
27/05/2015 15:15:24
Last post: 29/05/2015 08:46:53
RE: UpdatePanel problems.
Hi, I'm developing a User Control for a website wherein I want to use an UpdatePanel to automatically update the contents of dropdown lists when a value in one list is chosen. I have tried, but it isn't just working :( When I open up the browser debu ...
Yasharth Tahiliani
28/05/2015 10:30:39
Last post: 28/05/2015 16:18:11
Parsing paregraph modulesettings
Hi DW, I'm building a small tool that can take a group of products and create pages base on these products. eg. 100 ecom products -> 100 page with a "Product catalogue" module attached, set to view a specific ProductID. I have the pagecreation dow ...
Martin Nielsen
21/05/2015 15:56:49
Last post: 26/05/2015 10:29:42