Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Order Modified notifier
Hello all, I'm working with the Live Integration project, and when a checkout process is finished, the order is sent to the ERP. But, in this project, the order confirmation page has a small form, which the fields are order custom fields. For example ...
Gonçalo Assunção
10/11/2015 12:20:45
Last post: 11/11/2015 08:34:59
Problem with Security.Logoff
Hi Dynamicweb, When using Security.Logoff() my user is logged off correctly, but when I am using Security.Logoff(false), the user is not properly logged off as it seems like this section is missing in the overloaded method: Dim oneSessionCookie = Con ...
Anders Ebdrup
09/11/2015 17:07:09
Last post: 10/11/2015 10:21:23
New Index: not contains
Hi Dynamicweb (Jeppe) How can I make a query with "not contains"? Right now I need to make a query for all products that does not contain "FU" Best regards, Anders ...
Anders Ebdrup
03/10/2015 18:32:20
Last post: 10/11/2015 09:18:56
CheckoutDoneOrderIsComplete ignored
Hello all, I have a website where I'm working with the Live Integration project, and I have a custom Discount Provider. Both these dll subscribe to the same notifier:Dynamicweb.Notifications.eCommerce.Cart.CheckoutDoneOrderIsComplete. The issue is th ...
Gonçalo Assunção
29/10/2015 19:04:02
Last post: 09/11/2015 13:31:18
Indexing time with new index
Hi, We have a solution running on 8.7.0.7 where we experience a very slow indexing process - please see attached screen dump. What can we do to speed up the process? Best regards, Anders ...
Anders Ebdrup
03/11/2015 10:39:04
Last post: 05/11/2015 15:08:19
RE: Problems sorting using repositories inde
Hi DW, I am implementing some simple sorting using repositories: Price (works) Name (Does not work) The sorting is called from code: var sortList = new List<SortInfo>(); sortList.Add(new SortInfo { Field = "Name", SortDirection = SortDirection. ...
Rasmus Andersen
02/11/2015 11:30:54
Last post: 02/11/2015 15:43:07
The table is locked. Please try again later.
Hi guys, Attempted to add a custom product field. But got an error in the /Admin backend. "The table is locked. Please try again later." http://screencast.com/t/qZDeJxqjWNww Waited for a while, but still can't add the field, and still getting the sam ...
Dmitrij Jazel
17/08/2015 12:59:20
Last post: 29/10/2015 10:14:16
Application conf. Single domain, multilanguage
Hi Guys, Wanted to ask you for an advice, on how to plan/configure application to work like that. 1) There is going to be a single application, 2) That application is using .COM domain name. 3) it has default valuta in Euro, USD 3.1) Note: users are  ...
Dmitrij Jazel
28/10/2015 14:55:02
Last post: 29/10/2015 09:32:15
&pdf generates a blank PDF
Hey, I'm trying to generate a pricelist as PDF from an eCom solution, but when i append &pdf=true to the url, the PDF i get is just a blank page. The page i'm trying to generate contains some custom code, but it renderes correctly without &pd ...
Martin Nielsen
11/12/2014 16:32:56
Last post: 27/10/2015 15:24:40
"Exporting" an area/website
Hi, Is there any smart way to "export" a complete "Area" or "Website" from one solution to another. I cannot copy the whole database. Regards /Aki ...
Aki Ruuskanen
27/10/2015 13:43:01
Last post: 27/10/2015 14:54:33
Send mail with product info
Hi, Is there any smart way to render an email with a product with a dynamic productid. I know I can create a page with a product and point that out in email marketing when creating an email. But. What I would like to do is to provide the page with a  ...
Aki Ruuskanen
27/10/2015 10:59:36
Last post: 27/10/2015 11:10:22
Wrong Ecom:VariantOption.Selected
Hi Dynamicweb, We have some issues with: Ecom:VariantOption.Selected as the value is not set correctly - see the function here: Public Sub RenderVariantOption(ByVal VariantOption As VariantOption, ByVal Template As Template) If Template.HtmlHasPartia ...
Anders Ebdrup
26/10/2015 10:43:53
Last post: 26/10/2015 11:14:30
Is it possible to make an Item Field of type Product in code first?
Hello, I'm trying to make an Item Field of type Product with code first, but this code don't work. [Group("Product")] [Name("Product Link")] [Product] public string Product_Link { get; set; } ...
Kim Søjborg Pedersen
06/10/2015 12:23:59
Last post: 23/10/2015 13:31:49
Live Integration + Index
Hi, We are trying to extend the Live Integration VS project by adding additional info comming from the ERP other than the price (stock). The problem is that when using the index, we get the prices updates but not the other fields, which is understand ...
Nuno Aguiar
16/10/2015 12:32:31
Last post: 19/10/2015 15:05:23
Change the shipping method programmatically
Hello, I'm having some trouble making coexist 2 different shops on the same country with each their own shipping method. I'm not having any luck with the configuration so I'm trying to set it programmatically. I was thinking of setting it either in t ...
Gaetan Di Caro
16/10/2015 08:34:21
Last post: 19/10/2015 11:11:03
Sorting of variants in new index
Hi Dynamicweb, We are missing the possibility to sort variants in the new index after the sort order, so "Small" can be displayed before "Medium" and so on. Best regards, Anders ...
Anders Ebdrup
12/10/2015 17:09:24
Last post: 19/10/2015 08:15:50
Create NamedItemList from code
Is it possible to create NamedItemList and attach it to a page with given ID in the code of a notification subscriber? P. S. Is there a documentation about adding and removing items from existing lists? ...
Andrey Kozachuk
13/10/2015 13:09:32
Last post: 19/10/2015 04:54:44
Import favorites with the api
Hi Dynamicweb, When trying to import favorites with the api I have a bit of a problem with the line marked with red: Public Shared Sub AddToFavorites(ByVal ProductID As String, ByVal VariantID As String, ByVal LanguageID As String, ByVal listName As  ...
Anders Ebdrup
18/10/2015 11:50:02
Last post: 18/10/2015 12:17:45
Clearing logs
Hi! This might be in the wrong forum. If so, I'm sorry! I was wondering how to clear the logs when this message comes up. Its a client custom server, and I have access to all the features via RDP/admin See, attachment ...
Tom-Erik Paulsen
09/10/2015 11:14:58
Last post: 16/10/2015 15:25:44
Documentation Email Marketing
Hi, Is there any documentation regarding developing custom recipinet providers and/or working with email marketing with code. I am going to need to build automated mails with dynamic content and dynamic list of recipiants. /Aki ...
Aki Ruuskanen
15/10/2015 08:42:53
Last post: 16/10/2015 15:24:33