Developer forum
Subject
Replies
Started by
Last reply
Template extenders not executed
Hi I have a solution where my template extenders are not executed. Normally you would see that template extenders are being applied when you run the page with "debug=true" in the querystring. But I don't see any of my template extenders being applied ...
Lars Larsen
07/10/2016 10:57:41
Last post: 07/10/2016 11:17:22
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
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
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
Creating alternative href links for multiple sites/language layers
Hi, we have a website in such setup - .DK site (DA language) - .NET site (EN, DE) We have product categories per shop, and we have products which are tied to groups (same products are tied to multiple shops through groups. Products are translated in ...
Torben Bak Jensen
27/09/2016 09:17:50
Last post: 23/01/2017 11:50:42
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
New email subscriber registered, cannot create new user with same email/username.
Hi Guys, When user subscribes to newsletter. New user is created with random password, and placed into Newsletter user group. - all ok here. There are 2 seperate user groups. One is Newsletter subscribers only, another one is Extranet/Website users. ...
Dmitrij Jazel
21/09/2016 12:17:58
Last post: 03/09/2019 17:28:00
16
Subscribe
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
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
14
Subscribe
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
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
Reduction af database calls
Hi Dynamicweb, We have a solution with many order contexts and we experiende a lot of activity between Dynamicweb and the database. If the order id is not set it would be great not to try to get a nonexisting order. DECLARE @OrderID NVARCHAR(4000) = ...
Anders Ebdrup
26/08/2016 08:59:01
Last post: 02/11/2016 14:20:55
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
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
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
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