Developer forum
Subject
Replies
Started by
Last reply
Admin ecommerce : Hide custom orderLineFields
Hello, Im using orderLineFields for manage my orders. This fields are options choosen by users. When i look for an order in the admin panel looks like this: I will like to hide the fields " : 3" and " : OSX" because dont look pretty and are unnecessa ...
Jose Caudevilla
08/05/2020 15:09:05
Last post: 11/05/2020 08:55:12
CustomModule icons
Hi there, Is it possible to add icons to a custom module in DW9? The documentation I found it's not working for me, and it seems to refer to DW8. http://developer.dynamicweb-cms.com/documentation/for-developers/dynamicweb-custom-modules/building-modu ...
Mario Santos
22/04/2020 15:46:22
Last post: 05/05/2020 12:46:13
Access to RemoveProductFromCache?
Dear Dynamicweb, We need to update some values on the products when checkout is done, and the update is done in the database, but then values are not refreshed. Will it be possible to have public access to this method? Private Sub RemoveProductFromCa ...
Anders Ebdrup
20/04/2020 15:29:49
Last post: 05/05/2020 12:22:40
Get CategoryfieldValues of type Property
Hi, I need to do some custom stuff with variant product that have propertyfields of type "Checkboxlist". I am trying to figure out how to get these values. I know I can use this to get the value: var pvalue = productService.GetPropertyValue(variantPr ...
Aki Ruuskanen
24/04/2020 09:18:05
Last post: 04/05/2020 09:02:57
Checkboxlist - Option Name
Hi, I have a bunch of ProductCategoryFields of type CheckboxList. I am wondering where i the database the options for that field are stored? Regards / Aki ...
Aki Ruuskanen
29/04/2020 14:31:39
Last post: 29/04/2020 14:43:08
Select orders for OrderList RibbonBar
Hi, We want to create an custom RibbonBar on the orderlist view to connect to an external webservice. See our current code below. The button shows up fine but when clicked the orders stay empty in ribbonBtn_Click How can get the selected orders on bu ...
Jesse Bakker
24/01/2020 13:21:29
Last post: 28/04/2020 11:17:06
Deployment Tool on Dw 9.8.4
Hi guys, We were successfully using the deployment tool on Dw 9.8.3. After an upgrade to 9.8.4, we are getting a 401 unauthorized error. I am able to login as the user to /admin so the password is correct. Is there anything else that could be causing ...
Terri Donahue
15/04/2020 18:59:20
Last post: 23/04/2020 20:03:33
Cart error after upgrade
Hi, I have upgraded a solution to 9.8.4 from 9.6.5 (locally) and get an error when doing a orderline update in the checkout with a cartcommand. In production the cartcommand looks like this and works fine: https://www.magnusson-freij.se/cartservice?v ...
Aki Ruuskanen
15/04/2020 11:59:48
Last post: 23/04/2020 09:26:12
NotificationSubscriber not hit in FindPoints
Dear Dynamicweb, We have an issue with this notification subscriber: Notifications.Ecommerce.Loyalty.AfterConditionRewardCalculation as the result is returned before the notification subscriber is hit. Can you please remove the line with red? Public ...
Anders Ebdrup
07/04/2020 15:57:59
Last post: 23/04/2020 09:18:28
Product Catalog - New Group on clean gives an unhandled error
So, i am trying to follow the training on the website, everything whent fine until T2, where i try to right click on my newly created shop, or the default SHOP1 and add a new group. I get an Object Reference not set to an instance of an object. I hav ...
David Møller Christiansen
25/10/2019 12:26:29
Last post: 22/04/2020 15:45:35
System.Data.DBConcurrencyException: Concurrency violation in Payment provider
Hi guys, I was testing a new payment provider and I have received the next error: System.Data.DBConcurrencyException: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records. at System.Data.Common.DbDataAdapter.UpdatedRowStatusE ...
Adrian Ursu
18/02/2020 11:50:26
Last post: 21/04/2020 16:26:54
Splitted GlobalSettings not obeyed
Hi I have a solution that is running v9.8.2. The solution has been running with splitted GlobalSettings.config files for years. But after the latest upgrade the system does not obey the splitted GlobalSettings. E.g. I have the entry "<SolutionLast ...
Lars Larsen
21/04/2020 14:25:30
Last post: 21/04/2020 14:56:39
SecondaryUsers and prices tab on product for a customernumber
Hi, I have special prices for some customers - and these have been added to the prices tab on a product - where the customernumber is added as a reference. This works perfectly when I log in as this user. The correct price is shown. However, if I log ...
Jan Sangill
21/04/2020 10:40:26
Last post: 21/04/2020 11:40:36
Wrong stock amount for stock locations in multiple languages
Dear Dyanmicweb, We have an issue with not having the right stock amount after a purchase in this tag: Ecom:Product.Stock. We see the problem when checking the stock amount in another language, where the stock amount is then taken directly from the p ...
Anders Ebdrup
30/03/2020 21:16:54
Last post: 16/04/2020 09:07:29
Providers source code
Hi, Is source code of shipping providers and payment providers available for download and where? Ivan ...
Ivan Marijanović
15/04/2020 15:25:15
Last post: 15/04/2020 15:51:45
Add field to existing Item
Hi, I know we can use CodeFirst to create new items, but I am wondering if/how we can use the API to add fields to an existing Item. Is that possible? My goal is to build a dll that adds some fields in an existing Item (i.e. Custom tab from Rapido), ...
Nuno Aguiar
13/04/2020 01:20:46
Last post: 15/04/2020 10:19:08
Installing dw 9.7.2 and above issues with one of our servers. why?:(
Hi, I have a development server. No issues running any sites below 9.7.2. But if I try and install a site above that - then I cant. I have installed web framework 4.7.2 on the server. Whatever I do - I get this error: "The page cannot be displayed be ...
Jan Sangill
04/04/2020 15:34:16
Last post: 05/04/2020 20:47:33
Fresh NuGet install error
Steps I followed: New (Empty) Visual Studio project: ASP.NET Web application Go to NuGet, install Dynamicweb.Admin 9.7.5. Fails with Roslyn error, as per documentation I run the 'Install-Package Dynamicweb.Admin -Version 9.7.5 –IncludePrerelease' com ...
Ambert van Unen
21/01/2020 13:44:46
Last post: 02/04/2020 17:39:15
10
Subscribe
Remove canonical-tag by api
Hi, Is it possible to remove the canonical-tag inserted by DW into the documents header, by api? My customer would like the canonical-tag to be totally removed on the search-page. We're using DW 9.7.2 -- Best regards Kurt Moskjaer Andersen ...
Kurt Moskjær Andersen
27/03/2020 10:21:07
Last post: 02/04/2020 14:06:45
AddIn Dialog
Hi Community I have a working AddIn Button, that needs an extension. Currently it’s a button of the class RibbonBarButton that works with the “Click” event, that triggers a serverside function Code looks something like this: RibbonBarGroup group = ba ...
Daniel Hollmann
31/03/2020 16:34:34
Last post: 02/04/2020 13:17:38