Developer forum
Subject
Replies
Started by
Last reply
Error in Order.GetOrders(sql, true)
Hi there, When I call Order.GetOrders(sql, true) and the SQL statement doesn't result in any orders being returned, the method crashes with an "Incorrect syntax near ')'" error message. It looks like the code to retrieve the order lines runs regardle ...
Imar Spaanjaars
06/01/2015 09:20:46
Last post: 06/01/2015 10:21:54
new Template call - NullReferenceException
We have just upgraded a solution from DW 8.4.1.10 to 8.4.1.23 We are now experiencing a NullReferenceException when calling the Template constructor in a simple fashion like this: var cartTemplate = new Template("/eCom7/Cartv2/Step/MiniCart.htm"); Se ...
Bjarne Rosendal
23/12/2014 13:27:43
Last post: 23/12/2014 14:57:32
Area permissions Login template question
Hi Everyone, I am trying to restrict user access in Multisites by UserGroups in Area permissions section. I have a basic setting here: http://screencast.com/t/hehkrokTWZDT Eventually when I am checking the front-end the login box pops out... that's o ...
Dmitrij Jazel
19/12/2014 09:54:45
Last post: 22/12/2014 13:40:52
Running Node.JS on DW-server
Hi, I'm wondering, does anybody have any experience running node.js on a DW-server? I would like to run Grunt task runner, but not sure whether Node can be run on the server combined with DW. So does anybody have any experience in that area, please f ...
Martin Kure
19/12/2014 13:17:57
Last post: 19/12/2014 13:35:26
Override Password Encryption Method
Hey all, As DW utilizes MD5 as encryption on users in the backend I wondered if it is possible to override this? - Pref. with somethuing like SHA256 Does anyone have any experience on this matter? e.g. regarding extenders or something of the like - I ...
Mikkel Toustrup Olsen
18/12/2014 14:32:18
Last post: 18/12/2014 14:43:27
RE: Performance and issues with database
This problem below is something I am encoutering after some custom code and play with the database: [InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because ...
Jan Sangill
11/12/2014 09:12:59
Last post: 14/12/2014 00:42:25
RE: ItemManager.Storage.GetById interate through itemlist
Hi, I have an item I am fecthing here: Item item = Dynamicweb.Content.Items.ItemManager.Storage.GetById(item_type, item_id); Know in this I have a itemlist: item["Indhold"] How would one iterate through this list? a simple foreach wont work, so someh ...
Jan Sangill
03/12/2014 14:07:25
Last post: 12/12/2014 14:48:04
EcomQuery search question
Hello guys, On one site here, we are using EcomQuery saerch. It's plain, it's simple, and works perfectly. issue is, that we have 2 shops of same culture on under 1 dw instance. In those 2 shops, it is common to find item "s1_ProdID" and "s2_ProdID". ...
Dmitrij Jazel
25/11/2014 15:22:23
Last post: 08/12/2014 13:19:33
Product catalog show all products URL parameter?
Hello guys, Was wondering when I have a link to a product catalog. If I could add a parameter like www.sitename.dk/Produkter.aspx?showAllProducts=True Or do somehting like this: www.sitename.dk/Produkter.aspx?productsPerPage=999999 Right now the prod ...
Dmitrij Jazel
03/12/2014 12:47:49
Last post: 03/12/2014 13:29:31
Search with Solr
I noticed that DW 8.5 contains a SolrNet assembly. Is there a standard integration between DW and Solr? ...
Morten Bengtson
02/12/2014 12:27:51
Last post: 02/12/2014 13:19:15
ProductListeTemplateExtender Remove product from ProductList
Hi guys, I have some rather simple ProductListTemplateExtender using Dynamicweb;
using Dynamicweb.eCommerce.Products;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web; namespace DWCustomCodes
{ public class ProductR ...
Dmitrij Jazel
02/12/2014 09:05:23
Last post: 02/12/2014 10:04:31
Item in item list and access parent item when available
I have an item in an item list and like to access the parent item using a custom editor field. Is this possible? See following code sample to get an idea. [Editor("My custom editor")] public class SimpleTextboxEditor : Editor { public override Type D ...
Remi Muller
26/11/2014 11:39:23
Last post: 02/12/2014 09:44:50
Translations.xml
Hi guys, This week we were faced with a customer that made translations needed for their website. These translations were saved in Excel and needed to be added to the translations.xml file in Dynamicweb. The problem was that the file contained over 9 ...
Tom Kamphuis
28/11/2014 17:12:54
Last post: 01/12/2014 15:29:11
NullReferenceException when adding product
Hello. We are building a solution with a integration with NAV.
When we add new products and export them over from NAV, we get a strange exception in the productlist right after its been added to the database: It shows the errormessage for a few hours ...
Dan Lundgren
01/12/2014 14:37:32
Last post: 01/12/2014 14:44:07
OMC general question for specific application
Hi all, I havent worked with OMC before but have a specific use case. I haven't been able to find any good examples to match. I'd like just a thought from you if it is doable with omc and if yes, a pointer on where to start. I have: - DynamicWeb cust ...
Steen Nørgaard Perdersen
18/11/2014 16:01:43
Last post: 27/11/2014 14:43:39
Assortments and anonymous user
Hi everyone, We have these product groups: GROUPA GROUPB GROUPC And we have created an assortment where the customer YYYY can see the groups A and B. This is working fine. The questions is: How can we manage that they only see the group A and C whyle ...
Dmitrij Jazel
23/10/2014 13:44:24
Last post: 25/11/2014 17:48:12
Parallel tasks
I would like to be able to do a parallel task, for example pre caching products on login.
It seems that a null reference exception occurs as soon as a Dynamicweb function is called, so it seems to have lost its context.
I’ve tried everything I could ...
Peter Leleulya
25/11/2014 09:02:41
Last post: 25/11/2014 14:26:25
1. level marketing
A customer wants to have some 1. level marketing on their shop. This means that there is going to be some partners who all have a unique code a custommer on the shop can enter with their order. This order vil get registered on the partner. This way t ...
Jim Trebbien
25/11/2014 10:06:33
No replies yet
SMS notifications
Hi, I would like to know if/how could we trigger an SMS notification, using the new SMS module via API? We need to send an SMS to a user upon a scheduled task. How could I achive this? If not using the SMS module, does anyone know another way? Best R ...
Nuno Aguiar
24/11/2014 17:11:08
No replies yet
Access to the path 'C:\MySite\Files\System\Items\ItemType_MyItem.xml' is denied.
Hi, I have an itemtype (MyItem) which I have created using the Model-First approch (created from within the Management-Center). The xml file for the itemtype is part of my Visual Studio project which is in TFS. This means that the xml file for the it ...
Lars Larsen
28/02/2014 09:45:26
Last post: 24/11/2014 13:49:40