Developer forum
Subject
                    Replies
                    Started by
                    Last reply
                
                                                        GetPageviewByPageID results in endless loop
                                  
                                        
                                            
                                        
                                
                            
                        We have recently upgraded a solution to 9.15.2 and since we can't use Dynamicweb.Frontend.PageView.Current() to access AreaSettings from the backend anymore, we tried to use GetPageviewByPageID instead as suggested by the annotation. Unfortunatel ...
                        
                            Vincent Gercke
                            
                        
                        23/02/2023 13:30:18
                        
                                    Last post: 01/03/2023 17:36:51
                                
                        
                                                        Access to CalculateShippingFee method
                                  
                                        
                                            
                                        
                                
                            
                        Hi Dynamicweb, We have a solution where we can have two shipping fees (depending on the type of products in the cart). We use a custom tax provider to add the fee from an additional standard shipping method. We only have access to the default fee on  ...
                        
                            Niels Foldager
                            
                        
                        23/02/2023 22:23:13
                        
                                    Last post: 01/03/2023 11:05:23
                                
                        
                                                        Getting Products from Assortments
                                  
                                        
                                            
                                        
                                
                            
                        Hi. We have a solution that we are upgrading from v. 9.8 to v.9.14. We have are using Ecommerce and Assortment. We used to use the GetAssortmentItemsByAssortmentId method, of the AssormentService class to get the products related to the assortment. A ...
                        
                            Daniel Hollmann
                            
                        
                        22/02/2023 08:55:32
                        
                                    Last post: 22/02/2023 10:24:37
                                
                        
                                                        DW10 Web Api Responses
                                  
                                        
                                            
                                        
                                
                            
                        Hi There are few endpoints in the api which return the data in blob. i dont know if that is by purpose or ...? but it would be nice if it can return the data in proper Json or an actual model which would be even better for example /dwapi/ecommerce/gr ...
                        
                            Umar Farooq
                            
                        
                        20/02/2023 13:02:39
                        
                                    Last post: 21/02/2023 17:27:31
                                
                        
                                
                                    
                                
                                                        BOM/Parts list through API
                                  
                                        
                                            
                                        
                                
                            
                        I need to get a list of all BOM/parts list products on a given product through the API. Can anyone please point me in the right direction? ...
                        
                            Martin Moen
                            
                        
                        20/02/2023 11:21:22
                        
                                    Last post: 21/02/2023 13:51:26
                                
                        
                                                        Deny user login with custom error message
                                  
                                        
                                            
                                        
                                
                            
                        Hi, I have a scenario where I have to get information from the third party api and based on some spcific properties i need to allow or deny user login on the website with custom error messages. i tried Standard.User.OnBeforeExtranetLogin but cant fin ...
                        
                            Umar Farooq
                            
                        
                        20/02/2023 11:33:08
                        
                                    Last post: 21/02/2023 13:26:46
                                
                        
                                
                                    
                                
                                                        BeforeQuery subscriber in ProductViewModel
                                  
                                        
                                            
                                        
                                
                            
                        Dear Dynamicweb, We have converted some of our product lists to the new ProductViewModel (9.8), but now our subscriber: Ecommerce.Querying.BeforeQuery is not hit anymore. Where should we place this? Best regards, Anders ...
                        
                            Anders Ebdrup
                            
                        
                        10/02/2020 15:29:56
                        
                                    Last post: 20/02/2023 16:18:53
                                
                         13
                                    
                                         Subscribe
                                    
                        
                                
                                    
                                
                                                        Use orderline instead of product on Discount Extender
                                  
                                        
                                            
                                        
                                
                            
                        Hi, The method DiscountValidForProduct from DiscountExtender receives the orderline product has a parameter. Although, this is not very helpfull because we can only access product information. I think it should have the orderline as a parameter inste ...
                        
                            Mario Santos
                            
                        
                        17/02/2020 12:42:08
                        
                                    Last post: 09/02/2023 13:41:17
                                
                        
                                                        slightly obscure bug
                                  
                                        
                                            
                                        
                                
                            
                        Hey, If you add a productField called "Groups","PrimaryGroup","GroupSorting","VariantGroups","VariantOptions" or "RelatedProducts" to you EcomProducts, it breaks the "export to Excel&qu ...
                        
                            Jonas Krarup Dam
                            
                        
                        03/02/2023 10:05:58
                        
                                    No replies yet
                                
                        
                                                        Order field with custom provider
                                  
                                        
                                            
                                        
                                
                            
                        I have created a new custom product field type using the ProductFieldTypeProvider and it works like a charm on products. I can see that the same field type can be chosen for order fields too, but how can I get the order object through the same field  ...
                        
                            Martin Moen
                            
                        
                        02/02/2023 09:34:53
                        
                                    No replies yet
                                
                        
                                
                                    
                                
                                                        NotificationSubscriber on "DWN_STANDARD_USER_OnExtranetLogin" values from customfields
                                  
                                        
                                            
                                        
                                
                            
                        Hi, I need to get some customfield values on user login event ([Subscribe("DWN_STANDARD_USER_OnExtranetLogin")]), because I need to check a field upon login - whether the user should be required reset password or not. Ive made a custom fiel ...
                        
                            Marie Louise Veigert
                            
                        
                        31/01/2023 13:01:52
                        
                                    Last post: 31/01/2023 13:33:41
                                
                        
                                
                                    
                                
                                                        Flat rate tax provider - shipping fee provider conflict
                                  
                                        
                                            
                                        
                                
                            
                        Hi, I have made a shippingfee provider to handle Free shipping on some products. public class ShippingFeeProvider : Dynamicweb.Ecommerce.Orders.FeeProvider { public override PriceRaw FindFee(Order order) { // returning my custom fee on some products  ...
                        
                            Jesper Splidsboel
                            
                        
                        20/01/2023 11:07:37
                        
                                    Last post: 27/01/2023 14:01:16
                                
                        
                                                        Frontend translation in OrderComplete notification
                                  
                                        
                                            
                                        
                                
                            
                        Hi, We are trying to create an order complete and at that time, we need to append some strings (orderline custom field in my case, but could just as easily be an order custom field), that we then need to use in the email notification and "My ord ...
                        
                            Nuno Aguiar
                            
                        
                        26/01/2023 12:04:36
                        
                                    Last post: 27/01/2023 13:28:03
                                
                        
                                                        HttpContext in an IndexBuilderExtender 
                                  
                                        
                                            
                                        
                                
                            
                        Hi there, In an attempt to optimize code in an IndexBuilderExtender, I wanted to preload some data and store it in HttpContext.Current.Items so I have it available for subsequent calls to ExtendDocument. However, HttpContext.Current is null (and so i ...
                        
                            Imar Spaanjaars
                            
                        
                        26/01/2023 11:30:55
                        
                                    Last post: 26/01/2023 11:50:09
                                
                        
                                                        User property SystemFieldValues is empty
                                  
                                        
                                            
                                        
                                
                            
                        Hello, When trying to access property SystemFieldValues of an User, this property is always empty. Is this behaviour expected? Thank you. ...
                        
                            Pedro Meias
                            
                        
                        25/01/2023 10:51:38
                        
                                    Last post: 26/01/2023 11:40:24
                                
                        
                                
                                    
                                
                                                        Error getting index information after successful index instance run when reloading index page
                                  
                                        
                                            
                                        
                                
                            
                        Hi all, We're experiencing a weird error that we can't really pinpoint what is caused by and when it started... We're on a DW 9.14.3, we've tried upgrading Dynamicweb.Ecommerce from 1.14.17 (came with 9.14.3) to a 1.14.47 (lastest sta ...
                        
                            Mikkel Hammer
                            
                        
                        10/01/2023 11:23:07
                        
                                    Last post: 24/01/2023 14:06:45
                                
                        
                                
                                    
                                
                                                        Setting price to 0,000001 causes error in some price properties
                                  
                                        
                                            
                                        
                                
                            
                        Hi DW, We have a solution where we set the price to 0,00001 to act as a free product, taken from here (forum post). But after upgrading to 9.14.3, some of the properties on our orderline.UnitPrice breaks, shown here below. Hope you can help Best rega ...
                        
                            Mikkel Hammer
                            
                        
                        12/01/2023 10:33:05
                        
                                    Last post: 20/01/2023 10:38:20
                                
                        
                                
                                    
                                
                                                        User Addresses CRUD via webapi
                                  
                                        
                                            
                                        
                                
                            
                        Hi, We're trying to add and edit (eventually delete) user addresses via the webapi. As far as we can tell we can do a Get, but we cannot create (POST) (nor update - PATCH) addresses. Is this in the road-map, and if so, for when? Best Regards, Nun ...
                        
                            Nuno Aguiar
                            
                        
                        16/01/2023 12:30:33
                        
                                    Last post: 18/01/2023 17:50:12
                                
                        
                                                        Forms for Editors - fileupload whitelist of file extensions  
                                  
                                        
                                            
                                        
                                
                            
                        Hi can I using "Forms for Editors" make a whitelist of file-extension and try to pervent upload of unwanted files on serverside ? I know you can rename your files and bypass this kind of restrictions, but anyone has a solution to this ? A n ...
                        
                            Jesper Splidsboel
                            
                        
                        30/12/2022 11:59:30
                        
                                    Last post: 18/01/2023 17:39:32
                                
                        
                                
                                    
                                
                                                        after upgrading to 9.14.7 checkout steps are  not working 
                                  
                                        
                                            
                                        
                                
                            
                        the solution which works with 9.14.6 without any issue and after ugrading to 9.14.7 checkout submit no more work. when submit it return to same step. solution is not swift or Rapido... anything to consider with this change? ...
                        
                            Shiwanka Chathuranga
                            
                        
                        11/01/2023 10:37:58
                        
                                    Last post: 18/01/2023 17:16:04