Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Ecom tags not working in Razor View
Hello everyone, I have a question regarding the template tags for Razor. I have been looking in the documentation for retrieving the @GetString("Ecom:Product.VariantID"), as well as @GetInteger("Ecom:Product.VariantCount") in the *.cshtml view. I als ...
Bo Leanderson
26/12/2017 17:22:41
Last post: 27/12/2017 12:28:33
Checkout Handler
Hi, I need to build a custom Checkout Handler for Collector Bank. But I cannot find any documentation for that to DW8. /Aki ...
Aki Ruuskanen
18/12/2017 13:59:54
Last post: 22/12/2017 08:06:27
Constraint: Newtonsoft.Json (= 8.0.3)
Do you have any plans regarding updating the constraint of Newtonsoft.Json from 8.0.3 to 10.x.x? Error Unable to resolve dependencies. 'Newtonsoft.Json 10.0.3' is not compatible with 'Dynamicweb 9.3.10 constraint: Newtonsoft.Json (= 8.0.3)', 'Dynamic ...
Martin Grønbekk Moen
20/12/2017 14:32:04
Last post: 21/12/2017 11:16:09
Send a email with template
Hi guys, How can I send an email with a custom template that allow translate tags? Before I could use the FormMailer but this will be discontinued. Any ideas or suggestions? Thank you, Ricardo ...
Ricardo Pereira
04/07/2016 15:15:16
Last post: 20/12/2017 13:40:16
.NET Core 2.0 vs Dynamicweb
Have anyone tried to create a .NET Core 2.0 application integrated with Dynamicweb? I tried to add the Dynamicweb NuGet package, and got this warning. 'Dynamicweb 9.3.10' was restored using '.NETFramework,Version=v4.6.1' instead of the project target ...
Martin Grønbekk Moen
20/12/2017 10:21:34
Last post: 20/12/2017 12:03:25
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
Configurable addin with DateTimeParameterEditor not working as expected
Hi there, I have a custom BatchIntegrationScheduledTaskAddin that's using a DateTimeParameterEditor like this: [AddInParameter("Orders completed from")] [AddInParameterEditor(typeof(DateTimeParameterEditor), "show=date")] [AddInParameterGroup("A) Que ...
Imar Spaanjaars
11/10/2017 12:42:00
Last post: 19/12/2017 13:39:13
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
Getting area property item from api
Hi, I'm trying to get a hold of an item, which is added as a custom property to an area, from within a NotificiationSubscriber. I have used the Dynamicweb.Content.AreaService, to get a hold of the area, but cannot find out how to get the specific ite ...
Kurt Moskjær Andersen
06/12/2017 10:35:42
Last post: 07/12/2017 07:52:17
Addins and CustomModule Questions
Hi, Question1: Is there any place I can find an example of how an addin and RIbbonBar works, when wanting to use a modal window. Only examples I can find, uses PopupWIndow, but I read I am supposed to use dialog now. I cant seem to find any examples  ...
Jan Sangill
05/12/2017 13:48:04
Last post: 06/12/2017 11:30:49
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
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
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
User.save > Dynamicweb.Ecommerce.Common.Context.GetCart() throws NullReferenceException
Hello, I'm trying to execute some code after my user import to update some custom fields, but I get a NullReferenceException when I try to call the Save() method : user.CustomFieldValues.FirstOrDefault(x => x.CustomField.SystemName == "AccessUser_ ...
Gaëtan Di Caro
30/11/2017 10:28:50
Last post: 30/11/2017 11:29:55
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
How to handle nullable user custom fields
Hi there, When I add a new Checkbox (boolean) field to a user in the control panel, it's created as a nullable bit in the database. However, when saving that field for the user, it's actually required to provide a value; we have to set it to true or  ...
Imar Spaanjaars
10/10/2017 11:36:39
Last post: 28/11/2017 15:55:04
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
Simulated/Mock discount?
Hi, I have a customer who is asking for this. "If you subscribe to our Club you would be saving $X,00 with this order". To do this, I believe we'd had to get a copy of that cart and simulate as if the user belonged to a specific user group. But I don ...
Nuno Aguiar
23/11/2017 17:43:25
Last post: 27/11/2017 15:51:22