Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Get paragraph template via API
Hi, Is it possible to get the template used on a a paragraph through the API? I see that the Paragraph has a Template attribute / value, but when nothing is chosen on the paragraph, the .Template value is empty. Then I want to find out if it just use ...
René Poulsen
06/03/2019 16:27:53
Last post: 06/03/2019 19:34:54
Can we implement a new step that we are not able to change the order status to "Shipped" if there is no tracking number or if the oder status is still "Processing".
Hi Can we implement a new step that we are not able to change the order status to "Shipped" if there is no tracking number or if the oder status is still "Processing"? Please advise. Ragards, Tin Ma Ma ...
Tin Ma Ma
04/03/2019 05:05:17
Last post: 04/03/2019 12:05:47
BCC emails from email marketing
Hi, We have a customer requesting the opportunity to get a BCC mail eveerytime a specific mail is sent from the email marketing module. The email is getting rendered for each user and they want a BCC for each version of the mail... And gues what - it ...
Mikkel Ulstrup
28/02/2019 15:36:43
Last post: 04/03/2019 12:01:46
DW9/Rapido best practice VSTS/GIT setup
We have been using VSTS/GIT for our DW projects for a while, and have a okay setup for this, including automated build/release. But with newer versions of DW9 and specially Rapido on top of that. Do you have a best practice setup regarding VSTS/GIT i ...
Martin Grønbekk Moen
07/05/2018 11:19:28
Last post: 27/02/2019 09:45:59
Difference Code-First and Model-First Itemtype FieldGroups
Hi, There seems to be a difference between Code-First and Model-First Itemtypes Fieldgroups. When using the show/hide fieldgroups based on other fields. This is not working properly on Code-First itemtypes. It only show hidden fieldgroups on change o ...
Jesse Bakker
21/02/2019 12:21:30
Last post: 27/02/2019 08:44:33
GetDiscountById and GetDiscounts methods
Hi, Are there any public methods to get a discount or a list/collection of discounts from the API? I am building a new PromoCodeChecker that takes not only a voucher code, but also an Order and a DiscountId. Ultimately I'll check some conditions to d ...
Nuno Aguiar
26/02/2019 12:49:50
Last post: 26/02/2019 14:52:29
Ckeditor extend - accecibility checker
Hi, In DW9 I need to test a plugin for ckeditor: http://sdk.ckeditor.com/samples/accessibilitychecker.html - a11ychecker In my application this plugin have been added to the ckeditor plugin folder and its dependencies. After that in my developer conf ...
Jan Sangill
03/05/2017 11:31:44
Last post: 26/02/2019 14:47:30
Notifications in DW8
Hi guys, I am trying to convert a notification subscriber development from DW9 to DW8 and I have some hard time trying to find the closest equivalent. In DW9 I am using Dynamicweb.Notifications.Standard.Page.OnBeforeRenderParagraphs. What would be th ...
Adrian Ursu
25/02/2019 23:12:22
Last post: 26/02/2019 00:09:09
Make OnDownloadFile (more) useful
Hi Dynamicweb, We are trying to use this notification subscriber: Security.UserManagement.Notifications.Notifications.OnDownloadFile, but I do not think it is working as intended. The case is that we must handle user specific downloads. In the subscr ...
Anders Ebdrup
18/12/2018 10:37:26
Last post: 20/02/2019 14:27:05
Bypass GZip compression for a specific page
Hi there, I have a page based on an item with a custom Razor template that outputs data as a CSV file (along with the appropriate header and such). I also have GZip compression turned on in the Settings area. When GZip is turned on, my CSV becomes mu ...
Imar Spaanjaars
19/02/2019 16:53:01
Last post: 20/02/2019 13:03:37
Index PDF content
I just came to think that building an index of PDF content is part of the T3 training. It's rather new, so I thought I'd just share it, in case you won't be visiting that part of our doc site. I found that the AbcPDF did a quite poor job, especially  ...
Morten Snedker
27/11/2017 08:54:27
Last post: 15/02/2019 10:37:27
Notification when cart is updated
Hi, Are any notifications triggered, when the cart is updated, besides the Dynamicweb.Ecommerce.Notifications.Ecommerce.Cart.Line.Increased and Dynamicweb.Ecommerce.Notifications.Ecommerce.Cart.Line.Decreased ? If the customer updates the quantity ma ...
Kurt Moskjær Andersen
13/02/2019 08:59:14
Last post: 13/02/2019 09:19:01
Delete page notification
When a page is deleted can it have the notification of page deleted fired for every subpage that get's deleted also. I've tried to get the subpages by using the PageService like this: var subPages = pageService.GetPagesByParentID(page.ID)?.ToArray(); ...
Rui Silva
11/02/2019 12:14:12
No replies yet
Forms for editors specific recipient from submitted form value
Hi guys We have a solution where we would like to sends email notifications to different recipients based on a "Select" list in forms for editors. A scenario could be, that the user submitting the form, selects "Option1", then that notification shoul ...
Jens Mouritzen
05/02/2019 21:01:45
Last post: 08/02/2019 08:04:12
ashx handler handler
Hey DW, I'm trying to implement a custom ashx handler, but it seems that nomatter how i register it with the IIS webserver dynamic web has some rewrites that takes precedence ? can you confirm if this is an issue or am I able to bypass this with a co ...
Claus Ørum-Petersen
06/02/2019 13:12:18
Last post: 07/02/2019 08:36:12
Read referral page
Hi guys, I was wondering if there is any way I can read the previous URL, basically, the URl that the user came from before accessing the current page. I mainly need to identify the page the user comes from when requesting a quote. Any idea? Thank yo ...
Adrian Ursu
31/01/2019 12:17:17
Last post: 01/02/2019 14:31:06
pageView.Layout is null
Hi DW! I have run into a problem after upgrading to DW9.5. (I dont know if 9.5 is the actual problem, but maybe you can lead me in the right direction). I have a TranslationHelper method, that does something like the following var paragraph = _dwPara ...
Ronni Hansen
01/02/2019 10:09:41
Last post: 01/02/2019 12:01:09
Saving Addresses issue
Hello! I am trying to save the AccessUserAddress that is also saved on the AccessUser in its Address-field. This information is, from what I can gather, only in the AccessUserAddress table as a row with empty fields, and then they are shown somehow a ...
Oscar Romin
30/01/2019 16:37:21
Last post: 30/01/2019 16:59:30
Custom order in productlist
Hi, We have a solution where we render the productlist using the repository. I would need to reorder the products before the paging is done based on some conditions of the current logged in user. The BeforeSort and BeforePaging gives me just one page ...
Aki Ruuskanen
29/01/2019 12:50:52
Last post: 29/01/2019 14:48:48
404 handler taking long time
Hi there, I am using the Standard.Page.NotFound subscriber to return a default image for 404 images. It goes like this (all pseudo code): var request = GetUrlFrom404Request(); if (!request.Image()) { return; } context.Response.Clear(); context.Respon ...
Imar Spaanjaars
07/12/2018 09:29:07
Last post: 27/01/2019 14:32:03