Developer forum
Subject
Replies
Started by
Last reply
Avoid double discount and discountexternder question
Hi, I have a customer who have this setup: 1) Prices imported for dealers. When logged in they may have a price added via prices on a product where the price and customernumber fits 2) Discounts added for special campaigns via product discounts What ...
Jan Sangill
26/01/2021 10:00:27
Last post: 01/02/2021 12:52:07
Enabling WebAPI in 9.10.x
Hello, I'm trying to use the new headless WebAPI, but I'm not sure where to get started. The release notes (http://doc.dynamicweb.com/downloads/releases/release-notes/dw-9-10-release-notes) mention that it's self documenting at yourwebsite.com/dwapi/ ...
Scott Forsyth
30/01/2021 21:53:14
Last post: 31/01/2021 20:53:22
Render on ProductFieldTypeProvider has changed
I am upgrading an app to 9.10 and have an issue updating code that uses ProductFieldTypeProvider. In the previous version, the code looked as follows; protected override Control Render(string id, bool enabled, string value, bool hasError, List<Dyn ...
Imar Spaanjaars
28/01/2021 22:40:19
Last post: 29/01/2021 09:44:22
Finding IContext / IRequest
Hi there, Upgrading a site to 9.10, I am trying to replace this code: li.RetrievePDF(System.Web.HttpContext.Current.Response, System.Web.HttpContext.Current.Response); What are the new equivalents of this? The release notes say this is going to be an ...
Imar Spaanjaars
28/01/2021 21:21:15
Last post: 28/01/2021 22:34:36
Custom FieldTypeProvider
Hi guys, I am trying to optimize the way we allow the admin to document products and I am considering development of a custom FieldType. The problem I want to solve is to avoid defining unnecessary fields if they are not used in comparing or filterin ...
Adrian Ursu
26/01/2021 15:31:30
No replies yet
Code first Item tab example
Hey I am looking for an example for using an item tab in the code first approach. I found the following: https://doc.dynamicweb.com/api/html/770aa35e-0b4b-50ee-74b7-1a8b855939ba.htm https://doc.dynamicweb.com/forum/cms-standard-features/cms-standard- ...
Claus Kølbæk
07/12/2020 13:26:30
Last post: 21/01/2021 09:00:47
10
Subscribe
How to Debug Razor code in templates?
Hi DynamicWeb, Is there a way to Debug Razor code in templates? I tried to Attach to proccess (w3wp) but with no success (this was working for template extenders). Thanks, ...
Davor Zlotrg
11/07/2014 16:17:37
Last post: 15/01/2021 16:04:09
Secure WebAPI with OAuth
Are there examples on how to secure the WebApi with OAuth? Thinking of adding Okta to one api, in order to secure it, but then I need to do changed in Startup.cs. Can that be extended, or are there other solutions to this? https://developer.okta.com/ ...
Martin Grønbekk Moen
28/12/2020 01:31:55
Last post: 14/01/2021 23:24:52
Add orderline using API
Hi In the notification "BeforeRenderingNewStep" I need to add an orderline to the cart. The orderline must be with an existing product but the price of the product is variable and must therefore be set for the added orderline. I have tried a lot of d ...
Lars Larsen
12/01/2021 09:54:25
Last post: 13/01/2021 12:44:27
Extending ValidateOrder(settings As ModuleSettings, order As Order)
Hi Dynamicweb, We need to make some custom validation on the orders. Will it be possible to hook into the validation rutine in: ValidateOrder(settings As ModuleSettings, order As Order), so we can add our custom validations and errors to the list? Be ...
Anders Ebdrup
11/04/2019 17:51:41
Last post: 11/01/2021 18:56:39
16
Subscribe
Deploy changes to demo site
Hello. Can I deploy any custom changes to my demo site? I want to configure CD, and use my demo site like production page. ...
Pavlo Rishko
03/11/2020 16:57:50
Last post: 11/01/2021 15:41:07
Method AuthenticateRequestArgs.get_Application() not found with DW 9.9.6
Hello: I had a web page that use a custom WebApi by following the next post: https://doc.dynamicweb.com/forum/dynamicweb-9-0-upgrade-issues/dynamicweb-9-0-upgrade-issues/using-webapi-with-attribute-routing-in-dw-9 Before update DW to 9.9.6 all works ...
Jose Caudevilla
04/01/2021 16:21:03
Last post: 05/01/2021 09:30:41
Check if inside DW context?
Hi, I'm sharing some of my code between DW and non-DW projects. Is there a proper way to check programmatically if I am inside a DW context? Everything I've tried to use in the Dynamicweb libraries throws null references. I know I could put up try-ca ...
Kasper Laursen
04/01/2021 10:22:22
Last post: 04/01/2021 13:12:47
Bug in new user registration when cart has items
i am getting bug on new user register when items in the cart. at Dynamicweb.Ecommerce.Cart.CartSession.Add(String key, Object value) at Dynamicweb.Ecommerce.Common.Context.SetCart(Order cart, User user, OrderContext orderContext) at Dynamicweb.Ecomme ...
Shiwanka Chathuranga
21/12/2020 17:33:33
Last post: 23/12/2020 11:11:25
14
Subscribe
Query with sort order throwing IndexOutOfBounds
I am having an issue with the below code. The code throws the following exception: System.IndexOutOfRangeException: Index was outside the bounds of the array. at Lucene.Net.Search.AnonymousClassLongParser1.ParseLong(String val) at Lucene.Net.Search.F ...
Kasper Laursen
22/12/2020 11:57:20
Last post: 22/12/2020 13:12:52
Reading from an index?
This seems like a very trivial question, but I have been unable to figure out how to perform even the simplest of queries against an index using code. The simplest of pointers or any link to documentation on this would be much appreciated. Best Regar ...
Kasper Laursen
22/12/2020 08:17:08
Last post: 22/12/2020 09:58:32
Redirect URLs that contain multiple forward slashes and/or uppercase letters
Hi, Is there an easy way to avoid multiple forward slashes in DW 9 URLs? For example http://example.com//test and http://example.com//////////test should both redirect to http://example.com/test for SEO purposes to avoid duplicate content. And while ...
Roald Haahr
21/12/2020 10:51:25
Last post: 21/12/2020 15:31:49
Scheduled task Method options?
Hi, I am in need of creating a scheduled task and have looked through the documentation for this. I will probaly build an addin for this, but wanted to properly understand my options. I have the following questions: What are my options with the Metho ...
Kasper Laursen
18/12/2020 15:43:06
No replies yet
Improvement of creating user in checkout
Dear Dynamicweb, We have some suggestions to the handling of user creation in the checkout. First is will be great if you can change the behaviour of "Context.Current.Request("EcomUserCreateNew") IsNot Nothing" to actually check for a boolean and not ...
Anders Ebdrup
28/09/2020 21:58:42
Last post: 18/12/2020 10:52:00
How to calculate the lowest price?
Hi, We have a requirement for calculating the lowest price for a customer, which means calculating the overall lowest price including discounts. So the lowest price found in the EcomPrices-table may not be the lowest as a customer can be related to a ...
Anders Ebdrup
09/12/2020 19:52:56
Last post: 10/12/2020 09:37:16