Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Use of stats table in Dw Databse
We have customer who is running dw application Live for 13months we have noticed 3 tables have more than 1m data records, need to know more about those tables Statv2Session - 2M+ Records Statv2Object - 1M+ Records Statv2Page - 9M+ Records What is the ...
Shiwanka Chathuranga
27/05/2019 19:05:15
Last post: 28/05/2019 12:10:18
Checkout handler POST callback
Hey there, I am developing a checkout handler and the pattern of this payment provider is as follows: 1. The store sends a POST request for the creation of a new payment order with information about user and a single callback url. 2. The payment prov ...
Reynir Viðar Ingason
22/05/2019 12:03:03
Last post: 24/05/2019 10:47:33
Mailchimp integration, API requests.
Hey, I'm trying to implement a basic MailChimp integration using their API. Unfourtunately the MailChimp API doesn't allow CORS requests, which blocks making this using clientside scripting. To get around this, I need to do a basic api-requests from  ...
Villlads Nielsen
13/05/2019 13:56:19
Last post: 21/05/2019 23:28:09
Navigation ProcessTree override is ignored in 9.6.7
Hi, Ater upgrading to 9.6.7 my override ProcessTree is no longer executed. My code has run for a long period and is build like the example here https://doc.dynamicweb.com/api/html/23c6c4ec-0320-a8a7-0d56-2795771b546b.htm But after upgrading from 9.3. ...
Kim Søjborg Pedersen
17/05/2019 12:40:58
Last post: 21/05/2019 09:50:40
AddInParameter reads double value wrong in our CustomShippingProvider
Hi, We have a Custom shipping provider, with AddInParameters of type double, using the FloatingPointNumberParameterEditor. As long as the inpunt in these fields is a nice round number, everything works fine. But now our client changed the value 6.00  ...
Hans Kloppenborg
16/05/2019 16:43:22
Last post: 21/05/2019 08:42:45
Direct paths, redirects and api
Hi, What is the order in which the redirects are handled? Is it correct, that if a page is not found, the settings for direct paths is checked. If no rule exists here, the 404-page is shown? If I want to hook into this, and create my own extension fo ...
Kurt Moskjær Andersen
14/05/2019 10:07:35
Last post: 20/05/2019 15:25:51
DLL Issues in an MVC project
Hello! I have tried to set up an environment in an MVC structure for a few days now, but something always breaks. The newest issue I have is that while logged in to backend the dlls are sometimes skipped, see attached image. Only sometimes though. An ...
Oscar Romin
16/05/2019 10:24:27
Last post: 16/05/2019 12:23:26
Dynamic list of related products
Hi, We want to dynamically generate the list of related products. That is, instead of manually adding the related products (https://doc.dynamicweb.com/rapido/configuration/general/related-products), the related products should be automatically chosen ...
Tomas Gomez
09/05/2019 16:02:06
Last post: 09/05/2019 16:13:47
Edit Product Discount Name
Dear All, I created the discount on Order discounts. I changed the discount name. Then I checked in EcomDiscount table The discount name didn't change in EcomDiscount table but the change in EcomDiscountTranslation table (please refer to the attached ...
Tin Ma Ma
03/05/2019 07:40:54
Last post: 05/05/2019 17:10:12
Voucher Code applied but not effect on price
Hi All, I am implementing Dynamicweb API for mobile. I set the voucher code in order and save the order. myOrder.VoucherCode = voucherCode; orderService.Save(myOrder); The voucher code is applied in order but the price doesn't effect. One time set th ...
Zayar Minn
24/04/2019 09:25:25
Last post: 02/05/2019 14:05:25
Exception in assortment handling
Hi Dynamicweb, We have a critical error in the assortment handling for 9.6.6. In GetProductSql we have this code section: If Not IsNothing(user) Then Dim assortments As IEnumerable(Of String) = Services.Assortments.GetAssortmentIdsByUser(user).ToArra ...
Anders Ebdrup
14/04/2019 09:35:29
Last post: 02/05/2019 09:26:25
commentArgs always return
Hi commentArgs is always null when I run this code (Sample from api doc), I have no problem with other notifications. Its the same with all the CommentNotifications i have tried. What can be wrong? using Dynamicweb.Extensibility.Notifications; using  ...
Kim Søjborg Pedersen
30/04/2019 23:11:31
Last post: 30/04/2019 23:59:16
Add new (Loyalty point) transaction trough API
Hi, is there a method for adding a point transaction to the EcomLoyaltyUserTransaction table? I see you can do it manually through the backend, but can't find a method for that in the Dynamicweb.Ecommerce.Loyalty namespace https://doc.dynamicweb.com/ ...
Kim Søjborg Pedersen
27/04/2019 19:52:36
Last post: 29/04/2019 12:45:45
OrderLine Custom FieldValues
Hi All, I am trying to retrieve OrderLineFieldValue. But it doesn’t come out. Could you please guide me? Here is my referencing and code. Ref: https://doc.dynamicweb.com/api/html/6c37dac8-8290-11ad-8420-fb09fb0ef765.htm Custom Fields: A1.PNG Codes: A ...
Zayar Minn
25/02/2019 07:37:05
Last post: 24/04/2019 09:08:09
Manual Insert of Forms for editors
As usual we are doing some custom contact us forms and this means for various good reasons we have to insert the collected data to the forms for editors structure. So I tried this: Dynamicweb.Forms.Submit submit = new Dynamicweb.Forms.Submit(); submi ...
Kevin O'Driscoll
15/04/2019 12:10:11
Last post: 23/04/2019 18:31:31
SQL settings from GlobalSettings
Hello, I am trying to find a notification subscriber that triggers before Dynamicweb loads the SQL information (sql server, database, user/password) from GlobalSettings.aspx. So far unsuccesfull, I have tried the subscribers from here but it seems th ...
Søren Ravn Lund
23/04/2019 10:21:32
Last post: 23/04/2019 16:43:13
Server callback in checkouthandler
Hi, I am developing a checkout handler for DW and have a couple of implementations to use for reference. The ones I have are not using a server callback for the payment order but use different methods. The one I am developing uses a server callback a ...
Reynir Viðar Ingason
23/04/2019 14:43:50
Last post: 23/04/2019 16:03:44
Redirect for inactive product?
Hello, Does anyone know how to make a redirect for an inactive product to another product? I cannot fiture out which notifier to use in this occasion... Best regards, Anders ...
Anders Ebdrup
30/10/2017 22:43:00
Last post: 16/04/2019 13:30:18
GetProductById retrieves exception on IndexBuilderExtender
Hi, I am trying to get a product on IndexBuilderExtender using Dynamicweb.Ecommerce.Products.Product.GetProductById("PROD2546"), but it's always retrieving the following error: Product index builder experienced a fatal error.. System.NullReferenceExc ...
Mario Santos
01/12/2017 14:59:37
Last post: 15/04/2019 11:48:09
PageViewModel.Languages contains deactivated sites
Hi Dynamicweb, When using PageViewModel.Languages in our templates we also get references to deactivated language layers. Can this be changed either to include on active language layers or add an extra property where we have check whether the languag ...
Anders Ebdrup
14/04/2019 11:39:14
Last post: 15/04/2019 10:27:31