Developer forum
Subject
Replies
Started by
Last reply
Secondary users not flushed
Hi Dynamicweb, In the latest version of Dynamicweb (8.8.1) we have an issue when saving secondary users by the api - e.g.: user.UpdateSecondaryUsers(secondaryUsers, true) Then the session is not cleared. Can you please clear the session cache when us ...
Anders Ebdrup
26/08/2016 12:21:21
No replies yet
RE: Product Attached to Group Observer
Hi everyone I need to run some code after a product has been added to a group in the eCommerce section of the admin panel. Does a sort of ProductGroupRelationObserver exists in the Dynamicweb Templates for Visual Studio? I've tried with Product- and ...
Jeppe Jakobsen
03/05/2016 10:50:53
No replies yet
Razor templates in VS2015 are giving a CS0103 intellisense error
Hi, I have a question about using Razor templates in Visual Studio 2015 and intellisense. In my project I keep getting a CS0103 error: "Error CS0103 The name 'Context' does not exist in the current context " To test this I downloaded the DefaultEmpty ...
Harald Brouwers
22/02/2016 11:40:39
No replies yet
Updating OrderLineGroupRelations
Hi Dynamicweb, To make it easier to add an OrderLineGroupRelation to new groups we a subscribing to: Dynamicweb.Notifications.eCommerce.Group.BeforeSave to add OrderLineGroupRelations to the group automatically, but we are facing an issue as all Orde ...
Anders Ebdrup
02/12/2015 21:14:59
No replies yet
Render Global Page in Email on OrderCompleted
We have a webshop where people internally in the company can order new office supply. As part of this when they choose a Mobile phone they have to enter whether they want to have an old number transferred as part of the checkout. These extra informat ...
Kasper Vesth
08/09/2015 10:40:23
No replies yet
Create Order API
Hello guys, I need to find a solution to let a third party website/application to add orders in Dynamicweb. Is there anything native that I can use? What would be the best approach if we were to custom develop this? Thanks,
Adrian ...
Adrian Ursu
07/09/2015 16:26:52
No replies yet
Discount increments existing line
Hello. While trying to reproduce an error, I came across this behaviour: - I add a product to the cart, PROD1 - I add another product to the cart, PROD2, and increase the quantity to trigger a (custom) discount that offers PROD1 with quantity 1 This ...
Marco Santos
03/09/2015 13:01:56
No replies yet
Filter values sorting order
Is it possible, by code, to change the sorting order of the filter values, without usin Razor I have tried Dynamicweb.Notifications.eCommerce.SearchFilters.BeforeRender but can’t access the values there. BR Thomas ...
Thomas Larsen
02/09/2015 23:33:04
No replies yet
StatisticsProvider: Column '' does not belong to table
See this post: http://developer.dynamicweb.com/forum.aspx?ThreadID=42729 ...
Andrey Kozachuk
31/08/2015 11:21:36
No replies yet
Kevin Steffer
30/08/2015 16:32:40
No replies yet
Missing notifier
Hi Dynamicweb, I am missing a notifier in the code section below from CartCatch.vb to be able to overrule the reservation check for specific products, so I can go with the standard functionality most of the way. ' Check stock and reserve If ProductRe ...
Anders Ebdrup
29/07/2015 19:39:03
No replies yet
RE: Reading AppSettings
Hi, I am trying to read values from the Solution's web.config file's <appSettings> but it doesn't seem to be able to do that. I can successfuly read connection Strings. Has anyone faced a similar issue before? Thanks, Yash. ...
Yasharth Tahiliani
27/07/2015 11:10:13
No replies yet
Javascript Error
I keep getting this error in my console on my web site. Uncaught TypeError: Cannot read property 'appendChild' of null in Analytics.min.js Can someone please help? Attached is the screen shot. ...
Yasharth Tahiliani
16/07/2015 11:24:18
No replies yet
Get Page Content
Hi, I am building a custom search for my site wherein I would like to get the content of pages. These are standard pages and not items. I am able to get their IDs and I was wondering how I can get the content of these pages to display a part of them ...
Yasharth Tahiliani
14/07/2015 18:16:55
No replies yet
Best practices to handle exceptions in Notification Subscribers
What should I do when I want to throw a business logic expection in the notification subscriber? The goal is to log an error in the most standard way, I don't want end-user to see any error message. Currently I call Dynamicweb.Information.Logger.LogG ...
Andrey Kozachuk
30/06/2015 11:30:45
No replies yet
Product discount provider
Hi, We need to develop a custom product discount provider. Basically is a "Buy X Get Y" at 00%/$ discount. What I am trying to achieve is how can I hide the "Products" discount option (check attach) Best Regards, Nuno Aguiar ...
Nuno Aguiar
19/05/2015 19:14:25
No replies yet
Sales Discounts + Discount Matrix
Hi, We have a question about the using Sales Discounts and the Discount Matrix at the same time. Considerations: They both work independently They have specific interfaces to mange agregated/highest/lowest ruling We've tested setting up 50% discount ...
Nuno Aguiar
28/04/2015 13:59:08
No replies yet
Linking two items in a query
Hi, I have an article-item and a tag-item. I'm querying the article-item via the following code: using (var repository = ItemManager.Storage.Open(itemtype)) { var query = new Query { OrderBy = new OrderByCollection { new OrderBy(orderby, orderByDirec ...
Peter Terkildsen
21/04/2015 15:11:33
No replies yet
Groupfilter with "@" in groupid
We have a solution where we import productgroups and there is a @ sign in the group id. And when there is a @ sign in groupid creating a groupfilter fails. At least until 8.5.1. Does anybody know if this is something that works in later versions or p ...
Aki Ruuskanen
03/03/2015 12:20:02
No replies yet
Orderline fields in Sales Discount
Hi, In Dynamicweb it is not possible (unfortnately) for the client to choose 1 out of X products for the offer. Due to a syncing integration, we cannot simply have a generic product, however by adding a reference we can do it. We noticed that updatin ...
Nuno Aguiar
19/02/2015 12:32:17
No replies yet