Developer forum
Subject
Replies
Started by
Last reply
Password security questions
Hi guys I am currently working on setting up password security on a project, and i was wondering how the system exactly works, and thus a have a few questions :) - I am using SHA512 to hash the passwords, but i am unable to find documentation that de ...
Ronni Hansen
30/11/2018 09:25:36
No replies yet
PromoCodeChecker.CheckOrderPromoCode method
Hi there, First time using this method and have a couple comments/requests: 1) When looking to a voucher code - CheckVoucherLists() - it doesn't check if the voucher list is inactive and returns a valid voucher code. 2) When looking Order Discounts & ...
Mario Santos
14/11/2018 13:41:55
Last post: 27/11/2018 14:49:17
Change currency symbol in DW 9
we are trying to change the currency symbol in the website by patching the Database table [EcomCurrencies] column [CurrencySymbol], but it didn't work. When we click settings>ecom>internationalization>currencies>[select particular currenc ...
Shiwanka Chathuranga
26/11/2018 17:43:33
Last post: 27/11/2018 08:05:18
Product quantity prices in 9.5.5
In our custom live integration, we have the ability of loading quantity prices for the products by using a piece of code like: product.Prices.Clear(); foreach (var price in prices) { product.Prices.Add(new Price { Id = price.Id, Amount = price.Amount ...
Rui Silva
21/11/2018 16:31:27
Last post: 26/11/2018 11:33:12
Get ecom product groups (tree) sorted on relations sorting
How do I get the product groups sorted by the relations sorting defined in the tables EcomShopGroupRelation and EcomGroupRelations? I basically want to retrieve the same tree that's displayed in the admin ecommerce tree from a template. I looked thro ...
Sander
13/11/2018 09:52:28
Last post: 23/11/2018 13:47:02
PriceProvider not called when user changes
I have a custom priceprovider that retrieves customer specific prices from a backend ERP. My priceprovider extends PriceProvide and overrides the PreparePrices and FindPrice methods. I have the following use-case: I log in as user A, browse the produ ...
Espen Strømsnes
20/11/2018 11:45:36
Last post: 22/11/2018 12:32:48
Issues removing OrderLines
Hi, We are having issues deleting orderlines in our order flow. We wish to delete select orderlines when the user travels backwards through our flow, so that we can add new orderlines with correct quantities when the user chooses to move forward once ...
Jacob
19/11/2018 16:28:58
Last post: 20/11/2018 13:45:41
DLL Hell - Improve error message
Hi there, When working with custom components, we very regularly run into the error shown in the attached picture. Something is broken, but what? Our solution to find that out is to take out all custom assemblies, and add them back 1 by 1 untuil it b ...
Imar Spaanjaars
17/11/2018 11:35:54
Last post: 20/11/2018 12:53:48
CartId didn't change OrderId
Hi May I know which condition that Cart ID didn't change to Order ID and pass to payment gateway? Regards, Tin Ma Ma ...
Tin Ma Ma
19/11/2018 20:56:19
Last post: 19/11/2018 22:27:14
DLL Hell - support Fody Weavers
In order to solve some of the DLL issues I am running into, I am trying to use Fody Weavers: https://github.com/Fody/Costura, an excellent NuGet package that lets you embed one assembly into another. The idea is to embed, say, NewtonSoft.Json into my ...
Imar Spaanjaars
17/11/2018 15:19:50
Last post: 19/11/2018 13:59:48
Use ItemType_Location in maps
Hi, I'm trying to create a map containing the locations saved in the ItemType_Location table from the Rapido database. Using the backend I haven't this choice, only to add the points one by one and I don't wish that (see image 1) I created a data lis ...
Tomas Gomez
16/11/2018 13:16:32
Last post: 19/11/2018 11:56:55
Notification on forms for editors
Hi, I am trying to use a notification subscriber: Dynamicweb.DataManagement.Notifications.OnBeforeFormSave However, when I try to save data, this is not reached. Am i missing something? [Subscribe(Notifications.OnBeforeFormSave)] public class FormTes ...
Jan Sangill
08/04/2017 19:24:50
Last post: 16/11/2018 11:13:04
10
Subscribe
Dynamic topic field in email
I'm sending a mail to a user through a form. I pasted a part of the template below. The template is a part of a Forms for editors-module. I figured out you can control the topic, by using a hidden field like this: <input type="hidden" name="Forgot ...
Marc Hjorth
09/11/2018 12:48:15
Last post: 16/11/2018 10:56:07
Cart only supports cart items - on checkout
Recently one of our customers (using a DW 8.9.2.20) had a weird problem with and order that got the “Cart only supports cart items” exception on the CheckoutDone of the payment handler of an order. Here is part of the order debug info, and noticed in ...
Rui Silva
15/11/2018 10:25:28
Last post: 15/11/2018 15:33:31
Use translation outside template
Hi, I'm creating an addin to create a couple of PDF-files for download. Is it possible to use the Dynamicweb.Rendering.Translation.Translation.GetTranslation without a design template, as my addin won't have any frontend, but will only run as a sched ...
Kurt Moskjær Andersen
15/11/2018 08:59:19
Last post: 15/11/2018 15:30:04
Get Area first page (frontpage)
Hi, How do i get the page id of the first page (frontpage) on a specific area? The only thing i have is the area id. I don't have any tags or pageview BR Thomas ...
Thomas Larsen
12/11/2018 14:59:03
Last post: 12/11/2018 15:41:57
Major performance issues by "After DwNavigation"
Hello! I'm experiencing major loading times on every page on my site, and after putting ?debug=true in the url I see that the events 'After DwNavigation(navbar)' and 'After: BeforeSort' takes about 21 seconds to load. 'After: BeforeSort' is used on p ...
Oscar Romin
29/10/2018 16:42:42
Last post: 07/11/2018 08:51:24
Disable ?debug=true
How do I disable the ability to render debug info when providing a debug querystring parameter? Because this contains alot of sensitive information. ...
Sander
06/11/2018 16:55:26
Last post: 07/11/2018 08:28:36
Convert quote to order
Hi guys, I have a situation where I need to convert a quote to an order and checkout. Basically, I need to move from Quote to completed order withour an intermediary step. For a very complicated reason, I am listing the quotes with Data list, so no C ...
Adrian Ursu
06/11/2018 15:31:34
Last post: 06/11/2018 18:56:02
Limit the use of the image handler
Dynamicweb has a nice image handler for manipulating images on the fly (Admin/Public/GetImage.ashx). But how do I limit the use of this handler to only allow a predefined set of values? The reason I ask this is because someone who want to do harm, co ...
Martijn van Tongeren
06/11/2018 17:23:54
Last post: 06/11/2018 17:45:26