Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Override Username validation
Hi, We have a client with multiple websites and extranet applied: General website Special promotions website A Special promotions website B ... We have 1 extranet group for each site, due to restrictions and so on... Only users with a passoword can a ...
Nuno Aguiar
10/09/2013 16:41:18
Last post: 11/09/2013 21:02:33
Custom related product provider
Hi! I am getting an error for my custom related product provider: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutO ...
Anders Ebdrup
11/09/2013 15:07:24
Last post: 11/09/2013 15:47:02
Page ID counter
Hi, Anybody know where the page ID is controlled from? I'm developing a new website, which only have about 50 pages so far, and all of a sudden, all new page IDs start from ~1050 and up. I've tried deleting new pages with high IDs, but DW keeps creat ...
Martin Gammelholm
10/09/2013 19:57:41
Last post: 10/09/2013 20:49:53
Loading ProductCollection issues and bugs
I am having some issues trying to load a ProductCollection via the ecommerce api. See below for the current 3 issues i am having. DW 8.2.3.3 Dynamicweb.eCommerce.Products.Product.GetProductsByGroupID 1: sorting issue, GroupProductRelationSorting is n ...
Remi Muller
05/09/2013 15:38:28
Last post: 10/09/2013 10:41:59
Item provider
Hello! Does anybody know if there is an "Item provider" in DW which can be overwritten? Right now I would like to use the "Item publisher" to display my items - even if they are protected with the extranet module, and I am looking ...
Anders Ebdrup
27/08/2013 13:31:08
Last post: 05/09/2013 14:43:45
Index search and content
Hello. DW 8.3 I understand that the search weighted can use the index to search content. But right now i use the Search v2 ? to search products in eCommerce. I need a combination of both so we can make a search that searches both content and products ...
Mikkel Høst
28/08/2013 17:48:23
Last post: 05/09/2013 11:54:15
XML Item persist and delete data
Hello. We have a problem with Items in DW 8.3. The problem is kind of related to our development process and setup. When one of our guys alter the structure of an item (add or remove fields) then the XML file changes and DW makes these changes in the ...
Mikkel Høst
28/08/2013 17:37:31
Last post: 05/09/2013 10:26:20
Yet another null pointer exception on DW 8.3.0.0
Hello Guys, What I did here: 1) Application is new 8.3.0.0 standard. Just out of the archive 2) Files folder is taken from other project (that was working on 8.3.0.0 yesturday) 3) Database is from same project that was working on 8.3.0.0 4) This proj ...
Dmitrij Jazel
30/08/2013 14:14:20
Last post: 05/09/2013 08:24:40
A new salesdiscount
Hi DW, I'm trying to build a new sales discount provider where i combine the functionality of the "Orderfield discount" and the "Product discount". And i hope to end out with a provide that can support this scenario: "Get 25% ...
Martin Nielsen
26/08/2013 14:13:02
Last post: 04/09/2013 23:50:39
Bug in the API?
Hi DW, I'm trying to get the value of a category field via the API, and i've found a solution which i though would work, but it doesn't. object type = theEvent.GetCategoryValue( "Events", "ProfileType" ); The above example returns ...
Martin Nielsen
03/09/2013 14:27:21
Last post: 04/09/2013 08:11:10
How to get the same resultset from Lucene as DW default searching
I've got an question regarding how to do correct (or better) manual search with the search index. Right now I just search with following code: SearchQuery q = new SearchQuery(); q.Add(new Dynamicweb.Searching.Queries.Criterias.Criteria("sys_summ ...
Allan Iversen
29/08/2013 10:47:04
Last post: 30/08/2013 08:27:46
Global:Paragraph.Content in code OR DW tag inside other Tags properties
Hey, Just wanted to know how to use Tags inside other Tags properties like : <!--@Global:Paragraph.Content(<!--@Ecom:Product:Field.Billedegalleri.Value-->)--> Does not seem to work like this , is there other way that i cant not figure out ...
Vilius Janulis
07/08/2013 13:46:41
Last post: 26/08/2013 13:11:41
Can't Get Product info in a Custom Module
So i'm developing my first custom module and i'm trying to get informations about eCommerce Products based on the products ProductID. code: if (!String.IsNullOrEmpty(Request.QueryString["ProductID"])) prodId = Request.QueryString["Prod ...
Michael Pedersen
22/08/2013 11:42:07
Last post: 22/08/2013 12:41:48
Custom product sorting
Hi there I have a site which has been using a custom product sorting successfully - up until now... The custom sorting works by a notification subscriber class that looks like this: Trouble is the part in red. The sorting works fine on the first prod ...
Bjarne Rosendal
22/08/2013 10:25:34
Last post: 22/08/2013 10:45:34
RibbonBar Addin
I'm testing the RibbonBar addin feature, and want to try to alter an Area on the Save event. I've written the following code: //----------------------------------------------------------------------- // <copyright file="czTestAddin.cs" c ...
06/10/2010 11:16:23
Last post: 19/08/2013 14:36:24
Using Repository.SelectByAreaId from proces
The following code is reflected from "Dynamicweb.Content.Items.Queries" "public virtual IEnumerable SelectByAreaId(int areaId, Query query, bool includeParagraphs)" ............ if (!PageView.Current().Security.IsPageProtect(page) ...
Remi Muller
26/07/2013 15:25:27
Last post: 15/08/2013 09:02:22
Loading product information from custom tables
Hi, Does anyone know how to load information from custom tables into the products, so it is accessible in the frontend on the product list?? And at the same time make it possible to search into these related tables when searching for products? Best r ...
Anders Ebdrup
19/04/2013 10:30:54
Last post: 12/08/2013 19:59:20
eCom Product: Name for custom fields in index
Hi, What is the best way to query the product index as custom fields seems to be renamed: e.g. productfield_field22, productfield_field9, productfield_field37. The value is taken from this table: EcomProductField, but what is the recommended way to q ...
Anders Ebdrup
21/05/2013 14:44:28
Last post: 12/08/2013 19:56:18
Moving websites and Ecom to other solution : suggestions required.
Hi, Basically what I am trying to do is moving few websites (website with pages and paragraphs, templates and etc) from one solution to another one (have one website in there), along with two ecom shops with categories and products. Can anyone give m ...
Vilius Janulis
06/08/2013 14:15:42
Last post: 08/08/2013 17:46:28
DateSelector in EditableGrid
Hello. I´m using a DateSelector in an EditableGrid, but even though I have tried changing the client Id mode for the control, the dropdown lists continue to be generated with the same name, which then causes problems in the post back. Any tips  ...
Marco Santos
08/08/2013 15:24:20
No replies yet