Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
RE: scheduled task how to's
Hi, I am having a hard time finding a guide on how to's on the scheduled task runner. What I need is the ability to run a method on certain times of the day. The ideal way, would be a flat .cshtml file where I import data into dynamicweb db. Any docu ...
Jan Sangill
08/02/2015 21:07:51
Last post: 13/02/2015 21:29:14
Notification Subscriber [UserSaved] OnNotify method runs 2 times when a user is created via a form in frontend
I have a problem with my [UserSaved] notification subscriber is exceuted two times every time a user signs up on a page in the frontend. I can't seem to figure out why this notification subscriber is exceuted two times - I would only expect it to run ...
Lars Mathiesen
10/02/2015 16:17:13
Last post: 11/02/2015 13:08:32
Global paragraph with module aren't rendered
Hi, We trying to upgrade a client from DW 19.2.5.2 to 8.5.1.12 with an old layout structure. After the upgrade the global paragraph with a module aren't rendered anymore. When we add a DwTemplateTags to the paragraph only the templatetags are rendere ...
Richard Briefjes
10/02/2015 17:31:47
No replies yet
Newsletter v3 new subscription
Hi I have developed an Event signup custom module for a customer. The customer has now requested that when somebody signups for one of severel events that they also can subscribe to their newsletter. So far i have figuered out how to get all Newslett ...
Kevin Krämer
05/02/2015 10:58:07
Last post: 09/02/2015 06:25:56
Currency format
Hi! I have a question about how to format a value to a currency. I have tried this: var dwCurrency = new Dynamicweb.eCommerce.International.Currency("DKK"); template.SetTag("SmartPage:OrderLastYear.Total", dwCurrency.Format(1958.5 ...
Anders Ebdrup
12/06/2013 13:25:51
Last post: 06/02/2015 12:58:25
NavigationProvider not firing on 8.5
Hi there, I have a project running on 8.4.19 that has a NavigationProvider that adds products to the menu. I upgraded the site to 8.5.1.13 and then the NavigationProvider is no longer called. As soon as I downgrade to 8.4 the provider starts working  ...
Imar Spaanjaars
30/01/2015 11:44:38
Last post: 05/02/2015 15:48:42
Two editors in the same page
Hello. I have a page used for the configuration of a custom module and in it I have de following: <dw:GroupBox ID="boxDescription" runat="server" DoTranslation="False" Title="Description"> <table class="formTwoColumnsTable"> <tr> &l ...
Marco Santos
27/01/2015 19:39:45
Last post: 05/02/2015 15:13:20
Remove unsubscribe link
Hi all, How can I remove the unsubscribe link from a mail sent by the email marketing module? I have implemented a notify module when a product is on stock, and then it doesn't make much sense to include a unsubscribe link as it it not a newsletter,  ...
Anders Ebdrup
04/02/2015 21:24:18
Last post: 05/02/2015 08:59:39
Default Value in TextParameterEditor
Anyone know if it is possible to code a default value in a Text Edit? Like: < AddInParameterGroup("Mail configuration"), AddInParameter("MailFormSaveProvider.Subject"), AddInLabel("Subject"), AddInParameterEditor(GetType(Editors.TextParameterEdito ...
George Nelzo Pereira
27/01/2015 13:23:49
Last post: 03/02/2015 23:30:30
RE: SearchEngineFriendlyURLs.GetFriendlyUrl and items
Hi, When using items, and the type link, you get the link as this "default.aspx?id=X" Since I dont want to show links like this. Not good for SEO etc, I am using: SearchEngineFriendlyURLs.GetFriendlyUrl Any setbacks performance wise on using this on  ...
Jan Sangill
30/01/2015 09:00:25
Last post: 03/02/2015 08:12:38
SQL Server 2012
Hi, Does anyone know if there are any issues running DW on SQL Server 2012? Regards / Aki ...
Aki Ruuskanen
15/06/2012 14:37:28
Last post: 02/02/2015 13:21:05
Custom description on ItemEntry using Code First
Hi there, How do you provide a custom description (and name) for an ItemEntry when using Code First? Is there an attribute I need to apply to the class? I tried a few but none seemed to work. Or do you have to go into Management Center and set the na ...
Imar Spaanjaars
16/05/2013 14:54:17
Last post: 02/02/2015 11:22:39
Capturing through the API
Hi there, Is it possible to capture orders through the API? We have a site with many orders and the finance department would like to automate capturing through Dynamicweb. We can handle the selection of orders that need to be captured just fine, but  ...
Imar Spaanjaars
28/01/2015 10:03:09
Last post: 29/01/2015 11:10:47
Category values in variants
Hello. I have a OrderIsPassedToCheckoutHandler in which I am checking for category values for the products in the order lines, like so: foreach (var orderLine in currentOrder.OrderLines) { var restrictedStatesForProduct = orderLine.Product.GetCategor ...
Marco Santos
15/01/2015 17:03:57
Last post: 29/01/2015 10:18:18
paragraph module settings with dw:Editor not saved
I am trying to add dw:Editor to the paragraph settings of a module. Fields like dw:filemanager and input are saved but the dw:Editor is not. Is there something additional i need to do for the dw:Editor to save. I have added the ID to the Module setti ...
Remi Muller
27/08/2014 15:15:33
Last post: 26/01/2015 06:12:36
Loop through all Root pages of Area?
Hej guys, Can I somehow loop through all the root pages in the area, or atleast get their IDs in Razor? I foud: Pageview.Area.Values["pagearray"] here: https://github.com/dynamicweb/razor/wiki/Pageview.Area.Values But am not sure if I could pull the  ...
Dmitrij Jazel
23/01/2015 09:51:25
Last post: 23/01/2015 11:27:59
All Cart Commands (CartCmd)
Is it possible to get a list of all cart commands? ...
Bo Møller
15/09/2011 15:23:44
Last post: 23/01/2015 10:31:50
File meta data thru api
I have product detail razor template. Is it possible to read the file meta data through the DW api? Templatetags is not exposing the meta data fields for "Details - Images/Links" for a product. ...
Remi Muller
22/01/2015 12:51:46
Last post: 22/01/2015 16:41:58
Cached price in cart
How can I force a recalculation of the cached prise in the cart? I have tried Dynamicweb.eCommerce.Common.Context.Cart.ClearCachedPrices() without any luck ...
Thomas Larsen
21/01/2015 19:55:33
Last post: 22/01/2015 09:27:35
"Forgot password" question
Hej guys, We are using Forgot password feature same as instructed here: http://developer.dynamicweb.com/forum/templates/login-forgot-password-function.aspx We noticed that somtimes. if user checks "forgot password" and requests his email, new random  ...
Dmitrij Jazel
16/01/2015 13:32:34
Last post: 18/01/2015 21:32:06