Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Applying points to cart after order is passed to payment provider
Hello Dynamicweb coders, I'm having issues applying a point discount to an order, which has been passed to eg. credit card payment. The specific scenario is that a customer has forgotten to apply their loyalty points to the order, and after being ...
Dan Tomicic
16/12/2021 11:29:30
Last post: 22/12/2021 13:11:59
Set Content-Disposition inline
Hi, I have a tricky thing to develop. We're needing to set a response header for "Content-Disposition: inline". After a few trial and errors I ended up placing the code in the last possible event using System; using Dynamicweb.Extensibi ...
Nuno Aguiar
21/12/2021 21:31:42
Last post: 22/12/2021 13:09:01
using UserManagement:User.ManageAddresses.MakeDefault.Javascript to make the address from AccessUser address fields the default hits no notifications
Dear Dynamicweb, As the title says: when we're using UserManagement:User.ManageAddresses.MakeDefault.Javascript and selects the address from AccessUser address fields to make it default, it doesn't hit UserSaved notification or UserAddressOnA ...
Mikkel Hammer
21/12/2021 15:11:15
Last post: 21/12/2021 16:29:07
ProductEditor hardcoded to use assortments
Dear Dynamicweb, We have an issue with the method in ProductEditor, as "ParseValue" is hardcoded to use assortments even though is not activated in the solution. I will suggest that the call to GetProductById is replaced with the version wi ...
Anders Ebdrup
21/12/2021 08:33:44
Last post: 21/12/2021 16:16:12
Implement feed with live prices without PIM
Hi guys, I have a solution running on DW 9.9.x and I need to create a feed with some product information, including the Live Price. I have noticed the PIM is using the new API for getting this info but I am not sure what would be the best approach fo ...
Adrian Ursu
14/12/2021 12:01:03
Last post: 14/12/2021 14:51:31
/dwapi/users/addresses
Dear Dynamicweb, Is it intended that the /dwapi/users/addresses endpoint on 9.12.1, doesn't return the address added to the addresses tab, thats created from the address on the user Best regards, Mikkel ...
Mikkel Hammer
08/12/2021 13:26:36
Last post: 13/12/2021 17:15:56
Custom Provider based App
Hi, I'm building a custom app planning for it to be Provider based. I managed to get the skeleton done and my first provider built and all works out as expected, but my challenge now is to dynamically update the parameters based on the Provider t ...
Nuno Aguiar
06/12/2021 20:33:02
Last post: 13/12/2021 13:06:46
Get unit price /dwapi/ecommerce/products/{id}
Can someone give me an example on how to get the unit price using the /dwapi/ecommerce/products/{id} endpoint? Guess I have to use StockUnitSettings? Would be great to get an example on how to use that setting. ...
Martin Moen
12/12/2021 11:44:25
Last post: 12/12/2021 22:31:43
Token lifecycle /dwapi/users/authenticate
A) What is the expiry length for the token returned in /dwapi/users/authenticate? B) Can the expiry length be changed? ...
Martin Moen
12/12/2021 10:53:25
Last post: 12/12/2021 14:08:36
Unit name/code in /dwapi/ecommerce/carts
When using /dwapi/ecommerce/carts/{secret} to get cart information through the API we only get the UnitId back. What would be the best way to get the name of the unit? Do I have to query the product API for each orderline to get it? There is no API-e ...
Martin Moen
12/12/2021 11:09:17
Last post: 12/12/2021 14:06:27
Tracking tables, data for marketing and table cleanup
Hi guys, I'm doing some cleanup in one of our solutions, mainly on log, statistics and tracking tables. The client used to use the Statistics feature but after it got deprecated we switched over to the new Tracking feature. However since they mai ...
Arnór Halldórsson
09/12/2021 12:22:39
No replies yet
Split orderlines in cart
Hi, I've got a solution with Rapido 3.4.2 and DW 9.9.8. On the cart page, it is possible to to choose between full delivery or partial delivery. This setting is saved in a custom orderfield. If the customer chooses partial delivery, I would like  ...
Kurt Moskjær Andersen
07/12/2021 12:41:04
Last post: 09/12/2021 09:21:39
Optimize product list loading base on debug result
any idea to reduce the product list loading time of the following point <-- eCom: Products found, List --> ...
Shiwanka Chathuranga
03/12/2021 04:28:11
Last post: 07/12/2021 10:40:13
Check through API if voucher is used by email
Hi I have set the option "Usage per customer" to 1 on an Order Discount. When a user redeems the voucher for that Order Discount, where is this information saved? And is it possible using the API to get this information? ...
Lars Larsen
06/12/2021 15:25:11
Last post: 07/12/2021 08:15:37
Send email notification on SQL Query
Hi, I'm not sure if this should be a feature request, custom development or if there's a way to do it already. My requirement is to have a SQL query to run on a schedule and if there are records, send an email to someone. Isolated are pretty  ...
Nuno Aguiar
26/11/2021 18:38:54
Last post: 03/12/2021 23:05:48
Multiple products from webapi?
Dear Dynamicweb, We are working with the webapi and are looking for a possibility to load multiple products at the same time. Is it somehow possible to send product id's to the api and receive the products? Best regards, Anders ...
Anders Ebdrup
29/10/2021 10:27:47
Last post: 03/12/2021 15:13:28
Customer information missing in checkout
Hi, I have a website where customer information is missing in the checkout if you're logged in. If I go into the customercenter on the user, I can verify the data is there: It's an actual user but I've just edited the data without saving  ...
Frederik Rossen
01/12/2021 15:39:02
Last post: 01/12/2021 15:55:25
Prevent creation of duplicate name for Product Groups
Hi guys, We have a solution running on DW 9.12.3. We need to create a validation for Product Groups for preventing the creation of Groups with the same name as existing Groups. For this purpose, we are using a Group.BeforeSave() notification. We are  ...
Adrian Ursu
29/11/2021 10:28:03
Last post: 29/11/2021 16:31:34
Force user cache update
Hi I have some customcode that saves a user using the API (Dynamicweb.Security.Management.User.Save()). But when editing the user using the Extranet App (Edit profile option) the change saved using the API is not reflected in the APP. Could it be a u ...
Lars Larsen
19/11/2021 15:21:33
Last post: 26/11/2021 14:24:36
BomLines not available trough the API
Hi, We have customer running 9.10.13, where we would like to use BomItems. The Problem is that when gettting a specific orderline trough: Dynamicweb.Ecommerce.Services.OrderLines.GetById() the BomOrderLines list is empty. But if i call the Orderline  ...
Keerthy Sethupathy
15/11/2021 09:29:04
Last post: 26/11/2021 09:28:08