Developer forum
Subject
Replies
Started by
Last reply
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
Problem when importing assortments
Hi Dynamicweb, We have a problem when importing what seems like a special number of assortments where we get this in the log: Mon, 09 Nov 2015 13:39:34 Starting import to temporary table for EcomAssortmentGroupRelations. Mon, 09 Nov 2015 13:41:40 Imp ...
Anders Ebdrup
09/11/2015 13:45:36
Last post: 16/11/2015 20:05:07
Issue with custom recipientprovider
Hi Dynamicweb, I have an issue with a custom recipient provider due to this check: LogEvent(_message, "Verifying Quarantine Period of {0} minutes.", _message.QuarantinePeriod) Dim now = DateTime.Now Dim quarantinePeriod = _message.QuarantinePeriod Di ...
Anders Ebdrup
15/11/2015 00:30:24
Last post: 16/11/2015 20:03:21
New Index paragraph settings
Hi guys, We're using the new indexer for our searches and I've noticed that the settings for the QueryPublisher module on a paragraph are system specific. For example, if I save a custom paragraph with the QueryPublisher module the following settings ...
Tom Kamphuis
26/10/2015 11:04:17
Last post: 12/11/2015 09:23:38
12
Subscribe
Cart drops after 15 minutes?
Hi Guys, One of our customers called, and said that shopping cart becomes empty, when they are comming back from the break. 1) Customer adds products to cart. 2) just before finishing checkout - they are having break, or telephone call. 15-20 minutes ...
Dmitrij Jazel
04/11/2015 20:21:12
Last post: 11/11/2015 14:28:16
ExtranetLogin error in ASHX file
I have created one hanler "autologin.ashx". In the handler i need extranet login. For that i have used the following code. Dynamicweb.Modules.UserManagement.User user = Dynamicweb.Modules.UserManagement.User.Authenticate("FRANKMARCKSCHEFFEL@FBAUFZUEG ...
Erik Pettersson
11/11/2015 05:30:04
Last post: 11/11/2015 11:48:42