Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Database Error
Hi, Every now and then we are facing this problem with the site that the database seems to be forgetting Item Fields. I have to go inside the cms and Save and Close the item again for this to be resolved. This is a call for concern and I would be gra ...
Yasharth Tahiliani
23/07/2015 15:04:43
Last post: 27/07/2015 10:05:34
Javascript Error
I keep getting this error in my console on my web site. Uncaught TypeError: Cannot read property 'appendChild' of null in Analytics.min.js Can someone please help? Attached is the screen shot. ...
Yasharth Tahiliani
16/07/2015 11:24:18
No replies yet
Excluding pages/items in weighted search.
Hi, I was wondering if there is a way to exclude certain items or pages (and it's subpages) from a weighted search module. I know that we can only search for a page and it's subpages, but what about excluding them? ...
Yasharth Tahiliani
09/07/2015 16:51:37
Last post: 15/07/2015 13:39:55
Get Page Content
Hi, I am building a custom search for my site wherein I would like to get the content of pages. These are standard pages and not items. I am able to get their IDs and I was wondering how I can get the content of these pages to display a part of them  ...
Yasharth Tahiliani
14/07/2015 18:16:55
No replies yet
Querying Items.
Hi, I am attempting the query items using the instructions given on the following page: http://developer.dynamicweb.com/documentation/for-developers/item-based-structure/querying-items.aspx The commands that I am using are: Dynamicweb.Content.Items.I ...
Yasharth Tahiliani
02/07/2015 15:10:57
Last post: 13/07/2015 15:33:22
Items Code-First with a Server error on creation/edit mode
It's my User Item that gives me the server error on version 8.6.1.14 I have 3 Item Types: Country: [Item("Country", "Country"), Category("Dechra")] [AreaRule, StructureRule(StructureContextType.Pages), ParentRule(ParentRestrictionRule.ParentType.Root ...
Kevin Steffer
08/07/2015 14:30:18
Last post: 08/07/2015 20:41:23
Custom table markup for responsive layout.
Hey guys, Is there a way to modify the html generated for a table within a content page. These are the table that the user creates using the Rich Text editor. Regards, Yash. ...
Yasharth Tahiliani
07/07/2015 16:52:31
Last post: 07/07/2015 17:44:56
Ecom:Order:OrderLine get Stock question
Hei Guys, I am having troubles while preparing stock value for Product - Order line. In one ERP connection , in Live Price Provider, we are fetching ProductPrice and ProductStock live from ERP. But it seams to me that when you add the product to Shop ...
Dmitrij Jazel
03/07/2015 12:17:24
Last post: 06/07/2015 15:40:16
Video Webinars?
Hi Guys, Am trying to find Video Repository of webinars that DW hosted. Can't seem to find them, anyone can share a URL? /Dmitrij ...
Dmitrij Jazel
03/07/2015 13:08:27
Last post: 03/07/2015 15:59:23
DW App 8.6.1.13 question, Owin error
Hi guys, Is it just me, or DW App 8.6.1.13 is using Owin 2.1.0.0? I am playing arround with application here, and I started getting an error, This looks fammiliar, but I just can't recall it. Could not load file or assembly 'Microsoft.Owin, Version=3 ...
Dmitrij Jazel
02/07/2015 16:53:18
Last post: 02/07/2015 17:00:42
RE: Fetching data from a Itemtype field checkboxes list
Hi, I need to fetch data from my itemtype, which contains fields of the type checkboxes. I need to fetch these individual fields, and loop through them. What method could I use frontend in my razor files to do this? ...
Jan Sangill
30/06/2015 10:05:33
Last post: 02/07/2015 11:10:03
Search by product custom field - setting up
Hi guys, We have ERP system, that is going to send us products once per day. Those products might/might not contain new custom fields. That we will have to create "on the fly" as those are controlled by the ERP users (we will have a separate sync rou ...
Dmitrij Jazel
02/07/2015 09:19:28
Last post: 02/07/2015 10:35:46
Related Product List Provider
Hey all, I am trying to implement a custom product list provider, where I would like remove products based on the logged in user's permission. We have some custom code that filters products based on the user's customer number. So e.g. Customer A may  ...
Mikkel Toustrup Olsen
30/06/2015 08:54:47
Last post: 30/06/2015 14:52:36
Best practices to handle exceptions in Notification Subscribers
What should I do when I want to throw a business logic expection in the notification subscriber? The goal is to log an error in the most standard way, I don't want end-user to see any error message. Currently I call Dynamicweb.Information.Logger.LogG ...
Andrey Kozachuk
30/06/2015 11:30:45
No replies yet
DW8 project Templates in Visual Studio community 2015
Hi, I just installed Visual Studio community 2015, and after that I re-installed the DW VSTemplates in my computer and reboot it. But when I start a new project I don't get the DW8 custom modules option below Visual C#. I've tried to search for them  ...
Gonçalo Assunção
29/06/2015 14:03:17
Last post: 29/06/2015 14:18:17
Item repository and permissions
We are using the item repository API to fetch some paragraph based items... var itemids = new[] { "1" }; using (var repository = ItemManager.Storage.Open("Article")) { var item = repository.SelectByIds(itemids, null, true).FirstOrDefault(); } But the ...
Morten Bengtson
25/06/2015 15:33:47
Last post: 29/06/2015 14:11:44
MS SQL: IDENTITY increments more than defined...
Hi, I've created a table via the SQL Firehose: CREATE TABLE NewTableTest ( ID int IDENTITY(1,1) PRIMARY KEY, Name varchar(255) NOT NULL ) Then I run this a few times to add records to the table: INSERT INTO NewTableTest (Name) VALUES ('MyName') The f ...
Jacob Storgaard Jensen
26/06/2015 14:31:35
Last post: 26/06/2015 16:58:24
New indexing
Hi DW, I have started working on the new index and have some questions: How can I see the executed "lucene"-query, which was possible by adding dbstat=true in the former index? Is the index always online even when the indexing process is going on? Or ...
Anders Ebdrup
07/05/2015 23:07:11
Last post: 22/06/2015 14:23:30
ItemType Code First Item Type parameters
Hi guys, Does anybody know how to set the Item Type parameters on an item type field from code first? This is my current code for the field: [Group(StringConstants.ItemTypeConstants.StandardFields)] [Field(StringConstants.ItemTypeConstants.FairName,  ...
Tom Kamphuis
01/06/2015 12:08:58
Last post: 18/06/2015 11:32:12
Unhiding page in Menu in API.
Hi, I have created a page but hidden it in the navigation menu. Is there a way of unhiding it in the API? That would be really useful. Look forward to hearing from you. Regards, Yash. ...
Yasharth Tahiliani
17/06/2015 16:31:40
Last post: 17/06/2015 16:40:30