Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
# 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
Peformance CPU load on OnPreRequestHandlerExecute
Hi, We discover a problem with a massive CPU usage. When the site is loaded we start a stress test. The cpu is growing and growing till 100%. We use ants profiler to monitoring the cpu we see that Dynamicweb.Frontend.GlobalAsaxHandler.Application_OnP ...
Martijn van Tongeren
20/05/2015 12:36:56
Last post: 21/05/2015 14:52:44
Product discount provider
Hi, We need to develop a custom product discount provider. Basically is a "Buy X Get Y" at 00%/$ discount. What I am trying to achieve is how can I hide the "Products" discount option (check attach) Best Regards, Nuno Aguiar ...
Nuno Aguiar
19/05/2015 19:14:25
No replies yet
Flat tax provider - shipping fees
Hi, We are trying to extent the Flat Tax Provider to include Shipping fees. We encountered the following issues: The source code in the Downloads page is not up to date. Does not take quantities into consideration, however in 8.6.1 it does We need to ...
Nuno Aguiar
15/05/2015 12:36:06
Last post: 19/05/2015 10:27:01
Assortments API
Hi everyone, How can I interract with assortments in API? I need to: Create new assortment, Asign a user/user group, Asign product/product group to that newly created assortment. /Martin ...
Martin Grønbekk Moen
10/05/2015 12:47:15
Last post: 18/05/2015 14:29:59
After login; Return to current page
Hi I’m looking for a tag/function that directs me to the current site I was on before login. Is there a tag for that? Or a function that finds out where on the site a person just logged in from and directs to that spot. Do you know what I mean? :) -  ...
28/01/2008 15:23:00
Last post: 18/05/2015 12:53:02