Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Adding xml data to Rendering.Template
I have a question/request. Problem: 1. I have XmlDocument/XmlNode from other source/code/webservice/whatever 2. I want the contents to be available to processing in an xslt template. It seems stupid to iterate an xml document, creating loops, setting ...
Steen Nørgaard Perdersen
07/11/2013 09:14:03
Last post: 06/02/2014 13:41:42
Redirect not called in CheckoutHandler
Hello! I have a problem with the method: "Redirect" which is not called in the CheckoutHandler when the user clicks "back" in his browser. That means that the "order" is not converted back into a cart again and because o ...
Anders Ebdrup
08/05/2013 14:33:20
Last post: 06/02/2014 12:16:23
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
Maps Module - scrollwheel
Hello all, I have implemented different maps across my solution, however I am not able to set the scrollwheel = false properly. I've tried to integrate following code to my maps template: options = $.extend({ scrollwheel: false, navigationControl: fa ...
Mikkel Toustrup Olsen
05/02/2014 15:39:08
Last post: 06/02/2014 09:34:42
Problem with missing fields in index
Hi, I have a problem with my index and it could be related to this part private static Lucene.Net.Documents.Document EntryToDocument(IndexEntry e, bool createSummaryField) { string value = string.Empty; IndexEntryFieldInfo info = null; Lucene.Net.Doc ...
Anders Ebdrup
24/10/2013 16:14:20
Last post: 05/02/2014 17:47:36
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
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
Custom Module error after upgrade
Hi everyone, We have just made a copy of our site and upgraded it from Content version 19.2.9.15 to 20.2.3.17 (DW 8.2.3.17). We have made three custom modules - but one of them fails on front-end with the error below: --- An error occured while attac ...
Sonni Tost
29/01/2014 14:49:35
Last post: 03/02/2014 08:43:45
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
Add modules to local instance of dynamicweb
I am setting up a local instance of dynamicweb for development purpose. I've followed the installation guide for DW 8 which i downloaded here: http://developer.dynamicweb-cms.com/documentation/getting-started/installation-requirements.aspx After some ...
Finn Frost
27/01/2014 10:39:55
Last post: 29/01/2014 10:59:25
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
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
"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
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
VAT provider problem
im trying to make a VAT provider but i cant seem to figure out why i get the following error code looks like this: public class VatProvider1 : Dynamicweb.eCommerce.Orders.VatProvider { public override double FindVatPercent(double DefaultVatPercent, P ...
Keld Lauge Gøtterup
10/01/2014 13:08:35
Last post: 13/01/2014 14:08:08
Update 8.2 to 8.3
Hi, So trying to update DW solution from 8.1 to 8.3. Trying to do it by steps. Updated to 8.2.3.19 everything works. (some ecom custom module dont, but that was expected, solution at all does work) Trying to update to 8.3.0.6 (lowers 8.3 that could f ...
Vilius Janulis
09/01/2014 12:34:26
Last post: 09/01/2014 14:19:06
Extend New User created event, Existing user updated event
Hello DW guys, What events should I subscribe, in order execute some of my custom C# code, after user was created (both in the frone-end) and administation (I think it should be the same event). And after existing user is modified both in front-end a ...
Dmitrij Jazel
18/12/2013 14:02:36
Last post: 08/01/2014 09:57:29
user.save() throws date error
Hi All, I have this code to make a new user from an import. It worked fine on a previous version (8.2something) In 8.3.0.5 I get SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. on user.save(); Am I missing somet ...
Steen Nørgaard Perdersen
20/12/2013 14:11:40
Last post: 22/12/2013 13:41:37
Geolocation lookup in the API
Hi DW, With the introduction of the Maps module, we get new field types on our users to store their coordinates for use in maps. Is it possible to find coordinates via the API if you have an integrated user import? Or is the current solution pure jav ...
Martin Nielsen
20/12/2013 11:32:40
Last post: 20/12/2013 11:41:35