Developer forum
Subject
Replies
Started by
Last reply
Product detail URL based on ProductNumber
Hi guys, I need to create a simple and stable way of accessing a ProductDetail page using the ProductNumber. What would be the best way to achieve that? I don't want to affect the current friendlyUrls. they need to work in parallel. Thank you, Adrian ...
Adrian Ursu
10/03/2021 15:55:49
Last post: 11/03/2021 10:51:09
Avoid having orderlines removed?
Dear Dynamicweb, We have a situation where a salesperson can create a quote for a user with items that are outside the assortment of the user, and the user should then be able to accept the quote with these items. When impersonating we can give the s ...
Anders Ebdrup
24/10/2020 12:39:42
Last post: 10/03/2021 08:53:55
24
Subscribe
Formatting with CurrencyService?
Dear Dynamicweb, What is the difference between: CurrencyService.FormatCurrency and CurrencyService.Format, and when does it make sense to use the different formatting methods? Best regards, Anders ...
Anders Ebdrup
08/03/2021 16:19:42
Last post: 09/03/2021 12:03:40
Dynamicweb.Admin 9.10.1 Nuget availability
Any idea on when Dynamicweb.Admin 9.10.1 will be available on Nuget? :-) https://www.nuget.org/packages/Dynamicweb.Admin/ BR Vincent ...
Vincent Gercke Pedersen
24/02/2021 10:41:09
Last post: 06/03/2021 14:16:55
Assortment navigation includes inactive products
Dear Dynamicweb, Can you please add to only look at active products when calculating the group hierarchy? This is the query today: WITH Hierarchy AS ( SELECT DISTINCT GroupProductRelationGroupId AS GroupID FROM EcomGroupProductRelation INNER JOIN ( S ...
Anders Ebdrup
04/03/2021 16:48:07
Last post: 05/03/2021 15:02:23
Fetching from the products & product endpoints
Greetings humans! I've started to develop a vue frontend against the new DW API (wohoooo!) for our webshop and ran into a bit of a problem with the products & product endpoints. When using the endpoint "/dwapi/ecommerce/products" with a specified ...
Snaevar Petursson
04/03/2021 16:35:23
Last post: 05/03/2021 14:03:51
Get Categoryfield values trough the API
Greetings, Is their a way to access a products productCategoryField values? On the ProductObject their is a method called ProductFieldValues, and i am searching for something similar for the CategoryField values? ...
Keerthy Sethupathy
12/10/2020 11:11:12
Last post: 04/03/2021 11:30:14
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
17
Subscribe
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