Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
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
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
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
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
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
Cannot find product with GetProductsById
I'm having trouble finding the product with Products.GetProductsById with a ProductId and VariantId. I get null response back. If I use GetProductsBySQL I also get null response back, but if I use the query in MSSQL management I can find the products ...
Yung Yi Wang
20/06/2016 09:32:27
Last post: 21/06/2016 12:55:55
Query Expression Operator Update
Hi, It there a way for me to override the operator on a specific query expression? For example: The setting is Product Number - [Match Any] - [parameter_q] Based on a specific query parameter we would change [Match Any] to [Match All] How could I do  ...
Nuno Aguiar
16/06/2016 17:13:54
Last post: 17/06/2016 11:20:13
Encrypted email
Hi Dynamciweb, Using FormMailer (/Admin/Public/FormMailer.aspx) is it possible to send an encrypted email. I am aware it is not possible through HostNordic but changing SMTP, is this be possible? Best regards ...
Rasmus Andersen
16/06/2016 11:49:31
Last post: 22/06/2016 15:41:02
Caching
Hi, I use the below stuff to render som Items on solutions: var item = Dynamicweb.Content.Items.ItemManager.Storage.GetById(itemType, itemId); var template = new Dynamicweb.Rendering.Template(templatePath); var renderer = new Dynamicweb.Content.Items ...
Aki Ruuskanen
14/06/2016 09:42:26
Last post: 16/06/2016 08:56:06
Why is Server.Request not working?
Hi, I want to user Server.Request.webapid or Global.Request.webadid on this page: http://skanderborgkommune.prod.bleaudev.dk/borger/arbejde-og-ledighed/visning-af-ledige-stillinger?WebAdId=28714 but it is not working. I get this: <Server.Request.4 ...
Charlotte Mogensen
09/06/2016 11:50:30
Last post: 09/06/2016 12:07:45
Long initial loading time in Customer center
Hi Dynamicweb, We have a client who experiences very long initial loading time in the customer center and the integration customer center - do you have any clue? This is from debug=true: 07:37:49.481 Starting template.output (E:\Dynamicweb.net\Soluti ...
Anders Ebdrup
08/06/2016 23:08:16
Last post: 09/06/2016 19:04:39
Changing how Price.PriceFormated formats price
Hi guys, I was requested to change the way website is displaying Kronas. F.eks. Instead of "kr. 1 999,00" customers would like to see "kr. 1 999,-" basically turn ,00 into ,- would like to hear some suggestions/ideas on how to do this? Forgot to ment ...
Dmitrij Jazel
03/06/2016 16:15:21
Last post: 06/06/2016 13:55:28
IDatabaseConnectionProvider implementation is not used in Repositories/Index, overwriten by GlobalSettings connection string
Hi, We have implemented IDatabaseConnectionProvider class, with the intention to tell dyamicweb which connection string to use. Everyting works great, except for one place (or we have found it not to work in one place so far), which is Indexing. If I ...
Torben Bak Jensen
27/05/2016 15:07:28
Last post: 27/05/2016 15:27:12
Visual Studio Code, worth it?
After DWTC2016, I feel like giving it a shot for Visual Studio Code, not only because it looks like very nice and easy development tool. But also because more and more tutorials online are using this dev. tool for their examples. Wanted to ask you gu ...
Dmitrij Jazel
24/05/2016 11:43:16
Last post: 24/05/2016 13:10:16
How to handle facets and language
Hi, I have an multi language ecommerce using repositories running on DW 8.7.2.13. On the productlist I handle the language context with the Query expression "Language ID - Match Any - Dynamicweb.Ecommerce.Context:LanguageID" and that works as expecte ...
Kim Søjborg Pedersen
23/05/2016 15:53:10
Last post: 24/05/2016 12:14:05
Ogone error: UpdateCommand is not supported
We getting an error with a ogone payment. Ogone does a callback (see log with status 9, success status) . We getting the following error: Dynamicweb.eCommerce.Cart.CheckoutHandlers.Ogone An error with the message 'Unhandled exception with message: Dy ...
Martijn van Tongeren
20/05/2016 22:55:03
Last post: 25/05/2016 04:59:58
PAgeTemplateExtender : Empty loop
Hello, I'm trying to add a loop in the pagetemplateextender, but it doesn't seem to work. Here is my code : var productLoop = template.GetLoop("ImageBankProducts"); foreach (var product in products) { productLoop.SetTag("ProductID", product.ProductID ...
Gaetan Di Caro
12/05/2016 14:44:59
Last post: 13/05/2016 07:30:28
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
Notification Order State
In the order flows I made a new order state for failed export and filled in the notification for sending email if an export has failed. When I set an order to this state with a handler I was expecting to receive email, but I am not receiving anything ...
Yung Yi Wang
11/05/2016 11:07:36
Last post: 11/05/2016 14:43:03