Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Add Orderline programatically - Exception at get_RewardPoints()
Using the following code in an ASHX handler: var line = new OrderLine(); line.Product = null; line.ProductName = "Modul test."; line.ProductNumber = "0001"; line.ProductID = "0"; line.SetUnitPrice(100); line.SetOrderLineType(OrderLine.OrderLineType.F ...
Jonas Mersholm
21/01/2016 09:59:40
Last post: 16/02/2016 13:19:13
Selected facet - affects performance
Hi Everyone, We have a solution here that has 699103 products. on Custom application. 8.8.0.0 And we are using new indexing - with no facet groups attached - no problem so far. Index is rendering all products, nicely so far. We also created a separat ...
Dmitrij Jazel
12/02/2016 11:42:55
Last post: 15/02/2016 10:18:36
Live Integration - Improve Performance
Hello all, I'm using the Live Integration project in a website, to export orders when finished, synch user information, get user specific prices... Some features were custom developed by me. What happens is that in my local solution, when I finish a  ...
Gonçalo Assunção
14/12/2015 19:11:21
Last post: 12/02/2016 13:08:35
Add multiple addresses to a user by API
Hi everyone, How can I add multiple addresses to a user by the API? ...
Ricardo Pereira
05/02/2016 17:03:57
Last post: 11/02/2016 13:37:34
PageLoad event - affects Admin
Hi guys, I recently implemented a PageLoad event, with some logic that affects Front-end in my event. Got into situation that changes are applyed to whomever is in Admin, and attempts to see paragraph or do whatever in backend. Question: Can I someho ...
Dmitrij Jazel
11/02/2016 11:10:01
Last post: 11/02/2016 11:22:53
Current website language in API
Hi everyone, This should be quite easy. Need to know what is the way of getting the Language that website is currently using. Thought it was in here: Dynamicweb.Frontend.PageView.Current().Area. But appearently it was not. Tons of suggestions how to  ...
Dmitrij Jazel
06/01/2016 16:53:08
Last post: 10/02/2016 15:09:10
Get Facet Boost value in Front-end
Hi Guys, we have new index setted-up, and some fields with Boost value. When Looping through "Facets" loop, Have this template tags. But none of them refers to Boost, does it? Facets (1) Index Tag Length of value Value (First 100 chars) 0 <!--@Fac ...
Dmitrij Jazel
04/01/2016 12:23:39
Last post: 08/02/2016 13:40:13