Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Indeksering af ÆØÅ
Hi, I am currently having trouble with indexing and doing facet search on colors when I try to filter on "Blå". This is because of å, but how do I get around this? The query looks ok, the value in BeforeQuery notification looks ok, and it matches exa ...
Søren Heide Larsen
14/09/2017 14:53:31
No replies yet
Setting PageView/Context from code
Hi, We're currently trying to use MVC to add/change/remove items from a cart, but we are facing some issues. The price becomes 0 as the DefaultPriceManager cannot find the current price. This is due to that the price is based on ShopId and the ShopId ...
Søren Heide Larsen
11/09/2017 10:53:24
Last post: 14/09/2017 13:22:46
Get page Item type properties from API
Hi Guys, I have a situation where I get a list of PageId's (from an ItemRelationList) and apart from the regular properties of the page, I need to also find valus of the custom properties that are set through the PageProperties ItemType. So far, I ha ...
Adrian Ursu
14/09/2017 01:06:01
Last post: 14/09/2017 12:06:56
Templates for VS 2017
Hi there, I noticed that on this page: http://doc.dynamicweb.com/releases-and-downloads/downloads new Visual Studio templates for DW 9 are available. I downloaded them, but I cannot get them installed on VS 2017 (I have the Pro and Community edition  ...
Imar Spaanjaars
23/05/2017 13:17:20
Last post: 12/09/2017 09:57:50
MVC : duplicate routes
Hello, I'm trying to add an MVC controller to my solution. I've created a folder called a folder called "controller" where I've put my controller, the default class "RouteConfig" which is there when you create a default mvc application, and edited my ...
Gaëtan Di Caro
05/09/2017 07:30:08
Last post: 11/09/2017 10:45:57
Ecommerce before line is added to cart observer
Hello, We would like to check the contents of a cart, before a new product is added. Is there an observer available wich triggers before a product/line is added to an existing cart? We are running DW 9.3.1. Greetings Harald ...
Harald Brouwers
08/09/2017 15:31:42
Last post: 09/09/2017 07:19:46
NavigationProvider: Add child as first childnode?
Hi Dynamciweb, DW version: 9.2.17 I'm using the NavigationProvider to add childnodes to my Navigation XML. It's a megamenu. Ex: I have a group 'Men' with childs like 'Jackets' and 'Pants'. Men Jackets Pants I would like to have a node here: Men All P ...
Marie Louise Veigert
05/09/2017 12:55:07
Last post: 05/09/2017 15:52:20
How to disable single-sign on?
I can see that users are automatically logged in url's query strings "username" and "password" are set. How can I disable this? We are working on a third-party OCI login, where we need to do some preproccessing and validation before we login a user.  ...
Evaldas Raisutis
31/08/2017 09:14:00
Last post: 01/09/2017 08:59:03
DW8 ItemPublisher And Creator
Hi On a solution we have setup 2 pages that links to each other, one with an item creator, that creates item onto an itemlist on the page. And one the lists them all out. Standatd templates are being used, and you are able to create items on one page ...
Anders Ditlevsen
24/08/2017 14:36:28
Last post: 30/08/2017 13:21:36
ProductCategoriesLanguageControl, Language and Variant are saved in GlobalSettings
When checking a Globalsettings file of one of our projects, I noticed that the ProductCategoriesLanguageControl was stored in the file. With 4 languages this gives 1700 !! lines of code. We are running DW9.2.17 <ProductCategoriesLanguageControl> ...
Harald Brouwers
28/08/2017 12:30:15
Last post: 28/08/2017 15:34:20
BeforeRenderArgs and product list
Hi, When a customer in Ecom makes a product search, I would like to intercept it. If no result is given in the current productgroup, I would like to make a search on all groups. To achieve this, I'm trying to hook into the NotificationSubscriber, to  ...
Kurt Moskjær Andersen
25/08/2017 12:52:05
Last post: 28/08/2017 10:39:50
Ajax add to cart - error management
Hello, I am adding several products to the basket via an ajax call : var postData = { 'cartcmd': 'addmulti', 'ProductLoopCounter1' : 1, 'ProductNumber1' : 1234, 'Quantity1' : 1, 'ProductLoopCounter2' : 2, 'ProductNumber2' : 12345, 'Quantity2' : 1 //  ...
Gaëtan Di Caro
18/04/2017 09:49:46
Last post: 24/08/2017 13:18:02
Caching in DW9?
Hi Dynamicweb, After upgrading to DW9 I can see a lot of extra calls to the database on each page load. Most of the calls seems to be related to Pages e.g.: GetFirstPageForArea GetFirstModulePageForArea (for both search and cart) GetPageForItem (and  ...
Anders Ebdrup
23/08/2017 16:16:43
Last post: 24/08/2017 09:32:22
Code first approach
Is it possible to use the code first approach on other areas than item types? Lets say product fields, and product categories? ...
Martin Grønbekk Moen
21/08/2017 15:21:32
Last post: 21/08/2017 16:25:19
Code first item inherit
I'm trying to use code first item creation, but cant get the inheritance working. [Item(Name = "Paragraph", Description = "Root paragraph, in which all other paragraphs inherit settings from.")] [Category("Example")] [Icon(Dynamicweb.Core.UI.Icons.Kn ...
Martin Grønbekk Moen
18/08/2017 10:05:27
Last post: 21/08/2017 08:19:05
Code first default view item page
Hi Guys, I'm trying to set the default view of an item page to 'paragraphs' . It's a code first itemtype but can't find the correct setting. It's running on 9.2.16. What am I missing? [Item(Name = "Detail page", Description = "")] [AreaRule(92, 93)]  ...
Jesse Bakker
18/08/2017 10:46:27
Last post: 21/08/2017 06:51:54
User.GetCurrentUser() not working in 9.2.16
Hi Dynamicweb, After upgrading to 9.2.16 the function User.GetCurrentUser() is not working as intended anymore as this will only return a Backend user. Please see the change here: https://www.screencast.com/t/RBFeAXNW4U Is this an intended change and ...
Anders Ebdrup
12/07/2017 14:58:59
Last post: 18/08/2017 17:32:34
Code first item drop down list
I have tried to use the examples available, but cant get it working. I'm trying to create a drop down list with static options like this. https://www.screencast.com/t/2jXvPrntL But it ends up like this. https://www.screencast.com/t/dnhSTY8W ...
Martin Grønbekk Moen
18/08/2017 12:50:10
Last post: 18/08/2017 12:56:10
Code first item field group visibility rules
Can anyone please post a code first example on how to use the visibility rules for field groups inside an item? https://www.screencast.com/t/MEOoA4RT ...
Martin Grønbekk Moen
18/08/2017 11:27:16
Last post: 18/08/2017 12:50:31
ViewModelBase example source files
Hi Dynamicweb, Any chance you could send or publish the source files from the <code></code> attributes below. Best regards, Rasmus ...
Rasmus Andersen
08/08/2017 08:34:30
Last post: 15/08/2017 10:07:54