Developer forum
Subject
Replies
Started by
Last reply
Notifications in Forms module (not DW7)
Hi DW, I have to build an extension for the Forms module that takes that data that's posted, and moves it to a crm system. Are there any notifications i can subscribe to to achieve this? Or how would i go about building something like that. // Martin ...
Martin Nielsen
21/11/2014 13:01:14
Last post: 24/11/2014 10:12:22
Order line sorting when using ParentLineID
After creating a custom SalesDiscountProvider I noticed that orderlines with ParentLineID does not affect the sorting of orderlines when rendered. I would expect all orderlines with a parent id to follow that parent orderline, so that they are render ...
Morten Bengtson
20/11/2014 15:22:56
Last post: 21/11/2014 11:44:27
List of Groups, of eCom module paragraht
Hello guys, I have a paragraph with Ecom module added to it, and I have added some Ecom groups to it. (see attachment) my question is, while I am in ProductList template, is there is any way that I could get a List of groups that are selected there? ...
Dmitrij Jazel
18/11/2014 15:36:39
Last post: 18/11/2014 16:37:56
Avoid dynamicweb extra parametre in newsletters?
Hi, I have a customer who is using Dynamicweb to send out newsletters. They have some links in the newsletter which points to another system. When Dynamicweb renders the newsletters it adds extra parameters to all links inside the template. It is tra ...
Sten Hougaard
18/11/2014 10:26:32
Last post: 18/11/2014 11:15:15
Reset EcomGroups sorting
hi guys, There once was a discussion here: http://developer.dynamicweb.com/forum/cms-standard-features/sort-navigation-if-page-navigation-uses-ecom-groups.aspx And I appreciate filtering functionality ALLOT! Question: What if I need to "undo" this so ...
Dmitrij Jazel
17/11/2014 14:41:08
Last post: 17/11/2014 16:02:36
Apply rounding to prices
Hi. I want to apply rounding to the prices so that they always round up when they are being shown in the productlist, but when added to the cart it should be the original price.
So say that i have a product that costs 45,25, it should be rounded up t ...
Dan Lundgren
14/11/2014 11:08:04
Last post: 17/11/2014 15:54:37
System.ArgumentException: No ProductField or ProductFieldValue based on the given system name exist.
Hello guys, Just got an issue here with a filter, for some reason, very unexpected. Am trying to use 2 other custom fields as filter parameters. ("gender" and "special eddition") but not AvailableDate. AvailableDate is just a custom field for a date ...
Dmitrij Jazel
17/11/2014 09:37:23
Last post: 17/11/2014 11:58:31
Assortments and Default DW ecom navigation
Hej guys, I tryed to set up some assortments here. And I can see that it works great when assorting products, ones restructed are not shown. But in the assortment setup, we do attach Groups. So when the user loggs in he should not have those products ...
Dmitrij Jazel
14/11/2014 11:08:56
Last post: 14/11/2014 15:11:46
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
item creator, existing item type and custom code
I have an existing item type created in dw backend. Using the item creator we are adding items in the frontend. What i like to do is before this item in created i want to validate some fields and possibly update fields of this item as well.
This cust ...
Remi Muller
11/11/2014 10:00:35
Last post: 12/11/2014 10:04:38
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
Area not persisting correctly
I am creating a new website/area using the Area.Copy method. This is my code: Dynamicweb.Content.Area Ase = Dynamicweb.Content.Area.GetAreaById(areaId); Dynamicweb.Content.Area A = Ase.Copy(Dynamicweb.Content.Area.CopyMode.StructureAndContent, false, ...
Jonas Mersholm
06/11/2014 08:25:28
Last post: 06/11/2014 15:57:32
Product.Clone - No variations?
Is it a bug that the "Product.Clone()" method does not clone product variations? Best regards, Jonas Mersholm ...
Jonas Mersholm
06/11/2014 10:33:15
Last post: 06/11/2014 11:18:39
Custom split test parameter
Hi Dw, Is it possible to extend the split test parameters so I e.g. can test on a custom variable? Right now I have to test which variant combination is performing the best. Best regards, Anders ...
Anders Ebdrup
20/08/2014 22:36:40
Last post: 05/11/2014 17:35:10
Accessing Translation api
Hej Guys, I was wondering if you can access Translations through API, For example: We have a method in extensebility code, and that method must generate a message - that is already in the Translate.xml So in order to not hardcode the message, it woul ...
Dmitrij Jazel
04/11/2014 13:46:15
Last post: 05/11/2014 17:10:13
c# eCom add notification email
Hey there! How would i go about adding a notification-email to a eCom basket from c#? I cant really find any documentation on this topic. Thanks in advance Jonas ...
Jonas Mersholm
05/11/2014 09:30:20
Last post: 05/11/2014 14:49:15
Variantgroup not being added to product
I have a product Dynamicweb.eCommerce.Products.Product product = new Dynamicweb.eCommerce.Products.Product();
product.Name = "Test product";
product.Save(); And a variantgroup Dynamicweb.eCommerce.Variants.VariantGroup newGroup = Dynamicweb.eCommerce ...
Jonas Mersholm
29/10/2014 09:38:58
Last post: 03/11/2014 15:03:29
Create new cart and populate with orderlines
Hello guys, User has no cart asigned, and if he clicks button I want to initiate new cart and add an orderline to it in the code. Last time I did it was a while ago, now we are in DW 8.5 and things surely changed in that part of API. Was surised this ...
Dmitrij Jazel
08/10/2014 00:27:56
Last post: 03/11/2014 11:01:58
Corrupt images
Hi Dw, For large solutions with tons of images it would be nice to have a better handling af corrupt images than displaying an error like this: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromFile(String filename, Boolean useE ...
Anders Ebdrup
31/10/2014 21:03:46
Last post: 03/11/2014 10:57:18