Developer forum
Subject
Replies
Started by
Last reply
RE: Using joins in datalist SQL
Hi DW, I'm experiencing a strange behaviour using the datalists to execute some custom SQL. I'm executing the following SQL SELECT [UserGroups].*, [UserGroupUsers].GroupID FROM [UserGroups] LEFT JOIN [UserGroupUsers] ON [UserGroups].ID = [UserGroupUs ...
Jonas Mersholm
17/02/2014 11:47:34
Last post: 20/02/2014 14:07:51
11
Subscribe
Clean up in statistics in DW Database
Hello, I manage a large DW website. The database has grown very large, and it is mainly because of the size of the statistics table. How can I claenup the statistics, as we do not use the DW statistics at all. I have access to the SQL database, so I ...
Gunnar Johildarson
10/02/2014 10:04:32
Last post: 21/02/2014 11:16:09
Maps Module.
Hello, I have sumpled accross a scenario which I havent found a solution for in the maps module itself.. I have created multiple gruoups and subgroups in the user management system, and have plotted location data for the subgroups. These a being perf ...
Mikkel Toustrup Olsen
07/02/2014 15:20:06
Last post: 11/02/2014 10:48:07
RE: Database bound parameters
Hi DW. Do you have any database class available which offers named parameters or prepared statements? If not, how would you suggest that i should escape my queries. Best regards Jonas ...
Jonas Mersholm
06/02/2014 11:57:29
Last post: 07/02/2014 08:02:43
Updating a custom module
So, I have a custom module that pulls some data from a server. That server was moved and the module needed to be updated to pull from the new server. No functional changes. The module works on a test site, and on my local machine, but when I replace ...
Jim Trebbien
06/02/2014 09:24:01
Last post: 20/02/2014 10:49:41
DW 8.4
Hi everyone,
I just upgraded to DW DW 8.4 and now I use .Net Framework 4.5.1. I can compile solution without error but my frontend show this error. what is the problem? On the frontend I get this error: Server Error in '/' Application. Expression mus ...
Medo Huremovic
05/02/2014 13:21:48
Last post: 06/02/2014 11:27:38
How to render a price ins a custom tag?
Hi DW, I'm trying to render tag of type Priceinfo. But i'm having trouble applying VAT. So far i have this code: double price = 0;
double.TryParse( productToUse.ProductFieldValues.GetProductFieldValue( "BeforeGrossDKK" ).Value.ToString(), out price ) ...
Martin Nielsen
04/02/2014 15:50:34
Last post: 04/02/2014 16:46:27
How to clear cached product group relations in eCommerce
Hi, I got a question regarding cached product group relations in the eCommerce. I am importing new product group relations and I want to remove the old ones - maybe using the StorageManager for this - but its an internal class. 1 Dynamicweb.Content.C ...
Allan Iversen
04/02/2014 11:11:26
Last post: 05/02/2014 15:24:06
A challenge with prices
Hi DW, I'm building a shop with this setup: 4 Currencies: DKK, SEK, EUR, GBP 3 Languages: DK, SE, COM - More added later Around 300 products with size as variant. I'd like to use the standard Prices module, to render my prices, but i'm seeing a stran ...
Martin Nielsen
28/01/2014 09:57:54
Last post: 29/01/2014 13:13:53
Changing the language context
Hi DW, I have a B2B shop where i'd like for customers to log in and see their products in the right language and the right currency, but i don't want to build multiple sites for each language. Is it possible to change the context language in a Dynami ...
Martin Nielsen
21/01/2014 13:13:21
Last post: 28/01/2014 14:00:08
11
Subscribe
"Smart Search" Controls
Hi, Are there available controls we can use like the ones used in smart searches? We want to create a panel where we add conditions, grouping some with AND/OR. Best Regards,
Nuno ...
Nuno Aguiar
20/01/2014 16:16:08
Last post: 22/01/2014 11:38:11
Adding og: meta tags to news pages
Hello,
I am currently working on an extension for NewsV2 on a Dynacmiweb 7 solution. I want to add og: meta tags on news article pages.
I have tried this code, but it does not add anything to the header: using System;
using Dynamicweb.NewsV2.Extensib ...
Gunnar Johildarson
17/01/2014 14:07:12
Last post: 17/01/2014 18:13:25
sessionState 'StateServer' and 'SQLServer' not supported in DW
It looks like sessionState 'StateServer' and 'SQLServer' is not supported in DW.
I get the following error:
"Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a ...
Remi Muller
15/01/2014 13:03:28
Last post: 16/02/2014 22:24:28
dw:DateSelector month + 1 on 31 of the month
dw version = 8.2.3.17 I have a strange date bug with the dw:DateSelector.
On any custom module when using a dw:DateSelector. Set the current datetime of the server to 31st of the month.
On the dw date selector set a choose a month which does not end ...
Remi Muller
09/01/2014 15:14:50
Last post: 10/02/2014 18:47:03
RE: FormSaveProvider return value
Hello. We have a form save provider that will send some data over to a web service and if anything goes wrong it will return false as the result. Is there a way to use this to present a message to the user ? Marco ...
Marco Santos
08/01/2014 11:54:15
Last post: 14/01/2014 15:38:14
Product.Save() gives error on some languages.
Hi DW, I have some code that saves product category field values on products, but when i hit the Save() method my code gives me this error: Errors while running pipeline :
Message : Violation of PRIMARY KEY constraint 'EcomProducts$PrimaryKey'. Canno ...
Martin Nielsen
18/12/2013 15:52:54
Last post: 19/12/2013 10:18:33
Setting cookie trough querystring parameter
For one of our websites we needs to be able to set a cookie to influence some of the behavior on the website. We currently do this using a cookie which is set when a certain value is in the query string.
For example;
http://www.domain.com/default.asp ...
Rob Lohmann
16/12/2013 13:22:23
Last post: 17/12/2013 15:10:48
Method Save is not called (Code First)
Hi,
I have created this item. But the Save method is never called! Why not? Im am using version 8.3.1.6. public class ItemSaveTest : ItemEntry
{ [Name("TestSave")] public string TestSave { get; set; } // this save method is never called! pu ...
Lars Larsen
06/12/2013 12:15:31
Last post: 27/01/2014 14:17:15
Wrong secret for completed order
Hi
We have an issue in Chrome when completing an order, as we get "Wrong secret for completed order".
I Works fine in IE and Firefox. The Order log is as follows:
(The http://88888 is my doing) , 02 dec 2013 14:52:27 Order TEST641: Passing ...
Lars Bruun
02/12/2013 18:27:25
Last post: 03/12/2013 10:18:54
Prevent form from saving
Hi,
How can I prevent a form from getting saved? Can the FormSaveProvider be used for this? Regards / Aki ...
Aki Ruuskanen
02/12/2013 14:20:21
Last post: 04/12/2013 13:47:15