Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Importing empty values through the Data Integration Module
Hi, How do I import empty values through the Data Integration Module. Currently when my source provider delivers an empty string value. after the import run the current data in the destination (itemtype provider) will remain, instead of being cleared ...
Ben Doorn
18/04/2017 11:26:00
Last post: 10/11/2017 13:01:39
Running DW9 on top of OWIN manually?
With a fresh DW9 installation from NuGet, I can see that Global.asax file implements codebehind of "Global.asax.vb". I would like to get rid of Global.asax file alltogether and start website manually via owin bootstrapper. I can't find any informatio ...
Evaldas Raisutis
09/11/2017 09:26:29
Last post: 10/11/2017 13:01:31
Item stop inheriting
Hi, I have an item that I want to stop inheriting from another one. I can't do it through the UI I updated both the XML and the ItemTypeDefinitions tablel by removing the inherits attribute value update ItemTypeDefinitions Set ItemTypeDefinitionsMeta ...
Nuno Aguiar
08/11/2017 19:10:20
Last post: 09/11/2017 15:44:44
Filter by Discount?
Hi Guys, Customer aproached with a request to have a possibility to filter by Discount. Simmilar like you filter by product field. Product fields is already defined in among new field sources in the Index fields. But in my case, if I want to filter b ...
Dimitrij Jazel
04/10/2017 14:57:42
Last post: 09/11/2017 14:58:48
Split orderlines
What is the fastest most reliable way to split one orderline into multiple orderlines? Ex. 2 x PROD1 Shall become 1 x PROD1 1 x PROD1 By default when you buy more than one of one product it is merged, and that is good. But we have a scenario where we ...
Martin Grønbekk Moen
09/11/2017 14:11:50
Last post: 09/11/2017 14:17:08
Prices with different roundings
Hi Dynamicweb, I need to display my unit prices with 5 decimals but all other prices should be displayed with 2 decimals. I have tried this in my cartline templateextender: var rounding = new Rounding(); rounding.Decimals = 5; var currencyWithFullDec ...
Anders Ebdrup
25/09/2017 13:56:02
Last post: 08/11/2017 11:00:42
DW 8.8.1.32: Attach file to FormForEditors mail
Hi, I have a customer, who would like to have the picked files attached to the email send, when submitting the form. I have found an example in a thread on the forum: http://doc.dynamicweb.com/forum/development/form-send-email-with-attachment-uploade ...
Marie Louise Veigert
08/11/2017 10:08:24
No replies yet
Facebook gallery embedding
Hi all Does anyone have any experience / suggestion to implementing facebook galleries? We have a customer, who would like this feature. ...
Jens Mouritzen
31/10/2017 21:10:11
Last post: 03/11/2017 08:47:23
Klarna Error code: 0, message: Cannot find any matching PClass for edi=54551 and id=0
Hello everyone, Today customer reported an issue with their customer. That was trying to place an order, but she got an error: https://www.screencast.com/t/CHz9xMzNE7 54551 - is Merchant ID (Merchant ID is changed in this post). it seems like this er ...
Dimitrij Jazel
02/11/2017 12:55:28
Last post: 02/11/2017 14:56:16
How to get the Price object of applied price
Hello, I know I can get a product price using this method : var defaultPriceProvider = new DefaultPriceProvider(); var userPrice = defaultPriceProvider.FindPrice(product, quantity, variantId, currency, unitId, user); However, this only gives me a Pri ...
Gaëtan Di Caro
18/10/2017 13:50:12
Last post: 01/11/2017 07:31:15
IndexBuildFinished notification subscriber
Hello, I currently have a problem where the IndexBuildFinished notification doesn't fire when an Index has finished building. Also this is the only notification subscriber that isn't working. Am I missing something or is this a bug? Here's the bare c ...
Justin Breg
19/10/2017 16:15:47
Last post: 31/10/2017 13:48:54
How to apply voucher code via API
I am developing API to use from mobile application. I am facing a problem, when applying voucher code with API POST method, is not working. Could you please suggest me? 1. Applying voucher code from url is not working. http://[myDomain]/[pageName]?Ec ...
Zayar Minn
16/10/2017 08:57:55
Last post: 31/10/2017 12:04:38
Make SEO friendly url from url made by db productID
Hi, I'm having an issue on a old solution (Version 8.0.2.0) The customer would like to get SEO friendly URL's, but the productlist are made by getting productID from the database, why it doesn't show, when they have used the filter. if (objTemplateRe ...
Marie Louise Veigert
26/10/2017 08:54:54
Last post: 26/10/2017 09:37:45
ItemRelationsList not rendering from code first
Hi. I am trying to add a ItemRelationsList field to my code first Item. Unfortunately ItemRelationLists are never rendered when I try to insert them via code first. I have tried my own custom code and some of the examples I have found. None of them r ...
Mikael Conley
24/10/2017 09:57:52
Last post: 26/10/2017 09:11:33
Notifications.Ecommerce.Cart.Line.Decreased : delete line
Hello, I have a solution where some products can only be added to the basket in multiple (e.g if 6 then only 6,12, 18, etc). I have subscribed to Line.Decreased and Line.Increased, and it works fine except for one detail : when I decrease at minimum  ...
Gaëtan Di Caro
24/10/2017 10:22:36
Last post: 26/10/2017 07:45:38
Job fails when image does not exist
Hi, When using the "Import Perfion Images Add-in", it fails when an image is missing. 2017-09-27 11:08:04.552: Error downloading image Code:NotFound. Message: The remote server returned an error: (404) Not Found.. Id:52f1e858-1f4e-4711-8f01-787eb7863 ...
Mikkel Ulstrup
27/09/2017 11:29:57
Last post: 24/10/2017 16:35:02
Subscriber to handle exceptions
Hi there, Is there a global subscriber that lets me handle specific exceptions? I have a case where I need to intercept an exception being thrown in the application and then clear some cookies that are related to that exception. What's the best subsc ...
Imar Spaanjaars
17/10/2017 11:27:58
Last post: 17/10/2017 15:00:56
Multiple checkouthanders
Hi, Our customer uses DynamicWeb Version: 8.8.1.17 We have to implement 2 different checkout handlers because of two different types of customers. In de Ecom module I see it is possible to create several checkout handlers but how do I implement this  ...
Sander Veltman
16/10/2017 11:44:02
No replies yet
MediaBrowserProviders doesn't work in DW9?
Hi, I am not able to get my MediaBrowserProvider triggered in DW9? In DW8 the MediaBrowserProvider was visible in Image-fields - see: https://www.screencast.com/t/HKP2dbLtW Any ideas why this isn't working anymore? Allan ...
Allan Iversen
04/10/2017 12:08:10
Last post: 05/10/2017 13:43:29
Single sign-on to DW
Hi there, We would like to offer a single sign-on from IntraNote to DW. In our solution, users are automatically signed on, when they have signed on to the company AD (Active Directory). We would though also like to provide single sign-on for DW fron ...
02/05/2007 10:26:49
Last post: 03/10/2017 11:24:10