Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Meta keywords set with API
Hi Is it possible and if so how to set the meta keywords on a page with the API? ...
Lars Larsen
01/03/2021 13:54:51
Last post: 03/03/2021 15:12:06
Access OrderContext carts outside of Cart module
Hi guys, I need to be able to access the OrderContext carts outside of the Cart module, in Rapido. Mainly, In the Minicart block. I would use the API for this purpose but I could not find a suitable way. What I need is very basic information. I need  ...
Adrian Ursu
25/02/2021 14:24:12
Last post: 25/02/2021 16:18:59
Live integration code bug
When using v2 of LiveIntegration 2.X.X and DynamicWeb 9.8.6 we were having a bug with liveprices at FetchProductInfos in Product/ProductManager.cs class. After a previous request with a positive result results were cached and following requests witho ...
Cristina Santos
19/02/2021 09:35:40
No replies yet
Recalculate order on unit change in cart
Hi guys, I have a project where I have products with different prices depending on the Unit. In my case, the unit is actually connected to the delivery county (don't ask me why). The requirement is to display the price and allow users to add to cart  ...
Adrian Ursu
18/02/2021 10:39:47
Last post: 18/02/2021 16:55:45
Get All Quote States
Hello, We are working on a customization to export quotes via live integration and are having some trouble with getting the list of quote OrderStateIds. We are using OrderState.GetAllQuoteStates, but that is requiring the QuoteFlowId. The only way to ...
Jeremy Fesmire
18/02/2021 00:09:56
Last post: 18/02/2021 16:48:14
CustomFieldTypes use in facets
Hi guys, I have a project where we had to create a couple of CustomFieldTypes for Products and ProductCategories. The back-end part seems ok (I have a separate post about that) but I have some issues with using them in Facets. The field in question w ...
Adrian Ursu
11/02/2021 14:28:49
Last post: 15/02/2021 19:33:38
Checkout handler post callback (again)
We experience the same problems as described here: http://doc.dynamicweb.com/forum/development/checkout-handler-post-callback?PID=1605 The payment provider return a POST request to the callback URL. But when we try to retrieve data from Request.Input ...
Martin Grønbekk Moen
10/02/2021 15:14:55
Last post: 15/02/2021 16:25:57
Create user as inactive using Forms for Editors
Hi there, I use the forms for editor module with the "Create user on form submit" to create a new user. That works well but the user is always active. We like to deactivate the user on create so it can be approved and activated by an admin. Is this p ...
Imar Spaanjaars
04/02/2021 17:30:23
Last post: 08/02/2021 16:06:28
Headless DW Routing
Hello We have been looking into how we can take advantage of the WebApi introduced in 9.10 and possibly transition into a SPA frontend. Have you found any solution on how to handle routing in the react/vue app, so that pages & paragraphs can be c ...
Natan Ólafsson
05/02/2021 10:53:17
Last post: 08/02/2021 16:05:11
BeforeCustomFieldValueIsChanged not hit for checkboxes
Dear Dynamicweb, We see that the notification subscriber: BeforeCustomFieldValueIsChanged (and BeforeCustomFieldValueIsSet etc.) is not fired for checkboxes. Please find this code in SetPostValues: Dim valueChanged As Boolean = value <> Convert ...
Anders Ebdrup
02/12/2020 13:32:50
Last post: 08/02/2021 15:29:07
Field System name in FieldTypeProvider
Hi guys, We have started the development of a few custom FieldTypes and we have reached a Roadblock when trying to use the new fields as ProductCategory fields. To be more specific, in the Render method of ProductFieldTypeProvider we get a property c ...
Adrian Ursu
02/02/2021 17:13:25
No replies yet
Custom DiscountProvider?
Hi Dynamicweb, We would like to be able to exclude some products that are part of an order discount, if certain data on the individual product means that no discount may be granted on it. In the old discount module we could create our own SalesDiscou ...
Niels Foldager
21/01/2021 10:50:45
Last post: 02/02/2021 09:39:14
Change context of Dynamicweb.Frontend.Navigation.NavigationSettings
I'm trying to change the context of Dynamicweb.Frontend.Navigation.NavigationSettings to fetches the Nodes property with the purpose of generating breadcrumbs, but setting the RootPageId to another page results in no Nodes being returned: The code ab ...
Vincent Gercke Pedersen
29/01/2021 16:41:46
Last post: 02/02/2021 09:22:14
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
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