Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Term facets
Hi Dynamicweb, I have a problem using term facets as the query eliminates results from the same facet, so if I have "red", "yellow" and "blue" as term facets and selects "red", then "blue" and "yellow" are gone. I think the problem is somehow related ...
Anders Ebdrup
15/06/2017 15:18:39
Last post: 02/10/2017 22:56:59
Pass custom data through orderline, best way
Hi guys, I have a list of orderlines in my shopping basket. When I list them in razor template. I need to have a textfield - that user will use to enter a code - related to each orderline. Simmilarly to product custom fields - I need something simmil ...
Dmitrij Jazel
21/10/2014 17:52:29
Last post: 28/09/2017 09:49:21
Issue with RibbonBarAddIns and a base class
Hi there, I have an integration project that has multiple RibbonBarAddIns to allow users to download XML for an order, resubmit an order to the ERP, download an XML representation of a user and more. In order to get some reusability, I created a base ...
Imar Spaanjaars
27/03/2017 22:55:19
Last post: 25/09/2017 19:44:42
Custom product discount provider
Hi, I am looking for a way to handle product discounts based on custom functionality. I want the discount to be rendered in the productlist, product details and in the cart. When I use standard salesdiscounts and choose product discount, the price ge ...
Mikkel Ulstrup
19/01/2017 13:41:02
Last post: 25/09/2017 10:51:50
Server.Transfer
Hi I have used the Server.Transfer function often in DW8 projects like this: HttpContext.Current.Server.Transfer("/Default.aspx?ID=" + pageId , true); Now in DW9 theres no Default.aspx file so the above line throws an error. Is there a way to make th ...
Martin Jensen
20/09/2017 18:05:00
Last post: 21/09/2017 14:44:06
Change for inactive products in AssortmentNavigationProvider
Hi Dynamicweb, We have an issue with empty groups when using the assortment navigation provider as it does not checks for active products in this query: SELECT DISTINCT(EcomGroupProductRelation.GroupProductRelationGroupID) as GroupID FROM EcomGroupPr ...
Anders Ebdrup
25/08/2017 00:50:44
Last post: 21/09/2017 10:28:44
Filtering on prices with sales-discounts
Hi, I am trying to extend the indexing to include filtering and sorting by price including sales discounts. I know the issue that it cannot be 100 % based on sales discounts such as "Logged in", etc., but I would simply just like the Product.Price.Pr ...
Søren Heide Larsen
14/09/2017 13:34:13
Last post: 20/09/2017 18:15:33
Using the IntegerNumberParameterEditor
Hi there, We have a custom BatchIntegrationScheduledTaskAddin with public integer properties to control some internal stuff. To make these editable we've defined the properties as follows: [AddInParameter("Property 1")] [AddInParameterEditor(typeof(I ...
Imar Spaanjaars
15/02/2017 20:05:45
Last post: 20/09/2017 16:29:25
Viewstate is saved to Globalsettings
Hello dw, When editing values in management center for e.g. this page "Admin/Module/UserManagement_cpl.aspx", then values for "__VIEWSTATE" and "__VIEWSTATEGENERATOR" is added to GlobalSettings.aspx each time. Will it be possible to remove these valu ...
Anders Ebdrup
09/08/2017 10:22:59
Last post: 20/09/2017 15:25:13
Foreign key constraint for deleting an order
Hi DW, I have an issue with deleting an order by the api as we got this error: The DELETE statement conflicted with the REFERENCE constraint "DW_FK_EcomOrderLines_EcomOrders" If I look in the code we have this function: Public Shared Sub Delete(id As ...
Anders Ebdrup
23/08/2017 08:45:15
Last post: 20/09/2017 15:20:51
Traversing through 2 repositories at once
Hi Dynamicweb, I have 2 repositories : Product repository and Group repository. I would like both Products and Categories to be displayed in the search result page. How can it be done so I traverse through 2 repositories at once? Best regards, Aleksa ...
Aleksander Dobkowski
19/09/2017 13:48:18
Last post: 19/09/2017 15:19:50
Cohabit MVC in multiple websites
Hi guys, We have an customer with a lot of custom modules and websites inside a old 8.6.0.4 DW version. Can we use MVC to create a new logic for other websites without compromise the older ones? Which approach do you think that it's the best? BR, Ant ...
António Ramos
29/08/2017 18:04:42
Last post: 18/09/2017 11:50:45
No template tags in ProductTemplateExtender
Im trying to make an product template extender, which is going to manipulate the value of another template tag. public class SalesPriceProductTemplateExtender : ProductTemplateExtender { public override void ExtendTemplate(Dynamicweb.Rendering.Templa ...
Martin Grønbekk Moen
15/09/2017 11:43:59
Last post: 15/09/2017 14:20:03