Developer forum
Subject
Replies
Started by
Last reply
Deployment to Azure web app no access to admin
I have tested out deploying my DW 9.1.3 to Azure. The DB is running nicely on Azure, and the publishing of the site was also successfull. On my local machine I can access the admin interface, but when opening the azure site I get an error when trying ...
Martin Grønbekk Moen
09/12/2016 23:04:27
Last post: 12/12/2016 12:37:45
API questions - DW9 - How?
I have this in DW8. Dynamicweb.UserManagement.Group.GetGroups() Dynamicweb.Modules.UserManagement.User Where would this be found in DW9. Tried looking in API, but couldnt find it. Also, in Dw8 I used the API - Dynamicweb.Database - stuff like this: h ...
Jan Sangill
12/12/2016 10:37:48
Last post: 12/12/2016 12:14:35
Prevent DW from messing with links?
I need to add a cross domain canonical link to a solution. I create my tag with : canonicalTag = string.Format("<link rel='canonical' href='{0}'>", canonicalLink); I output it but DW adds stuff to the "href" attribute so I end up with a tag loo ...
Aki Ruuskanen
08/12/2016 15:09:22
Last post: 08/12/2016 15:23:41
Save files on axccount creation
Hi there, I have created a custom field on a User of type File. When I render the field in the frontend as part of the account creation process, the file is not associated with the user in the backend. Is this by design? If so, my next step would be ...
Imar Spaanjaars
14/10/2016 12:54:46
Last post: 06/12/2016 10:47:27
SSH.NET. Possible to use on a non custom solution DW 8.8.X?
@using Renci.SshNet; @using Renci.SshNet.Common; @using Renci.SshNet.Sftp; Hi, is it possible to use SFTP somehow via dynamicweb? I guess this is a yes/no answer:) ...
Jan Sangill
29/11/2016 11:14:22
Last post: 30/11/2016 13:35:37
CheckoutDoneOrderIsComplete
On a webshop that sends orders to the suppliers via webservices, we are having some problems with Dynamicweb.Notifications.eCommerce.Cart.CheckoutDoneOrderIsComplete (see attached code.png for code example) It fires multiple times, which is probably ...
Michael Nielsen
24/11/2016 14:49:41
Last post: 30/11/2016 09:37:43
Scheduled tasks on custom solution
How do i enable the scheduled tasks on a custom solution?
(I can add scheduled tasks in management center but they are not executed.) I can not find any (installation) documentation on this topic. ...
Remi Muller
22/05/2014 16:11:55
Last post: 29/11/2016 14:57:55
TotalQuantity missing?
Hi, Shouldn't there be a "TotalQuantity" or similar here: "Dynamicweb.eCommerce.Common.Context.Cart.OrderLines" I'm using 8.8.0.3. Regards / Aki ...
Aki Ruuskanen
25/11/2016 16:30:09
Last post: 28/11/2016 08:22:05
Handle VAT on shipping fee
Hi Dynamicweb, I have a FeeProvider where I need to set the VAT-amount on the fee, but right now the provider only returns PriceRaw which does not handle VAT. So how can I specify whether the current shipping fee should include VAT as it varies from ...
Anders Ebdrup
24/11/2016 14:12:54
Last post: 28/11/2016 08:14:16
Getting multiple groups with a parameter editor
Hi there, I have a configurable add-in that needs multiple user groups to be selected. I found the UserGroupParameterEditor which does what I need, but only for one group at a time. Is there an editor or other solution to let a user select multiple g ...
Imar Spaanjaars
24/11/2016 17:03:40
Last post: 25/11/2016 13:14:31
Codefirst item problems
Hello DynamicWeb I am having some problems with my codefirst items that i'm hoping you can help me with. I had an item type that i recreated with codefirst and everything worked fine, i can view it and so on, but when i try to create a new instance o ...
Casper Andersen
22/11/2016 21:46:10
Last post: 25/11/2016 13:07:07
Custom order field through the API
Hi, Is it possible to create an order custom field throught the API? Best Regards, Nuno Aguiar ...
Nuno Aguiar
23/11/2016 18:02:07
Last post: 25/11/2016 11:12:23
Change delivery method in API
Hi everyone, I am trying to change delivery method in API. All I could find so far is that Shipping Method - is just a string http://www.screencast.com/t/svO2SC41eLuv Was hoping it could be much easyer to change. /Dmitrij ...
Dimitrij Jazel
25/11/2016 10:02:33
Last post: 25/11/2016 10:45:38
CartV2 - Ecom:Order:OrderLine.Modified time stamp
Hi. I have an issue when trying to sort orderlines in the cart. The "Ecom:Order:OrderLine.Modified" value isn't updated when you modify the orderline (E.g. by adding or removing a product from the line). The value is when the line is created - Same a ...
Christian Werner
23/11/2016 14:38:45
Last post: 24/11/2016 13:47:57
Email Marketing - Attachment specific per user
Hi, Using the "render the email-content for each recipient" feature, is it possible to attach a specific file for each user? We need to figure out a way to send a (once a year) email to +25k users, where the PDF is specific per user. We were thinking ...
Nuno Aguiar
22/11/2016 11:51:56
Last post: 23/11/2016 15:22:45
Authorize/Pay partial amount
Hi, We are setting up a course sign-up where the customer wants the ability for the user (during Checkout) to pay for the entire amout or a deposit. What's the best way to do this that would work regardless of the checkout handler? If it's different ...
Nuno Aguiar
21/11/2016 16:20:19
Last post: 22/11/2016 13:17:31
Adding a folder outside of /Files and getting access
Hi, I had a folder in /Files/FOLDER. I had no trouble accesing this via HttpContext.Current.Request.MapPath() I then need to move this FOLDER outside of /Files, so its not in the backend when loading filemanager. But now it fails. How would I go abou ...
Jan Sangill
17/11/2016 15:02:22
Last post: 21/11/2016 10:06:46
Creating new Item in a item list
Hi. Im trying to insert a new item into an item list. One way of doing this would be to insert it using SQL and updating the root item with one more id in the string list but is it possible to do with the api? Note that its an item on a user and not ...
Henning Jensen
24/02/2016 13:21:59
Last post: 18/11/2016 13:17:22
Conflicting url parameters for "redirect"
Hi Dynamicweb, When activating this setting: /Globalsettings/Ecom/Cart/AutoLoginBeforeAddToCart we experience an issue with this url parameter: redirect, as this parameter is used in both CartCatch and Security, For adding products to the basket we h ...
Anders Ebdrup
16/11/2016 19:42:49
Last post: 18/11/2016 13:09:06
Insert snippet in menu
Hi I have a menu rendered by an xslt of course. In this menu I would like to insert some content from a snippet. I have tried this <!--@Snippet("LatestSentences1031")--> <xsl:text><!--@Snippet("LatestSentences1031")--&g ...
Lars Larsen
17/11/2016 10:38:15
Last post: 18/11/2016 09:55:22