Developer forum
Subject
Replies
Started by
Last reply
Subscriber for account creation notification
Hi there, Is there a subscriber that allows me to tap into the processing of sending an admin notification email when a new user signs up? Part of the registration form is an uploaded file that I would like to attach to the email. I know I can link t ...
Imar Spaanjaars
08/11/2016 18:38:28
Last post: 09/11/2016 14:20:29
Keep user loggedin after ending session?
Hi guys, Is it possible somehow keep user loggedin, even after the session was ended? Customer wanted to know if it is possible somehow to stay loggedin even after browser completely closed or IP switch (mobile device switching between Wifi and mobil ...
Dmitrij Jazel
03/11/2016 21:17:46
Last post: 08/11/2016 14:04:53
GlobalSettings vs. Web.Config
Hi Guys, Just a check but is it possible to leave all database connection information in the GlobalSettings file blank and instead use the web.config values for the connectionstring? Or maybe only fill out the name of the connectionstring in the Glob ...
Tom Kamphuis
22/05/2015 11:27:18
Last post: 08/11/2016 10:36:47
26
Subscribe
Forms before save notification subscriber
Hi, i've looked around but im unable to find a BeforeSave or BeforeSubmit to subscribe to on forms. Currently im using an After, which looks like this: [Subscribe(Dynamicweb.Modules.Forms.Notifications.Frontend.OnAfterSubmitSave)] I've looked through ...
Anders Ditlevsen
28/10/2016 11:57:00
Last post: 03/11/2016 13:44:10
Trigger geolocation after user import
Hi DW and devs, We are running an import of users and products from an ERP system, after the import has completed we would like to update all the users geolocations (just like the manual button from the admin interface). Is it possible to do this aut ...
Rasmus Andersen
22/09/2015 15:56:14
Last post: 02/11/2016 16:34:19
Reduction af database calls
Hi Dynamicweb, We have a solution with many order contexts and we experiende a lot of activity between Dynamicweb and the database. If the order id is not set it would be great not to try to get a nonexisting order. DECLARE @OrderID NVARCHAR(4000) = ...
Anders Ebdrup
26/08/2016 08:59:01
Last post: 02/11/2016 14:20:55
OnExtranetLogin Redirect user to similar page but from other language
Hi guys, I will need to redirect the user to language specific website on the login. Can I get from API the same page but from other language. A bit like the front-end loop "Languages"? Thanks, BR, António Ramos ...
António Ramos
28/10/2016 10:36:01
Last post: 28/10/2016 21:06:57
Creating product fields
Hi, We are going to add a bunch of custom product fields. And we need to create those product fields for several exisiting solutions. Is there any CreateField() method somwhere in the API? I tried to search but could not find anything? Regards / Aki ...
Aki Ruuskanen
21/10/2016 10:52:31
Last post: 24/10/2016 14:47:39
Cart module ignores Validation groups
Hi guys, For some reason solution is ignoring Validation groups setted up in MC>Ecommerce> Orders> Validation groups After theese rules where created, I went to cart module, and made sure they are selected and have error messages. http://scr ...
Dmitrij Jazel
18/10/2016 16:27:46
Last post: 19/10/2016 09:23:47
User Addin that has User object without loading all the CustomFieldValues
I've made a User add in to export the user to an external endpoint and notice that the user object does not load all the custom fields values. To a better understanding I've made the screencast: http://screencast.com/t/VazeeowYl Can you verify if thi ...
Rui Silva
17/10/2016 17:35:06
Last post: 18/10/2016 15:47:42
New user, and email subscriber during checkout - user selectable option.
Hi Guys, In Cart module settings, there is a checkbox that allows creating user on checkout. There you can also have an option to use email subscription. Now if I set thig setting - than this will be happening when someone creates an order. My questi ...
Dmitrij Jazel
17/10/2016 17:45:15
Last post: 18/10/2016 14:43:25
Order with parts list product
Hi, Can anyone please confirm if it's normal an order object having the Parts List in the OrderLines property? I've executed the following lines in an immediate window and different behavior happens: Order.GetOrders("select * from ecomorders where or ...
Rui Silva
13/10/2016 18:10:09
Last post: 14/10/2016 10:52:54
Decimal field is rounded for code first itemtype
Hi, We've got a codefirst paragraph itemtype with a decimal field created as followed: [Group("Algemeen")] [Name("Score")] [Decimal] public decimal Score { get; set; } But the value isn't saved as decimal. It keeps getting rouded to the closest whole ...
Jesse Bakker
10/10/2016 14:34:55
Last post: 13/10/2016 15:26:02
Certain Functionality working locally but not on server
Hello, i'm having this weird issue and after spending quite a bit of time on it i must conclude that im not sure what direction to look anymore. Any assistance would be really apperciated! :) Here is the issue. The site im setting up has 2 problems s ...
Anders Ditlevsen
12/10/2016 16:07:35
Last post: 13/10/2016 08:31:33
Upgrade problem 8.4 > 8.8
Hi, We have a couple of solutions that we tried to upgrade to 8.8.1.4. Everything except for one thing works fine. When we go to Management Center or Users in Admin we get a server error. Something is expecting Razor 2.0. Screenshot of error: http:// ...
Aki Ruuskanen
12/10/2016 09:12:40
Last post: 12/10/2016 13:47:07
Cart emptied when canceling the payment from payment provider and redirecting to cart
Hi, We have developed a custom payment provider for Braintree payment gateway and implemented for a client. We are having an issue that the cart is emptied when user cancel the payment and come back to the check out page. We tried the setting "Keep c ...
Thaw Htun Lynn
12/10/2016 10:39:55
Last post: 12/10/2016 10:46:02
The world of discounts: the saga continues
Hi there, I have created two custom SalesDiscountProvider classes; one that pulls a discount value from a custom order line field (retrieved from an external system) - an order line discount - and one where a sales rep can enter a custom discount val ...
Imar Spaanjaars
09/10/2016 23:41:56
Last post: 10/10/2016 18:09:57
New user registration, Add extra group if checkbox selected
Hi guys, Wondering how to approach this issue. So far I have user registration form. In extranet paragraph module settings, 2 groups are set by default. User by default are beying added into 2 groups. But if user clicks on "make me spacial user" chec ...
Dmitrij Jazel
10/10/2016 17:28:18
Last post: 10/10/2016 17:55:05
Dynamicweb, Xamarin integration etc.
Hey all, I attended a course at Dynamicweb's headquarters around November last year and we bugged a bit around the integration of dynamicweb and dynamicweb based projects in Xamarin Studio, since the main part of the attendees, including me, was work ...
Mikkel Toustrup Olsen
03/04/2014 10:30:23
Last post: 07/10/2016 21:17:55
Template extenders not executed
Hi I have a solution where my template extenders are not executed. Normally you would see that template extenders are being applied when you run the page with "debug=true" in the querystring. But I don't see any of my template extenders being applied ...
Lars Larsen
07/10/2016 10:57:41
Last post: 07/10/2016 11:17:22