Developer forum
Subject
Replies
Started by
Last reply
Typed object in custom module frontend
Hi folks, I've recently started using DW 8.6 after being stuck on 8.3 for ages and wanted to know if any progress has been made towards enabling a typed object to be passed to a custom modules template from the frontend class in a similar way to how ...
Alec Stubbs
30/09/2015 10:18:45
Last post: 02/10/2015 15:19:53
Ordering of variant options
Hi Dynamicweb, I have a problem with displaying variant option in the correct order on the products, because the "SortOrder" is missing in the template. Can you please add this line of code to "RenderVariantOption": Template.SetTag("Ecom:VariantOptio ...
Anders Ebdrup
02/10/2015 12:51:57
Last post: 02/10/2015 12:56:53
Get only page ID from LinkManager Control
Hi guys, I have a Link Manager Control (see below) and when i make Properties.get_Value("ConfirmationRedirectPage") it returns the whole URL ie: "Default.aspx?ID=111". <dw:LinkManager runat="server" DisableFileArchive="True" DisableParagraphSelect ...
António Ramos
29/09/2015 19:40:57
Last post: 30/09/2015 16:32:58
NotificationSubscriber for locked out users
Hi there, Is there a NotificationSubscriber that fires when a user gets locked after X number of invalid password attempts. I would like to notifiy the support department when that happens but I can't seem to find a relevant subscriber. If it doesn't ...
Imar Spaanjaars
27/08/2015 14:50:24
Last post: 30/09/2015 09:46:12
14
Subscribe
Get the unique ID of a form saved with the Forms for DataLists
Hi there, Similar to what I am doing here: http://developer.dynamicweb.com/forum.aspx?ThreadID=42947 I am trying to retrieve the unique ID of a form saved with the Forms for DataLists module so I can append it to the email subject in a FormSaveProvid ...
Imar Spaanjaars
18/09/2015 14:40:55
Last post: 29/09/2015 15:27:16
10
Subscribe
Users loose cart
Hi Dynamicweb, We experience a kind of anoying problem which is very critical for our clients because the users on the shops looses the cart if the session times out and they tries to add another product to the cart or are going to checkout. As I see ...
Anders Ebdrup
11/09/2015 23:48:29
Last post: 28/09/2015 17:38:47
Application/json and Maps module
Hi DW, I just tried to create some JSON using the Maps module, primarily to get the right context (user group). When selecting application/json in the layout and adding a blank layout the Maps module will inject a script in the bottom of the page, ma ...
Rasmus Andersen
24/09/2015 11:40:07
Last post: 24/09/2015 14:55:56
ProductParameterEditor in statistics
Hi. I am trying to build a statistics report and I am able to use the datetime pickers just fine, but I can't seem to figure out how tu use this ProductParameterEditor. If I just use it like the datepickers, then nothing shows up: private string _Var ...
25/03/2008 18:12:27
Last post: 22/09/2015 09:48:03
Publish/unpublish from C#
Hi, How can i publish/unpublish a page from C#. I tried: var page = (DW Page object) page.active = true; page.save(); // page.save(true); without any luck.
I havent been able to find any methods that actually has anything to do with publishing. Thank ...
Michael Houmark
18/09/2015 08:58:50
Last post: 18/09/2015 09:25:22
New index - create parameters programmatically
Hi, Is it possible to programmatically add parameters to an index? If so how is it done? ...
Lars Larsen
15/09/2015 14:46:43
Last post: 16/09/2015 15:40:44
Access site-level item from Statistics provider
Hello, How can I access website-level item from .Net code of StatisticsProviders? I found Dynamicweb.Content.Items.ItemManager.Storage.GetById method, but it requires Item id, and I am not sure where to get it, I want to access an item that is attach ...
Andrey Kozachuk
11/09/2015 13:46:39
Last post: 15/09/2015 16:21:18
Best way to implement CSV reports
Hi, I need to implement a report generation, where user specify start and end sales dates and obtains report with the most popular products for each country (rows - products, columns - countries). Currently I am using statistics provider for this, bu ...
Andrey Kozachuk
09/09/2015 16:03:46
Last post: 14/09/2015 11:38:44
A potentially dangerous Request.Cookies value was detected from the client (Dynamicweb.SessionVisitor="...rDynamics= ")
We have a problem with the cookie "Dynamicweb.SessionVisitor" cookie. The problem is related to IE 10 and 11. We have a subdomain on our clients DW website. This subdomains is an external system running a stand alone .net application. For some odd re ...
Mikkel Høst
07/09/2015 11:46:42
Last post: 09/09/2015 20:51:37
Rebuilding assortments
Hi DW, I have some issues when importing assortments: The assortments is only rebuilt with the EcomProvider - can this also be done with the DynamicwebProvider as we have a lot of data to import? It seems to me that the assortments is rebuilt after i ...
Anders Ebdrup
01/09/2015 20:20:19
Last post: 08/09/2015 15:45:47
Render Global Page in Email on OrderCompleted
We have a webshop where people internally in the company can order new office supply. As part of this when they choose a Mobile phone they have to enter whether they want to have an old number transferred as part of the checkout. These extra informat ...
Kasper Vesth
08/09/2015 10:40:23
No replies yet
Create Order API
Hello guys, I need to find a solution to let a third party website/application to add orders in Dynamicweb. Is there anything native that I can use? What would be the best approach if we were to custom develop this? Thanks,
Adrian ...
Adrian Ursu
07/09/2015 16:26:52
No replies yet
StatisticsProvider error: Column '' does not belong to table
Hello, I am trying to implement my statistics provider following section "STATISTICS PROVIDERS" from this document: http://developer.dynamicweb.com/Files/Filer/Documentation/Development/eCommerce/(en-US)%20eCommerce%20Extensibility%20API,%20%20Dynami ...
Andrey Kozachuk
31/08/2015 11:23:30
Last post: 07/09/2015 15:22:52
Visual Studio templates for 2013/2015
Is it at all possible to use VS2013 or even better VS2015 along with the DW VS templates?
I have VS2015 installed, and after trying to install the DW VS templates I could not find them when trying to create new project. ...
Martin Grønbekk Moen
21/08/2015 15:25:51
Last post: 04/09/2015 09:06:31
Trace back parent group
Hi everybody, Trying to come up with a recursive method, to iterate throgh parent tree og a group. I have a structure of 4 levels in ecom groups, and I need to trace back the parent of each group in the path. what I have so far: @helper RenderParentE ...
Dmitrij Jazel
03/09/2015 15:09:14
Last post: 03/09/2015 21:53:10
Discount increments existing line
Hello. While trying to reproduce an error, I came across this behaviour: - I add a product to the cart, PROD1 - I add another product to the cart, PROD2, and increase the quantity to trigger a (custom) discount that offers PROD1 with quantity 1 This ...
Marco Santos
03/09/2015 13:01:56
No replies yet