Developer forum
Subject
Replies
Started by
Last reply
Packing list
Hi, I'm a DynamicWeb Newbie, but comfortable in SQL and C#. My question is what it takes to build a reusabel list of orders/orderlines with a certain status, ordered by customers with a specific company relationship. I could imagine a dropdown where ...
Søren Christensen
31/01/2018 22:55:28
Last post: 05/02/2018 13:22:16
Query content index in DW8
Trying to find documentation on how to query the content index programatically, without using query publisher. I have a Articles.Index (Dynamicweb.Content.ContentFulltextIndexProvider) and a Articles.Query. Next I want to make a query using my Articl ...
Martin Grønbekk Moen
30/01/2018 15:37:01
Last post: 31/01/2018 13:13:59
Building Custom PriceProvider with multiple quantity based prices?
We are considering to build a custom PriceProvider which would plug into a ERP-type-of gateway. One of the requirements is that we can provide multiple prices for a given product (per user context). 1. When implementing a custom PriceProvider, I am a ...
Evaldas Raisutis
26/01/2018 09:51:19
Last post: 26/01/2018 14:26:12
jQuery added to 3 files in Admin
Hi, I have at the moment added <script src="/Admin/Resources/js/jquery-2.1.1.min.js"></script> in this file for example: ItemListEdit.aspx Is there are more clever way for me to add jquery to all pages in admin, without having to alter th ...
Jan Sangill
23/01/2018 23:14:59
Last post: 24/01/2018 10:03:05
Index - Boosting field in summary extender?
Hey all, This might be a pretty far fetched question.. However, we have implemented a group index by utilizing the SQL index builder which works quite well. However, as we have multiple fields in the summary field we're using to extract data for the ...
Mikkel Toustrup Olsen
18/01/2018 14:26:26
Last post: 04/05/2018 13:00:11
Use 'ProductService.GetProductByNumber' instead
Hi guys, It might be a stupid question to ask, therefore I appologise in advance. I am trying to get a product based on the PrductNumber. I have searched the APi and found a method (Product.GetProductByNumber) that is marked as Obsolete. In order to ...
Adrian Ursu
15/01/2018 16:57:56
Last post: 16/01/2018 08:53:36
DW8: Else-section is missing for importing SecondaryUsers
Hi Dynamicweb, I am trying to import secondary user relations into DW8, but only the first hit for an impersonation user is found, as the else-section is missing is this code section (UpdateUserSecondaryRelationBeforeMoveToMainTable): if (!processedS ...
Anders Ebdrup
21/12/2017 13:09:49
Last post: 24/01/2018 12:49:05
Culture is not supported.
We have one server that shows this error: Server Error in '/' Application. Culture is not supported. Parameter name: name en-001 is an invalid culture identifier. Description: An unhandled exception occurred during the execution of the current web re ...
David Alexandersson
19/12/2017 13:01:56
Last post: 19/12/2017 16:47:47
GiftCard stopped working
Hi Guys, Today customer contacted, and reported an issue with giftcards. They worked perfectly before, but now then stopped completely. Am running out of ideas on what can be wrong? Codes are valid and where not used (checked that). I am trying to us ...
Dimitrij Jazel
12/12/2017 11:23:18
Last post: 18/12/2017 09:31:33
File properties in codefirst item
Hi Everyone I am having a hard time locating the options to allow for frontend upload and also the option to allow max files on my codefirst. Running version 9.3.8 ...
Casper Andersen
07/12/2017 16:11:23
Last post: 08/12/2017 19:32:41
Master layout in code first approach
Hi, I tried to get start the development with code first approach. Following your video here: https://vimeo.com/217447832. I have defined a master page for my website (Using administrator tool of Dynamicweb), it is applied for all pages. But it was n ...
Kien Tran
06/12/2017 09:55:32
Last post: 07/12/2017 16:20:02
RenderItemList in DW 9.3.8
Trying to render a list of item in a paragraph template, where i dynamically get a list of Ids of the item i want to render. im using the following code: var DataFromItem = RenderItemList(new { ItemType = "News", ListSourceType = "ItemEntries", Sourc ...
Kenneth Radoor
30/11/2017 20:56:04
Last post: 30/11/2017 21:01:51
Send emails using Forms for Editors and API
Hi, Sometimes we need to submit emails in custom development, but still have some configuration. I was wondering if I could (using the API): Point to a DW page where there's a Forms for Editors paragraph Submit some parameters, so that the module wou ...
Nuno Aguiar
28/11/2017 17:27:11
Last post: 29/11/2017 17:04:12
Index query for id with no dots
Hi all, I'm pretty new to the lucene indexing and what mechanics lies behind it. However, I currently have a product index containig all kinds of data and a freetext search which works fine. However, as the productid's contains dot like : "0010.2000" ...
Mikkel Toustrup Olsen
27/11/2017 14:03:54
Last post: 28/11/2017 08:36:43
Index PDF content
I just came to think that building an index of PDF content is part of the T3 training. It's rather new, so I thought I'd just share it, in case you won't be visiting that part of our doc site. I found that the AbcPDF did a quite poor job, especially ...
Morten Snedker
27/11/2017 08:54:27
Last post: 15/02/2019 10:37:27
Orderflow and emails
Hi, I am in a a situation where I need to sometimes send out an email when order is complete and manipulate the email itself. I have read I can do this is: SendingConfirmationMail So far so good. However, somestimes I need this email not to send out. ...
Jan Sangill
24/11/2017 21:47:47
Last post: 03/12/2017 15:50:58
Event before adding product to cart?
Hi Guys, Am trying to find the right event. I need to validate some stuff before I add to the cart. I also need to possibly alter Quantity on the fly if certain conditions match. Tried looking up in Dynamicweb.Notifications.eCommerce.Order.* but can' ...
Dimitrij Jazel
23/11/2017 13:38:16
Last post: 24/11/2017 15:29:58
11
Subscribe
Product picker in code first item?
Hi. I am using the code first approch to my current project. Right now I need to be able to allow an editor to pick a product from ecom to show via an item. I have not beeen able to find a way to create such a picker using code first. Can anybody hel ...
Mikael Conley
23/11/2017 09:56:49
Last post: 04/12/2017 14:49:33
Project placement for TFS
What is best practice for seting up a project with visual studio? I followed the guide for setting up a new Visual Studio Project (asp.net MVC) but i want to be able to change the files within the "Files"-folder from Visual Studio as well. Do I creat ...
David
13/11/2017 13:22:58
Last post: 13/11/2017 14:55:37
Klarna Error Code: 3107
Hello guys, According to Klarna doc. here is the explonation of the Error code: https://www.screencast.com/t/U4JknG6yx Upon the step, where customer enters their Personal number (11 digits) Klarna returns this error code. But adress Information is Fi ...
Dimitrij Jazel
10/11/2017 18:14:29
Last post: 15/11/2017 09:18:47