Developer forum
Subject
Replies
Started by
Last reply
DW9: Creating user in checkout with billing information. Is it possible?
Hi, DW version: 9.2.16 I want to save customer information in checkout without creating login. Is it possible to create a user in the Information step i checkout with the information from the form? Or do I have to make separate fields for this? I hav ...
Marie Louise Veigert
25/07/2017 11:56:50
Last post: 27/07/2017 11:40:57
External Authentication in DW9
Hi Dynamicweb, We have upgraded a solution to 9.2 from 8.9, but after the upgrade users are not added user management groups. In ExternalLogin.aspx.vb something seems to be missing: Private Sub AddUserToUserManagementGroup(ByVal provider As Provider, ...
Anders Ebdrup
12/07/2017 09:08:27
Last post: 12/07/2017 10:03:52
NavigationProvider: Can you add nodes as childnodes to an ecom node?
Hi DW, I'm using DW 9.2.16 I'm using the Navigation Provider to add nodes based on items. I would like to display those in a megamenu under a given parent node. Ex 'Men'. I can easily add it at the buttom of the XML, but I need it in the wrap of the ...
Marie Louise Veigert
06/07/2017 16:15:05
Last post: 07/07/2017 13:55:59
Clearing the cache
Hi guys, We have a multi-server setup using DFS which currently runs on DW 8. We're migrating it to DW 9. The 9.2 version that's available now doesn't have a good solution for clearing remote caches so Nicolai suggested to build my own for the time b ...
Imar Spaanjaars
06/07/2017 11:12:21
Last post: 06/07/2017 15:00:19
Guidance on unit testing
Hi guys, We're trying to set up some unit tests to test some custom code using the Dynamicweb API but hit a few roadblocks. For example, something like this will crash: var order = new Order(); because the order instantiates a new PriceIInfo which tr ...
Imar Spaanjaars
05/07/2017 22:25:17
Last post: 06/07/2017 11:05:45
Password encryption
Guys, How do I completely turn off password encryption? First let me explain why on earth I need it to be turned off, because requlary this is to be a bad idea. In an existing project we don't use the DW login but a custom AD verification of the user ...
Ben Doorn
04/07/2017 14:12:56
Last post: 06/07/2017 08:14:51
FilesAndFolders.MakeFolder seems to rid folder of permissions
Hi, We have some customscript taking advantage of the "FilesAndFolders.MakeFolder" method in a scheduled task. Is there any way within the "FilesAndFolders" class to check wether or not the actual folder exists, before trying to use the "MakeFolder" ...
Jonas Mersholm
04/07/2017 09:29:58
Last post: 05/07/2017 14:55:10
Forgot password email is not beying sent
Hi Guys, I am having trouble with sending email with Forgotten password. It feels like it's not beying sent. What I tried so far: Check SMTP settings, IP adress and ports etc... - check Check SSL - check Check Pickup dirrectory - check Spam filter - ...
Dimitrij Jazel
05/07/2017 13:25:21
No replies yet
Manipulate Order object total in Cart.CheckoutDone subscriber
Hi guys, THis is URGENT, Appreciate your understanding! I need to be able to add a custom discount orderLine to OrderObject. I must do that After order is complete. Why you might ask? My collegue already tried changing Cart object in the OnOrderLineA ...
Dimitrij Jazel
01/07/2017 21:07:26
Last post: 04/07/2017 15:38:41
Is unit test performed, in core Dynamicweb functionality
Hi Dynamicweb, A question from a customer: Is unit testing performed, during the development of Dynamicweb? ...
Jacob Bertelsen
30/06/2017 13:13:57
Last post: 03/07/2017 08:48:59
Custom Addin for product edit
I’ve created a custom add-in for the product edit that take some actions in the database. But I’m having an issue with the server side click method only be called after the second time the user click on the button. The button has a simple confirm in ...
Rui Silva
26/06/2017 13:26:16
Last post: 29/06/2017 12:03:29
Users sorting in group
Hi there, I've seen in the backend that i can sort users in groups, how do i implement this in the API (C#)? Lets imagine i have a UserMangement.Group, with some UserManagement.User objects, how do i sort these in the group? Best, Jonas ...
Jonas Mersholm
26/06/2017 15:02:12
Last post: 28/06/2017 16:15:37
Override order confirmation email recipient?
Hi Guys, In cart module, you can set a list of recepients https://www.screencast.com/t/FSVlh4JyBOg When Order is complete, the recepients gets OrderConfirmation email. But what if you need this recepient field to be dynamic, depending on certain cond ...
Dimitrij Jazel
12/06/2017 14:33:12
Last post: 13/06/2017 12:02:46
Notifications - Order.AfterSave
Hi, I'm using a Dynamicweb.Notifications.eCommerce.Order.AfterSave subscriber to send out mails with the order to specific persons. I've set up some conditions so that if the stock level is < 10, the mail is sent to one person and if it is >= 1 ...
René Poulsen
03/02/2017 09:03:00
Last post: 13/06/2017 10:30:25
Override paragraph rendering
Im using impersonation, and have a few issues regarding showing correct paragraphs to users. Consider this scenario. Im logged in as User A which is representing User B. Paragraph A is denied for User A but allowed for User B. When im representing Us ...
Martin Grønbekk Moen
02/06/2017 14:58:50
Last post: 12/06/2017 10:42:33
Transfer items created in admin to code first
I have created a lot of items through the admin interface, but now I would like to maintain them through code. Are there any simple ways of moving from admin based items to code first items? Or do I just have to delete them in admin, and re-create in ...
Martin Grønbekk Moen
10/06/2017 15:17:02
Last post: 12/06/2017 08:33:10
Notifications.UserSaved - User ItemType
I'm trying to use the "Notifications.UserSaved" observer to set an item-field with a value, stored in a cookie, when the user registers through the extranet. The user is added to a group, which states that the itemtype should be set; when registering ...
Jonas Mersholm
08/06/2017 12:11:21
Last post: 08/06/2017 12:18:48
Checking if a orderExtender is run when rendering order confirmation mail
Hi I have an orderExtender that makes some custom tags and custom loops. To prevent it from running too many times on for instance the Cart, i've made sure that runs only once per Request. However when i want these tags to be used in the order confir ...
Anders Ditlevsen
30/05/2017 15:07:18
Last post: 07/06/2017 13:17:18
Check if user has access to paragraph
What is the fastest and best way to check if a user (by user id) has access to a paragraph (by paragraph id)? As you understand I dont want to check if the current user has access to the current paragraph, but if a user has access to a paragraph. Tri ...
Martin Grønbekk Moen
02/06/2017 11:06:47
Last post: 02/06/2017 13:10:08
The RMA notification email is not firing
Hi, I am setting up RMA for my website. I set up email for state email notifications in configuration setting for RMA in management center. let's say the default state is state A. when RMA is created, it's state will be stateA. but the email set up f ...
Arker Soe
26/05/2017 08:39:40
Last post: 30/05/2017 09:17:32