Developer forum
Subject
Replies
Started by
Last reply
ShippingProvider Render method not called
Hi, We have some logic in a ShippingProvider to determine whether or not day or evening delivery is possible based on the current cart. We are experiencing issues with the aforementioned logic when users navigate back from the payment gateway (in cas ...
Vincent Gercke
22/06/2022 11:01:56
Last post: 30/06/2022 09:29:20
Shipping Provider rules
Hi, I am trying to create a custom shipping provider and want to have fee rules like in the shipping method setting. The custom fee rules of the shipping method can make the shipping method eligible for an order or not and show or hide in the cart in ...
Arker Soe
14/06/2022 18:38:32
Last post: 27/06/2022 08:47:31
Notifications for order processing errors
hi guys, I have a solution where the whole ordering process is pretty sensitive. I want to be able to stay one step ahead of our customers and be notified when something goes wrong in the ordering process. Right now, I have in mind 2 possible scenari ...
Adrian Ursu
10/06/2022 14:51:53
Last post: 29/06/2022 09:15:05
Dynamic default image path in file selector [ItemTypes]
Hi guys, I have a situation where I could use a dynamic approach for the default Image location on the File selector. I was wondering if this would be possible. Either with some notification or by using CodeFirst ItemTypes. My need is to control the ...
Adrian Ursu
06/06/2022 10:49:11
Last post: 10/06/2022 09:34:26
LoadVariantInfo times out on group by
In DW 9.9.6 in a solution with two shops and 500k+ products. When trying to build a product index, LoadVariantInfo times out on the expression: SELECT VariantOptionsProductRelationProductID FROM EcomVariantOptionsProductRelation LEFT JOIN EcomProduct ...
Lasse Larsen
30/05/2022 09:41:26
Last post: 08/08/2022 10:39:46
Implementing a new payment method
Hi, We need to implement a new payment method. It is a standard payment gateway working with requests in C# or PHP, and responses in JSON. In the payment method configuration, there are some settings not explained in the documentation: Code, Terms co ...
Tomas Gomez
20/05/2022 15:45:16
Last post: 20/05/2022 16:23:18
Mail retry
Is there any way to configure the mail server to retry a failed send ? We have the following error when an order receipt email should be sent and I cannot see anything in Control Panel nor in Settings - Web and HTTP - SMTP that is off. The test email ...
Unnsteinn Garðarsson
25/03/2022 14:39:25
Last post: 25/03/2022 15:38:39
User Macro not working after recycle
Hi guys, I have a project where we have developed a UserMacro that is supposed to return a comma-separated list of ProductNumbers based on some information in a custom table. Nothing fancy so far. Setting up the Macro in the query worked pretty well, ...
Adrian Ursu
15/03/2022 16:56:51
Last post: 16/03/2022 14:46:05
Stop Extranet-module sending mails
Hi, I'm using the notification subscriber UserOnBeforeSave to check user creation with Google reCaptcha. This part is working fine, but I need to stop the Extranet-module from sending a notification mail to the user, if the validation from Google ...
Kurt Moskjær Andersen
11/03/2022 10:26:43
Last post: 14/03/2022 10:42:51
GetCookie returns null
Is there something that I am missing here or what? I have the following code. List<string> cookies = CookieManager.GetDynamicwebCookiesList(); var cookie = CookieManager.GetCookie("Email"); The list of cookies look like this But GetCo ...
Unnsteinn Garðarsson
18/02/2022 16:17:23
Last post: 21/02/2022 10:34:02
Error on Razor Engine
Could not delete C:\Windows\TEMP\RazorEngine_twyaoezb.xx5: System.UnauthorizedAccessException: Access to the path 'CompiledRazorTemplates.Dynamic.RazorEngine_d0d203368fb64296945dbb5fad64359c.dll' is denied. at System.IO.Directory.DeleteHelper ...
Shiwanka Chathuranga
15/02/2022 06:07:14
Last post: 16/07/2024 14:20:50
Wrong count statistics TotalProductSale
We have a customer who is experiencing wrong values when using the statistics module in Dynamiweb and I've identified an issue: This is the query which is executed (TotalProductSale.cs) as of now: The first rows ProductAmount should be 4 and not ...
Vincent Gercke
11/02/2022 11:36:55
Last post: 15/02/2022 18:49:38
Is it possible to automatically deactivate masterproduct when all variants are inactive?
Hi We have an ecom solution where we import products from daily. Products are imported as separate products, and then combined into variant groups. That´s all fine. Proucts/Variants are enriched in PIM, but some of the data is updated via Impor ...
Hans Ravnsfjall
10/02/2022 13:40:07
Last post: 10/02/2022 14:19:14
Can't access web installer : redirected you too many times
I have a problem with installing Dynamicweb.. I have installed version 9.12 using the Zip file. I followed the procedures, I copied the contents in dynamicweb.web.config into Web.config. When accessing the page I think it redirects infinitely between ...
Joel Setterberg
07/02/2022 14:15:36
Last post: 14/03/2022 11:25:49
Updated example code custom WebAPI
Are there any updated examples on how to create a custom WebAPI that works with DW 9.13? Have tried this (link), but since it is from 2019 I would like to know if there are any new ways of doing this? https://doc.dynamicweb.com/forum/development/deve ...
Martin Moen
06/02/2022 15:20:11
Last post: 09/02/2022 22:49:34
Use domain for cookies cached
Hello, I encountered an issue with the "Use domain for cookies" flag in the Cookie Manager, if I want to deselect it, I have to recycle the application pool afterwards for it to take effect. Regards. ...
Unnsteinn Garðarsson
03/02/2022 14:20:21
Last post: 03/02/2022 15:41:04
Opt in for custom cookie categories
Hello, is there any way for me to request an opt in for a custom cookie category via the frontend? I am using the three cookie opt in levels that you provide, 0 for rejecting all (both functional and tracking I suppose), 1 for accepting functional on ...
Unnsteinn Garðarsson
03/02/2022 11:32:06
Last post: 31/03/2022 12:19:08
18
Subscribe
problems with syncing webshop cart with endpoint cart
Hi DW, We're having some trouble "syncing" our carts if we manipulate and access through both the webshop and dwapi. If we create a cart through the POST /dwapi/ecommerce/carts endpoint, and add to products to it with the /dwapi/ecommer ...
Mikkel Hammer
01/02/2022 15:19:35
Last post: 02/02/2022 14:36:23
Use visual Editor as a stand-alone page
Hoi guys, I have a project where I had to connect a Content page to a product in order to allow a more editable-feature-rich description for products. My need right now is to be able to open the visual builder as a pop-up (outside of the Iframe). I h ...
Adrian Ursu
26/01/2022 19:34:58
Last post: 27/01/2022 09:29:05
Custom list control inheriting ListEditor not working after 9.10 Dynamicweb upgrade
Hello, We developed a custom control that inherited the ListEditor<T> and worked fine, until 9.10 when the method RenderList has been marked as internal: internal virtual void RenderList(TextWriter output, T selectedItem) { throw new NotImpleme ...
Emil Dumitrescu
25/01/2022 16:33:24
Last post: 09/02/2022 17:31:23