Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
dw:UserSelector
Hi I'am trying to use the dw:UserSelector in a custom module. But I' can't figure out how to capture the values from the user, back end when saving in Admin. Is it possible to use the dw:UserSelector in a scenario like this? Regards Ola ...
Ola Eriksson
12/05/2016 08:25:40
Last post: 16/08/2016 14:12:34
Downloading older versions of DW
Hi guys, Came across an issue. I need to download application 8.8.0.9 But it is not available for download in the downloads section. /Dmitrij ...
Dmitrij Jazel
08/08/2016 13:57:11
Last post: 10/08/2016 20:07:26
GlobalSettings file turns empty?
Hello, On a solution of ours I've experienced that the GlobalSettings file of said solution turns empty and causes the site to crash.. Luckily it's not a live site, however I have no idea what could cause the file to just go blank / empty? Any sugges ...
Mikkel Toustrup Olsen
10/08/2016 10:28:43
Last post: 10/08/2016 12:16:50
Reset password - with impersonation
Hi, I want to "Reset Password" for the secondary user without stopping impersonation - how do I do that? We have a few scenarios where we are using impersonation like this: I login as "Nuno" "Nuno" (auto) impersonates "Store A" The concept is that "N ...
Nuno Aguiar
29/07/2016 13:03:20
Last post: 09/08/2016 10:23:36
Size of Statv2SessionExtranetUserID
Hi Dynamicweb, We have experienced a problem with the field: Statv2SessionExtranetUserID in Statv2Session which is defined as a smallint, but the AccessUserID in AccessUser is an int. Can the field: Statv2SessionExtranetUserID also be converted to an ...
Anders Ebdrup
07/08/2016 19:57:32
Last post: 08/08/2016 20:42:18
Country is not set by Dynamicweb
Hi Dynamicweb, Can you please set the country on the order from the user in this method: SetUserDetailsOnOrder? Best regards, Anders ...
Anders Ebdrup
08/08/2016 18:30:40
Last post: 08/08/2016 20:33:11
Setting up the local DW development environment around Visual Studio correctly?
Hello, I have tried to get my mind around the following and can't really get any ideas on a best-practice method for this. Prior to my development within Dynamicweb, I used to have my own local environment in Visual Studio, connected to my IIS and wi ...
Mikkel Toustrup Olsen
05/03/2014 09:46:54
Last post: 25/07/2016 08:34:35