Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Manual discount on last page of checkout
Hi there, I am building a custom discount provider that a Sales rep can use to enter a custom discount value and then click Add (which posts back the cart form). My provider then grabs a field from the form, converts it to a number and then adds an o ...
Imar Spaanjaars
06/09/2016 17:31:43
No replies yet
Upgrade from 8.1 to 8.8
Hi, I'am going to upgrade a custom solution from 8.1 to 8.8, which path should I go to accomplish this? Regards Ola ...
Ola Eriksson
02/09/2016 14:39:20
Last post: 06/09/2016 11:18:25
PriceProvider ignoring currency?
Hi guys, I have the following PriceProvider: public class InternationalPrices : PriceProvider { public override PriceRaw FindPrice(Product product, double quantity, string variantId, Currency currency, string unitId, Extranet user) { // Get the price ...
Imar Spaanjaars
30/08/2016 21:20:55
Last post: 31/08/2016 10:36:15
Creating Items on page with Code-first approach
Hello DynamicWeb I have been stuck trying to create a custom item type on a page using a code first approach. Basically i have created a new item and inherited from the ItemEntry and so on. and in the backoffice my new itemtype is visible (although s ...
Casper Andersen
30/08/2016 13:45:52
No replies yet
Assigning defaults to cart
Hi there, I am trying to set some defaults on a cart coming from an external system. I thought CartCreated would be a good idea, so I implemented the following: [Subscribe(eCommerce.Cart.Created)] public class AssignUserData : NotificationSubscriber  ...
Imar Spaanjaars
25/08/2016 23:40:14
Last post: 28/08/2016 15:32:37
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
add same product to a new orderline
I want to add certain same products to a new ordeline. Is there an observer where I can decide if a product is added to a new orderline? ...
Yung Yi Wang
24/08/2016 11:55:43
Last post: 25/08/2016 11:25:00
Rediret on login for user groups
Hi Dynamicweb, I have a small change request for redirecting users on login when the redirect page is set on the user group. Right now it tries to redirect to the url set on the first group from the user no matter this actually has a redirecturl; cb  ...
Anders Ebdrup
22/06/2016 17:34:25
Last post: 25/08/2016 01:30:49
RE: Public method to get Products and Variants filtered
Hi, I'm currently using Product.GetProductByID(productID, variantID) inside an orderlines loop, but I want to optimize that to a single DB call. I've checked the method Product.GetProductsByProductIDs(productsIDs) but this retrieves all products and  ...
Mario Santos
24/08/2016 13:37:31
Last post: 24/08/2016 13:49:04
Disable stock remove after checkout
Is it possible to skip/disable/catch the stock remove after checkout is done and complete? I have a manual stock removal when I add a product to the cart and after checkout is done and complete it is removing the quantity from stock again:( ...
Yung Yi Wang
22/08/2016 11:35:41
Last post: 22/08/2016 14:37:08
Add item to itemlist on user
Hi, I'm working on a solution where I've added an itemlist to users, so we can create multiple contactpersons on the user. Is it possible to add items to this itemlist when creating a new user via the API? ...
René Poulsen
17/08/2016 16:10:51
Last post: 19/08/2016 14:51:12
How to get items from nameditemlist
Hi Is it possible to retrieve all items in a nameditemlist by the API? If so how? ...
Lars Larsen
16/08/2016 16:31:10
Last post: 19/08/2016 10:09:05
Old carts and new fields/values.
Hello everyone We recently made a some changes and did some refactoring of our cart-implementation, and during that we added some new fields and values, which works just fine. We then started having some issues with some users that still had old cart ...
Jeppe Jakobsen
16/08/2016 16:01:53
Last post: 17/08/2016 10:53:53