Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
RMA notifications
Is there any way to get notification for the Close event of a RMA ? I need to develop a custom e-mail for a variable list of recipients when a RMA is closed. Thanks, Rui Silva ...
Rui Silva
10/03/2016 10:33:04
Last post: 10/03/2016 11:30:24
Add group to the list of my impersonate users
Is there anyway in DW API to add a group to the impressonate list of an user ? Best, Rui Silva ...
Rui Silva
07/03/2016 13:44:57
Last post: 07/03/2016 15:15:47
Forgotten password smtp error
Hi. I have set up a paragraph with the Extranet/Intranet (Extended) module to use as a login page. Its using all the standard templates for the module and a nolayout page tamplate. When i try to get it to send an email with a password reset link im g ...
Henning Jensen
07/03/2016 11:41:37
Last post: 07/03/2016 12:16:14
Error importing AccessUserSecondaryUserRelations
Hi Dynamicweb, We have some problems importing secondary user relations with the new feature in the UserProvider - we get this error: Cannot perform '=' operation on System.Int32 and System.String. It is caused in this line of code: http://screencast ...
Anders Ebdrup
16/02/2016 09:34:50
Last post: 04/03/2016 15:52:20
Missing tags in default address
Hi Dynamicweb, In the checkout we are missing some tags for the default address from the user; we are missing Company and Email, which are available when creating new addresses for a user. Best regards, Anders ...
Anders Ebdrup
04/03/2016 13:16:42
Last post: 04/03/2016 15:41:30
Parameter 'idList' contains no IDs - in assortments
Just started getting this error here: Parameter 'idList' contains no IDs Happens when customer logs in to /Admin and goes to Ecommerce > Assortments > Finds assortment > Edit assortment Than as soon as he clicks on Attached products getting  ...
Dmitrij Jazel
03/03/2016 10:33:07
Last post: 04/03/2016 08:45:40
GetImage.ashx how it wokrs?
Hi everyone, We had a discussion about GetImage.ashx how it works and how it manages to parce images. When it parses an image - does it create a "thumbnail" image automatically, so it does not needs to parse it again, but just return it at once. Or 2 ...
Dmitrij Jazel
03/03/2016 08:35:01
Last post: 03/03/2016 15:06:52
Priceprovider FindPrice and Order.BeforePriceCalculation
What notification can I use, if I want to prepare the prices on products that exist in the current cart, before my custom PriceProvider FindPrice is called? I have tried with Dynamicweb.Notifications.eCommerce.Order.BeforePriceCalculation, but this i ...
Thomas Larsen
02/03/2016 18:23:43
Last post: 03/03/2016 09:00:48
Index query expression macro
Is it possible with custom code to add your own expression macros? BR Thomas ...
Thomas Larsen
29/02/2016 18:25:25
Last post: 01/03/2016 17:26:51
Global Area settings Item type question
Hi Guys, Currently Area settings Item tipe does a good job of storing data, related to each of the Areas seperately, and that is OK. But what if I need a simmilar functionality, with only difference that they are managed at one place. F.Eks. If I hav ...
Dmitrij Jazel
01/03/2016 10:48:22
Last post: 01/03/2016 13:02:30
Pagesize in Data list module
Hi, Does anyone knows how to change page size in the Data List module results using a querie string parameter. Best, Rui Silva ...
Rui Silva
01/03/2016 12:43:33
Last post: 01/03/2016 12:57:02
Changing payment method via API
Hi Guys, I am trying to change Payment method in API. Tried: [Subscribe(Dynamicweb.Notifications.Standard.Page.Loaded)] public class PageLoaded : NotificationSubscriber { public override void OnNotify(string notification, Dynamicweb.Extensibility.Not ...
Dmitrij Jazel
29/02/2016 10:51:22
Last post: 29/02/2016 14:50:29
Guidance for custom AddressValidatorProvider
Hi there, I am building my own AddressValidatorProvider against a public service. I looked at the Avalara implementation to get some inspiration, but still could use some guidance. For example, how do I use order.AddressValidatorResults? Since it's a ...
Imar Spaanjaars
21/02/2016 23:28:29
Last post: 28/02/2016 14:28:05
Setting default in configurable add-in
Hi there, How do you set defaults for properties of a configurable add-in? I tried setting them in the constructor of an AddressValidatorProvider like this: public MyAddressValidatorProvider() { ApiUrl = "http://my.url"; } But then the user defined v ...
Imar Spaanjaars
22/02/2016 10:11:54
Last post: 22/02/2016 15:29:08
Razor templates in VS2015 are giving a CS0103 intellisense error
Hi, I have a question about using Razor templates in Visual Studio 2015 and intellisense. In my project I keep getting a CS0103 error: "Error CS0103 The name 'Context' does not exist in the current context " To test this I downloaded the DefaultEmpty ...
Harald Brouwers
22/02/2016 11:40:39
No replies yet
Rebuild new index for repositories programmatically
Hello We have updated our site to use the new repositories for our search index and filters. We have a custom import running, and in the end of that we want to rebuild the search index. For the "old" index we could do this: IndexManager.Current.Updat ...
Kasper Vesth
19/02/2016 10:18:50
Last post: 19/02/2016 10:46:00
ICEPAY checkouthandler - anyone?
Hi, We got a customer request for a DW checkouthandler for ICEPAY payment provider (https://icepay.com/) - more specifically, they want to provide iDEAL payment for their Dutch customers. Does anyone already made a checkouthandler for ICEPAY? Allan,  ...
Allan Iversen
18/02/2016 10:12:33
Last post: 19/02/2016 08:05:41
MVC application in Dynamicweb
Hi, I have a MVC application and I want to include it inside a Dynamicweb website. My requirements are: I cannot change Dynamicweb's web.config I cannot change Dynamicweb's global.asax I cannot recompile Dynamicweb assemlies I can create custom modul ...
Nuno Aguiar
18/02/2016 14:12:23
Last post: 18/02/2016 15:54:54
Change window size for browsing external media databases
Hi We have developed a MediaBrowserProvider that gives the editor the ability to select medias from the Media Organizer from Unik Pine Tree. The window that opens when clicked is opened in 800 x 600px frame. We would like it to be opened as 1024 x 76 ...
Allan Iversen
04/02/2016 14:49:37
Last post: 17/02/2016 11:41:33
LogToFile.Log and threading
Hello, I'm having some trouble with LogToFile.Log since I upgraded to 8.8. I have a custom module in which I execute some code. In this code I use tasks. Outside of a task I can log fine, no problem. However if I do that : Task taskB = Task.Factory.S ...
Gaetan Di Caro
16/02/2016 07:54:11
Last post: 16/02/2016 16:18:57