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
Custom orderfield values
Hello! I have a question regarding order fields: I have created a custom order field in backend as an integer. Its default value is 0. I now have added radio buttons in the loop so it iterates the amount of radio buttons. However, I'm currently strug ...
Bo Leanderson
28/01/2018 15:41:38
Last post: 02/02/2018 14:51:46
Duplicate Email Template
In Marketing, when i create a nem email using an existing template the template gets duplicated. Is this expected behavior? https://www.screencast.com/t/LSoEcq4HNJd The DW version is 9.3.7 ...
Cátia Torego
31/01/2018 19:14:46
No replies yet
NUget package version policy
Hi, What is your policy on the version history on the nuget packages? Right now we cannot restore a VS project that runs version 9.3.3 of Dynamicweb. Upgrading from a missing package is also not a standard feature of the package manager of Visual Stu ...
Ben Doorn
24/01/2018 12:02:42
Last post: 31/01/2018 13:26:51
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
Templates for VS 2017
Hi guys, Can I ask for some renewed attention for the templates for Visual Studio 2017 and Dynamicweb 9? I really liked the previous implementations as they gave you a great overview of all extensibility points that were available. Since those templa ...
Imar Spaanjaars
01/11/2017 09:34:45
Last post: 25/01/2018 13:36:39
19
Subscribe
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
Memory leaks with abcpdf
Hello, We are experiencing some serious memory issues when generating pdf's with "?pdf=true" as the memory consumption by the iis is not lowered after generating the pdf report. When the memory usage is not falling we see that the server crashes or t ...
Anders Ebdrup
17/01/2018 23:21:28
Last post: 24/01/2018 12:44:55
Custom property on user
Hello! I am trying to create a custom property on a user but I can't seem to find how to do it. I tried creating an item with my custom values on it and connecting it to a user group, but they don't show up in the frontend when I call TemplateTags, a ...
Oscar Romin
23/01/2018 15:28:54
Last post: 24/01/2018 10:22:46
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
Wrong ip banned for ARR server
Hi Dynamicweb, We have a solution behind an ARR-server, where I think there is an issue with getting the right ip address from the user when a client is banned due to sqlinjection. Is seems like you are using the user's hostaddress and not trying to ...
Anders Ebdrup
28/09/2017 14:54:20
Last post: 23/01/2018 14:11:43
Get ID of page by "search engine friendly url"
Hi, Is it possible to get the internal Page ID of a page by supplying a method with the "search engine friendly url", eg. "/products/thisproductcategory". I have tried using Dynamicweb.Base.GetInternalPageID and Dynamicweb.Frontend.DirectPath.Path.Ge ...
Emil Ryberg
18/10/2017 21:34:34
Last post: 22/01/2018 15:39:40
10
Subscribe
Update cached database for admin
Hello! I work together with a coworker and we are sharing the databaseconnection for our adminsites. But when he changes something it does not immediately show up on my end. If we wait some time then the sites become synced though so it seems to be a ...
Oscar Romin
22/01/2018 10:56:52
Last post: 22/01/2018 11:02:53
Args is empty on ItemNotification.Saved
Hi, I'm working on a notification subscriber, in order to update a certain itemfield, whenever a new page of a certain itemtype is created. I have been using the code below, but when I try to get information about the item saved from the args, it is ...
Kurt Moskjær Andersen
01/12/2017 11:04:25
Last post: 19/01/2018 14:46:35
Tag not being rendered
Hi, I built an extension for LoopItems that gets the product image tags and returns the first one that's not empty. Though it's pretty simple and basic it does not work because the tags are not rendered in the ProductList template (I am guessing for ...
Nuno Aguiar
29/11/2017 15:24:46
Last post: 18/01/2018 12:24:03
Where do I put my C# files
Hello! I was following this tutorial https://doc.dynamicweb.com/training-certification/t3-platform-developer/t3-platform-developer/3-3-extending-ecommerce and it tells me to create a file, but where do I create a file? In Files? Maybe I'm stupid but ...
Oscar Romin
16/01/2018 16:23:30
Last post: 17/01/2018 11:22:12
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
Deleting items and creating items on website settings
Hey I am currently trying to Retrieve and delete/create items on an itemList, which is located on the websites setting of this particular website in a dynamicweb solution. I am able to acquire the itemList and loop through the items like this: ItemLi ...
Anders Ditlevsen
10/01/2018 09:12:23
Last post: 10/01/2018 13:05:54
Access to logs for custom scheduled task
Hi guys, I have a custom scheduled task that does some logging. To make it easier for users to find the log, I want to implement the logging in such a way that it works with the built-in right-click option. For that, I analyzed the source code and di ...
Imar Spaanjaars
19/12/2017 16:13:32
Last post: 27/12/2017 13:33:30