Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Notifier for Anonymous Assortment
Hi Dynamicweb, We are working on a solution where we want to control the available products by setting a matching assortment, but we have an issue as we only have this AssortmentsCalculateUserAssortments-notifier and are missing a notifier when selec ...
Anders Ebdrup
27/09/2016 16:40:10
Last post: 05/10/2016 09:55:35
Product price in product catalog and in product details
Hi guys, The way how DW prepares prices for a single product while in Product list - is different from the way how the same price is prepared for the same product while in Product details page. This is related with caching (looks like it) and it look ...
Dmitrij Jazel
04/10/2016 11:23:52
Last post: 04/10/2016 19:57:24
Discount Matrix issue
I have a problem getting a discount throught the API. I created an Orderline Discount (Exclusive) in the Discount Matrix which works fine when going through razor and loopitems. But when i use Dynamicweb.eCommerce.Products.Product object i have no ac ...
Keld Gøtterup
29/09/2016 09:47:07
Last post: 04/10/2016 14:11:20
Setting for Item Synchronization
Hi, I'm curious about where the setting for Item Synchronization is saved? http://screencast.com/t/RU8fAJ6Dexq Regards / Aki ...
Aki Ruuskanen
04/10/2016 09:52:53
Last post: 04/10/2016 10:13:17
Handling external dependencies
Hi there, I have a custom Dynamicweb application that uses an external component. That component relies on Newtonsoft.Json version 7.x while Dynamicweb ships with version 6. This causes some issues when recompiling and/or upgrading the application as ...
Imar Spaanjaars
05/07/2016 13:44:52
Last post: 03/10/2016 13:48:23
Packages and themes
Are there any examples, videos and tutorials related to the new module/package system in DW9? ...
Martin Grønbekk Moen
01/10/2016 10:25:35
Last post: 03/10/2016 11:19:48
Problem when getting favorites list
Hi guys, In the project that I'm working, we need to populate a select with all the favorites lists which were created by the logged user. I'm using this code to get that list. <select> @foreach(var listType in GetLoop("CustomerCenter.ListTypes ...
Rui Silva
06/09/2016 16:55:12
Last post: 30/09/2016 16:43:36
Website Settings item data being dropped
Hi all, Me and my fellow colleagues have come across a rather weird (read annoying) error when being multiple people working on the same project and by that the same database across environments. The issue is, that our website settings items seems to ...
Mikkel Toustrup Olsen
01/09/2016 13:52:11
Last post: 28/09/2016 15:51:20
Dynamicweb.eCommerce.Prices.PriceInfoCurrencyException: Attempt to aritmatic with two prices of different currency at Dynamicweb.eCommerce.Prices.PriceInfo.Add
Hi Everybody, Having problem with webshop that uses many currencies. Site has one default currency - that is euro. But in API, in the "PageLoaded" notification subscriber - currency is set to something else for users with some specific IPs. Any ideas ...
Dmitrij Jazel
13/09/2016 15:07:37
Last post: 27/09/2016 22:22:37
Translate function in order state notification
Is it possible to use the translate function in a template of an order state notification? ...
Yung Yi Wong
27/09/2016 14:48:58
Last post: 27/09/2016 15:56:50
Same cart for multiple users
Hi, Has anyone implemented possibility for several users (from for example same Company) to share a cart. Example: User A from company C logs in and adds stuff to cart and logs out. User B from company C logs and sees the same cart as user A and can  ...
Aki Ruuskanen
23/09/2016 10:21:41
Last post: 26/09/2016 16:32:26
EcomUpdator issue.
Hello Dynamicweb During project development we ran into a issue with the "add product to group" feature in the admin panel. It would throw a timeout-exception when searching for products, since our solution contains an huge amount. To solve this we h ...
Jeppe Jakobsen
21/09/2016 11:31:03
Last post: 26/09/2016 15:24:10
Dynamicweb.eCommerce.Common.Context.Cart not available after recycle
Hi there, Inside a subscriber CheckoutDoneOrderIsComplete I am trying to access Dynamicweb.eCommerce.Common.Context.Cart. I noticed that sometimes this returns null; for example when viewing the cart page, recycling IIS and then completing the checko ...
Imar Spaanjaars
16/09/2016 11:08:55
Last post: 16/09/2016 14:04:09
Statistics Provider Documentation
Hello I'm having trouble finding any documentation on Statistic Providers, where can i find this (assuming it exists)? ...
Anders Ditlevsen
16/09/2016 09:37:32
Last post: 16/09/2016 14:00:54
ExtranetLogin randomly getting logged out
Hi. After using the API call (Dynamicweb.Security ExtranetLogin(string, string)) to log in, some users get logged out at random times. We are using a custom notification subscriber that logs the browser into a special account if the parameters are co ...
Henning Jensen
13/09/2016 15:22:22
Last post: 15/09/2016 14:26:44
Overriding ProductField ID
Hi Dynamicweb, Can it be possible to override the ID when creating a ProductField by the api? Because when making integrated solutions we need to know the id of the field. So in the Else-section of "Save(ByVal fieldIdStr As String)" If objDataset.Tab ...
Anders Ebdrup
09/05/2016 12:27:08
Last post: 15/09/2016 11:17:47
Ignore specific routes
Hi there, I am building a custom minifier and bundler using less and need Dynamicweb to skip certain paths. I currently have the following in my Global.asax: if (string.IsNullOrEmpty(Request.AppRelativeCurrentExecutionFilePath) || !Request.AppRelativ ...
Imar Spaanjaars
13/09/2016 15:01:38
Last post: 13/09/2016 17:15:33
CodeFirst items inheritance
Hello Dynamicweb At the moment i am playing around with creating items with a codefirst approach. With this i'm having a couple of issues. 1. I store my items inside the Content folder and my code for that looks like this [Category("Content")] which  ...
Casper Andersen
09/09/2016 10:43:48
No replies yet
Where can I find files for version 8.8.1.6
I canĀ“t find this version anywhere in downloads. Where can i find it? ...
Hans Ravnsfjall
08/09/2016 13:03:15
Last post: 08/09/2016 14:23:21
Access to the current Cart context
Hi Dynamicweb, In our solution we rely on a lot of information on the current cart which depends on the OrderContext, but we have an issue getting access to the different carts based on the OrderContext. The only way to get access to the ordercontext ...
Anders Ebdrup
15/08/2016 13:10:13
Last post: 08/09/2016 09:54:00