Developer forum
Subject
Replies
Started by
Last reply
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
12
Subscribe
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
18
Subscribe
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
30
Subscribe
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
12
Unsubscribe
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
DW or IIS issue
I DW site I work on went down the other day. Upon investigation it seems that the file permissions that the site needs had vanished (things like Network Service) and needed to be reenabled. My question is has anyone else come across this happening to ...
Alec Stubbs
12/05/2015 17:54:22
Last post: 14/05/2015 11:18:23
How to show variants beneath main product in backend
Hi I am creating complex variants through the API. After that creation the little box with a plus sign in it does not show up to the left of the product in the product list in the backend. What should I do to make them show up? If I edit a product (f ...
Lars Larsen
13/05/2015 12:18:49
Last post: 13/05/2015 16:39:20
Extending default eComQuery search
Hi guys, We got a request to implement a product search, For Products, that in some way is simmilar to Google. Was thinking of extending "eComQuery" search. Ex. 1) When you misstype something like "osterkake" google suggests Did you mean: "ostekake"? ...
Dmitrij Jazel
24/04/2015 15:48:15
Last post: 13/05/2015 08:55:42
Does a product have a complex variant
Hi If a product has a complex variant, is it then possible to get that complex variant through the API? If it is which method should be used? ...
Lars Larsen
11/05/2015 09:01:21
Last post: 11/05/2015 16:03:06
Site refuses to switch between 2 different host names
Hi guys, Have a website, with 2 languages. siteA.testsite.no and siteB.testsite.no in Websites module, made sure that each site has it's own unique hostname. When I am setting Primary domain out of All domain names, than I am getting this: http://scr ...
Dmitrij Jazel
03/05/2015 18:52:20
Last post: 11/05/2015 14:58:27
The remote name could not be resolved: 'solutionreporting.dynamicweb-cms.com'
Hei Guys, Just got this error here, The remote name could not be resolved: 'solutionreporting.dynamicweb-cms.com' Got it when I attempted to update application locally. And test some stuff on a copy of live site for a newer version. ...
Dmitrij Jazel
13/03/2015 16:38:43
Last post: 11/05/2015 08:07:26
Product Copy throws exception
Hi Guys, I'm trying to make a copy of my webshop while using the API. At the moment I'm stuck on an exception which is thrown when calling the Product.Clone() method. Apparently the ProductVatGroupCollection object isn't marked as Serializable in ver ...
Tom Kamphuis
07/05/2015 15:41:16
Last post: 07/05/2015 15:53:38
File meta data
Hi, Where/How is a file's metadata stored in Dynamicweb. We are developing an integration system, where the user syncs some files over, but requires to save some specific meta data on them. I would love to use DW's UI and tags to edit/access it. Best ...
Nuno Aguiar
04/05/2015 15:42:44
Last post: 04/05/2015 16:46:47