Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
SMS notifications
Hi, I would like to know if/how could we trigger an SMS notification, using the new SMS module via API? We need to send an SMS to a user upon a scheduled task. How could I achive this? If not using the SMS module, does anyone know another way? Best R ...
Nuno Aguiar
24/11/2014 17:11:08
No replies yet
EmailSender Send not sending
I'm using the following code to send a mail. No exception is raised, the boolean returns true, but there is no mail log added even though the parameter is added. The email is not sent but does not return any errors. Any ideas? I've tried to output th ...
Jonas Mersholm
14/11/2014 08:58:30
No replies yet
eCommerce permissions
How do i set userpermissions for eCommerce shops and ordergrid from c#? Dynamicweb.eCommerce.UserPermissions.UserPermission takes two strings in its constructor, of which i do not know what to fill in. Any help would be appreciated. Thank you. ...
Jonas Mersholm
11/11/2014 11:34:11
No replies yet
8.5 and DowngradeToCart()
Hi, After we upgraded a solution to 8.5 this method stopped working: order.DowngradeToCart() We get a "Object reference not set to an instance of an object." exception. On my local machine I run 8.4.x against same database and it's working. Is that a ...
Aki Ruuskanen
10/11/2014 13:57:35
No replies yet
Product detail picture
Hi Couple of months ago, we imported products through an CSV file (with custom code we made our self), where we saved it directly in the database. Some of these products have extra pictures wich we added in the EcomDetails table. Since, we didnt use  ...
Kevin Krämer
20/10/2014 11:02:16
No replies yet
ProdCatalog combine filter with navigation
Hi Guys, I am trying to combine filters with Navigation, I am actually using Group filter. And I have 2 levels of navigation in catalog structure so I have Parent level and Child level, easy as that :) Products are populated only in children. What I  ...
Dmitrij Jazel
17/10/2014 12:58:30
No replies yet
Error with productlist notification and filter
Hi, If I have notification wich clears the productlist in combination with a filter I get an SQL error. Is there a way to avoid it? 1. Create a notification subscriber: [Subscribe(Dynamicweb.Notifications.eCommerce.ProductList.BeforePaging)] public c ...
Aki Ruuskanen
12/09/2014 10:10:45
No replies yet
VatRegNumber property in razor
How come AccessUserVatRegNumber property on an AccessUser isn't available unless its through Ecom:Order? I need to pre-fill an input with the current users vat number var CurrentUser = new Dynamicweb.Frontend.Extranet(); <input value="@CurrentUser ...
Kasper Skov
14/08/2014 15:07:50
No replies yet
Trying to extend with NavigationProvider
Inspired by this thread http://developer.dynamicweb-cms.com/forum.aspx?PID=48&ThreadID=23903 I am trying to extend my Navigation Menu I have this keep it simple code, that makes an exception on the " nodeList.Add(eni);" line [AddInOrder(-1)] publ ...
Kim Søjborg Pedersen
31/07/2014 15:17:58
No replies yet
Orderline fields in BOM products
Hi Guys, I have tried to use Orderline fields in combination with BOM products and Multi-add to cart. It seesm that in any of the above cases the orderline fields are not rendered. The bom product contained a product that had orderline fields attache ...
Adrian Ursu
23/06/2014 12:12:27
No replies yet
Code-first Items - Save() not fired
Hi guys, I created this Item via Code-first: [Name("Attraktion")] [Category("Code-first")] [AreaRule, StructureRule(Dynamicweb.Content.Items.Activation.StructureContextType.Pages, Dynamicweb.Content.Items.Activation.StructureContextType.ItemList), Pa ...
Martin Nielsen
21/06/2014 21:18:09
No replies yet
AddIn Parameters not loaded correctly
Hi, I've created a Scheduled Task Addin, making it possible to create my own custom code when the scheduled task is running. I have a FileSelectEditor-'Add-In-Parameter' in my code so that I from DW can add a path to a file in my solution. When I add ...
Daniel Kousholt
02/04/2014 10:43:11
No replies yet
News comments - notifying and editing
A client of ours is using the standard News comments functionality. However, they would like to be able to send a comment to the other users in the comment thread whenever a new comment has been made, and they would also like users to be able to modi ...
Peter Terkildsen
12/03/2014 10:23:48
No replies yet
Smart Search results in SQL
Hi, Is there any way to get smart searches results in SQL? We were trying to create a data feed in Data Publishing, and wanted to use Smart Searches (easier for the client) and output the data in Data Publishing. Can we do this? Otherwise we will use ...
Nuno Aguiar
10/03/2014 16:06:42
No replies yet
Priceprovider doesn't work
Hi, FindPrice has been overridden in custom dll, but after DIBS payment comfirmed and DIBS updated order with payment data, the recalculate order line seems use the standard price provider and save the standard price in the database. We use DW versio ...
Judy Zhang
05/03/2014 11:36:41
No replies yet
Internal/friend TaskType
Hi Dw, Why is SystemTools.ScheduledTasks.TaskType made internal/friend? Wouldn't be an idea to be able to use the same enum when creating an add-in for the task scheduler? It seems like a lot of the functionality for this is marked as internal/friend ...
Anders Ebdrup
28/02/2014 08:22:56
No replies yet
Items enum editor
Hi all, Do anyone know how to make a CheckboxListEditor which consists of an enum? I have tried this approach, but with no checkboxes rendered: [Group("Location")] [Name("Lokationer")] [Field("Locations", typeof(Dynamicweb.Content.Items.Editors.Check ...
Anders Ebdrup
25/02/2014 10:23:26
No replies yet
8.3 IndexUpdateService.Current.CreateTask(
I am using the following code to start a task to update the index: Dynamicweb.Searching.Management.IndexUpdateService.Current.CreateTask("Products", true); This does not seem to work anymore?? If i look in the backend the index is not updating. If i  ...
Remi Muller
17/02/2014 14:41:43
No replies yet
CriteriaGroup -> Custom search filtes
This might be a trivial question, but since I don't seem to have any luck making it work, I'll have to ask... How does one create these and figure out what fields to add... This code seems to work, but when I try to use the out commented part I'm mis ...
Martin Skov Nielsen
12/02/2014 12:47:03
No replies yet
User custom field value is not persisting after form post
Hej guys, I have a yet another user form here. I am using Extranet module, Create new user dialog. So user is Not authenticated yet. User fills in form data like e-mail, telephone, adress - all those standard fields they are persisting. But I also ma ...
Dmitrij Jazel
07/02/2014 11:30:49
No replies yet