Developer forum
Subject
Replies
Started by
Last reply
Trigger password token
Hi, I need to set a link for a user to land on the password reset page, avoiding the user to have to click "Reset password", fill in their email address, and receive an additional email with the final link for it. How can I do that? Best Regards, Nun ...
Nuno Aguiar
10/12/2015 18:44:13
Last post: 11/12/2015 17:02:59
Unable to locate products, while adding product to assortment.
Hi everyone, Customer called and reported an issue today. Customer has 7-8 assortments settedup. Each assortment is connected to it's own Group in User management, When it comes to product connection - When editing assortment customer adds single pro ...
Dmitrij Jazel
18/11/2015 12:32:18
Last post: 09/12/2015 15:43:13
Translation via webservice call
Hi, We have a web service that we want to return translated text from, we used to call Dynamicweb.Backend.Translate.SetLanguage(culture.LCID);
return Dynamicweb.Backend.Translate.Translate(key); We tried to use var messageTemplate = new Dynamicweb.Re ...
Ola Eriksson
07/12/2015 16:04:07
Last post: 08/12/2015 15:32:14
Error saving product in custom import module
Upgrading from 8.6.0.4 to 8.7.2.1 has generated an error in a custom import module, when saving a product Dynamicweb.eCommerce.Products.Product MainProduct = Product.GetProductByID(ProductID, "", "LANG1");
if (MainProduct == null || String.IsNullOrEm ...
Thomas Larsen
06/12/2015 22:22:58
Last post: 07/12/2015 17:34:42
Adding OrderLineField to all groups
Hi Dynamicweb, I am missing an option when creating a new OrderLineField to add the OrderLineField to all groups, so the client does not need to do this manually for all current and future groups. As a result of this missing option I am trying to sub ...
Anders Ebdrup
18/11/2015 14:42:23
Last post: 07/12/2015 17:33:01
11
Subscribe
OrderTemplateExtender file download problem
Hello, I have coded an OrderTemplateExtender to dynamically generate a zip file and send it to the customer when he adds to basket (as per an image bank feature of our website). The code works very well and the zip file is generated and sent without ...
Gaetan Di Caro
07/12/2015 11:02:40
Last post: 07/12/2015 12:45:10
Writing my own Navigation Provider
Hi, I have to make some changes to the current AssortmentNavigationProvider but I am facing some issues with internal methods - e.g.: UrlProviders.Handler.Initialize() eCommerce.Products.Product.CheckShowProductSettings(product) AssortmentPermission. ...
Anders Ebdrup
25/10/2015 10:37:30
Last post: 07/12/2015 10:15:38
Get Items by page id
Hi folks, I'm struggerling to get items out of DW. The items have been created using the model first way so don't have a CLR type. They are all on one page as paragraph items and the item type system name for them is "Activity" I've tried two ways to ...
Alec Stubbs
04/11/2015 10:09:14
Last post: 04/12/2015 13:06:06
New index: sort by score
Hi Dynamicweb, Is it possible to have the results from the new index sorted by score? I need to sort my documents by score as the third option. Best regards, Anders ...
Anders Ebdrup
12/11/2015 12:10:55
Last post: 03/12/2015 11:11:34
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
strange behavior on template.output()
Hi guys, I'm having a strange behavior on a custom module, it takes forever for the page to render. The GetContent() method is not the problem, it returns quickly. Using debug=True I found the info below. What does MEM means? 10:31:13.115 After globa ...
Ivo Rodrigues
24/11/2015 15:13:33
Last post: 01/12/2015 15:26:06
RE: .NET 4.6 error
Hi DW, I've updated my VS Professional from 2013 -> 2015, at first everything was fine. I then wanted to use the new string interpolation in C# 6 as this was a cleaner solution then string.Format(). Because of this I had to set the target framewor ...
Rasmus Andersen
30/11/2015 11:17:16
Last post: 30/11/2015 13:13:11
EcomProductCategory table is in an unknown state
Hi everyone, Just got an application error while trying to install wrap application. Full error text: EcomProductCategory table is in an unknown state. Table contains 2 rows but should be empty. This problem can be solved by dropping the table and ru ...
Dmitrij Jazel
29/11/2015 19:35:03
Last post: 30/11/2015 09:11:03
Adding product to the cart programmatically
Hi there, I have the following code to add a product to the cart: private static void CreateOrderLine(Product product, double quantity, double price)
{
var order = Context.Cart; if (product == null) { return; } var ol = new OrderLine { Product = prod ...
Imar Spaanjaars
13/06/2014 15:25:08
Last post: 28/11/2015 15:30:47
22
Subscribe
Razor in ForgotPasswordTemplate
Hi Dynamicweb, We are having some trouble sending out html mails for ForgotPassword as we are using razor-templates. Will it be possible to define the IsBodyHtml as a hidden input field or change the check below to test if the template name ends with ...
Anders Ebdrup
25/11/2015 12:25:15
Last post: 25/11/2015 13:56:18
Concurrency issue in checkout handler?
Hi Dynamicweb, I can see some special handling for concurrency in the DIBS checkout provider. What does it do and which problems does it solve? I am seeking for an answer as we may see some concurrency problems with the ePay checkout provider and we ...
Anders Ebdrup
21/10/2015 22:49:51
Last post: 25/11/2015 13:39:00
11
Subscribe
Handler with URL parameter bans IP
Hi, We are creating a handler to create some temporary files on a solution. We create the files outside of the DW filearchive. The handler is placed in application/handlers/handler.ashx. When we call the handler with an url parameter our IP gets bann ...
René Poulsen
24/11/2015 15:15:35
Last post: 25/11/2015 13:35:15
Dibs payment window language
Hej Guys, I wanted to know if anyone knows how to change dibs payment window language? At the moment it is English, and in DW payment method there is no way to change the language. Any suggestions on this one? ...
Dmitrij Jazel
11/09/2014 09:51:39
Last post: 25/11/2015 12:49:41
Microsoft Optimization Framework into Dynamicweb. 404 Error.
Hi everyone. I'm trying to implement bundling and minification (http://www.asp.net/mvc/overview/performance/bundling-and-minification), in a dynamicweb custom application. So far i've done as you would usually do, by adding the Microsoft Asp.Net Web ...
Jeppe Jakobsen
18/11/2015 12:24:22
Last post: 18/11/2015 19:00:06
Set user session as loged in
Hi! We have made a script that checks an API if the user is a paying member, and if the user is valid, we create the user on the fly in the database ( AccessUser )
But the problem our developer has, is how to set the user as loged in via our custom . ...
Tom-Erik Paulsen
13/11/2015 10:32:06
Last post: 17/11/2015 15:18:15