Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Issue with obsolete method CustomerProductListProduct - after update to 9.9.4 times out
Hi, I was using this method in 9.6.5: IEnumerable<Dynamicweb.Ecommerce.CustomerCenter.CustomerProductListProduct> customerProductListProducts = Dynamicweb.Ecommerce.CustomerCenter.CustomerProductListProduct.GetPagedProductsByListId(Convert.ToIn ...
Jan Sangill
07/12/2020 19:17:43
Last post: 09/12/2020 13:19:22
Custom Shipping provider not firing
Hi there, I have the following ShippingProvider: [AddInName("Fee Provider"), AddInDescription("Calls in the ERP to get the fee.")] public class ServiceShippingFeeProvider : ShippingProvider, IDropDownOptions { public ServiceShippingFeeProvider() { Lo ...
Imar Spaanjaars
05/02/2015 13:39:10
Last post: 01/12/2020 11:00:22
GetAppenderInfo missfire in ProductFieldType Provider
Hi guys, I have to pass along a question from one of our developers. We want to create a custom ProductFieldTypeProvider; we have defined a parameter named UrlToPage ; the problem is that when the function Render is called the parameter UrlToPage is  ...
Adrian Ursu
26/11/2020 10:45:08
No replies yet
Custom field provider of type ListBox
Hi guys, I need to build a custom field type that would allow the definition of options similar to List Box. The data will be stored the same way but I need a different control for the admin user interface when assigning values to a product. My lists ...
Adrian Ursu
25/11/2020 10:00:47
Last post: 25/11/2020 13:06:11
Create shipping document
Hi All who can advice me how should i use this function in my shipping provider? which function should i override or ... Thanks ...
Shiwanka Chathuranga
19/11/2020 16:39:11
Last post: 25/11/2020 05:00:30
Get AvailableAmount via API
Hi, Is there any way to access the AvailableAmount (TT: Ecom:Product.AvailableAmount) via the API? Kind regards, Vincent ...
Vincent Gercke Pedersen
20/11/2020 10:20:26
Last post: 20/11/2020 15:07:42
Missing custom order line field value when using addmulti
Hi, On a project running Rapido 3.4.1 with DW 9.9.2 I am trying to add multiple orderlines to the basket at once including some custom order line field values. While the orderlines are added correctly to the basket, the custom order line field values ...
Roald Haahr Jensen
16/11/2020 15:58:00
Last post: 17/11/2020 12:58:24
Observer for when product can't be added to cart because of reserved amount
Hi, Is there by any chance an observer you can use for when a product can't be added to the cart because the entirety of the available stock has been reserved by other users? I would like to inform the user as to why they can't add to the cart in cas ...
Vincent Gercke Pedersen
13/11/2020 10:46:25
Last post: 13/11/2020 14:00:23
Number in varientviewmodel
Is there anyway to retrevie varient product number from varientviewmodel ? ...
Shiwanka Chathuranga
04/11/2020 12:45:11
Last post: 04/11/2020 17:00:11
Defined routes not working
Hi I am using a component that needs some routes in order to work. I use the compontent on a Dynamicweb v9.9.1. I have defined the routes in the notification subscriber "Standard.Application.BeforeStart". But I can't make the routes work. Does Dynami ...
Lars Larsen
21/10/2020 15:01:04
Last post: 04/11/2020 10:45:49
Performing a save on a scheduled task add-in
Hello, I would like to make a property change at runtime in a method that is inheriting from BatchIntegrationScheduledTaskAddin. The goal is to sometimes reset one of the persisted settings. It appears that I need to get a handle on the current Dynam ...
Scott Forsyth
29/10/2020 17:59:01
Last post: 03/11/2020 15:31:12
Error on LogOnHandler
Error on LogOnHandler Dynamicweb.Frontend.LogOnHandler logOnHandler = new Dynamicweb.Frontend.LogOnHandler(1); logOnHandler.LogOn("username", "password"); Error generate from notification subscriber, this is version 9.9.3 at Dynamicweb.Ecommerce.Cart ...
Shiwanka Chathuranga
30/10/2020 12:24:35
Last post: 30/10/2020 17:48:14
Parsing a JS file through the template engine
Hi, I have a weird idea. It's common to have some hardcoded string. Could there be a way for us to parse the JS content through DW's template engine and generate the translate tags? We'd probably once need to run this on demand. It would be inneficci ...
Nuno Aguiar
08/03/2018 11:18:17
Last post: 30/10/2020 16:14:51
Missing VariantGroupProductRelationSorting
Dear Dynamicweb, Vi have an issue with "wrong" variant group sorting (please find this image: https://www.screencast.com/t/mLrKO3eNzp), but the sort order is correct in the database. Can you please add this section: "ORDER BY VariantGroupProductRelat ...
Anders Ebdrup
29/10/2020 16:10:26
Last post: 30/10/2020 09:42:23
Loyalty points cache on user
Dear Dynamicweb, We have issues with the PointBalance on the user, when creating multiple orders with the same user. Please see this screen dump: https://www.screencast.com/t/tPbdVpy4N4b This causes issues as we use this method: "Dynamicweb.Security. ...
Anders Ebdrup
13/10/2020 10:11:46
Last post: 30/10/2020 03:28:46
Checkout handler for OnPay (Dandomain)
Hi, My customer would like to use the new OnPay v3 Paymentwindow from Dandomain, as checkout handler, due to the upcoming SCA-regulations. Does this exist already or do I need to create a custom checkout handler for this? Best regards Kurt Moskjaer A ...
Kurt Moskjær Andersen
20/10/2020 14:28:13
Last post: 22/10/2020 08:04:10
DW 9.9.2 as an MVC Install
Hi Im trying to set up a DW 9.9.2 impementation as an MVC install following this document: http://doc.dynamicweb-cms.com/Files/Files/Forum/Upload/Thread45665/Message46778/Setting_up_Dynamicweb_with_MVC.docx Unfortunately I get this in VS. All Referen ...
Kevin O'Driscoll
15/10/2020 12:47:56
Last post: 19/10/2020 16:14:07
DynamicWebService and Integration Test Tool: Invalid URI
There are a few changes I’m going to have to make to the live integration. I have set up the code and can debug, etc. The problem I’m having is with the DynamicWebService service and testing without AX. I have set the “TestMode “ = True, but it seems ...
Andrew Rushworth
13/10/2020 22:00:57
No replies yet
IsProcessingCheckout not set to false
Dear Dynamicweb, We have issues with the shipping calculation when the user is navigating away from the payment window with the back button in the browser, because when changing the shipping method this is not reflected on the order price. It seems l ...
Anders Ebdrup
03/10/2020 10:14:47
Last post: 12/10/2020 08:29:41
Auto unpublish products from Ecommerce Shop
Hello, I have a dw solution with two ecommerces , a B2C shop and B2B shop. The products are updated by a ERP web service using a custom Data integration ERP Batch . This ERP product information tell where the product has to be publish (B2C or B2B sho ...
Jose Caudevilla
05/10/2020 10:36:10
Last post: 08/10/2020 09:17:41