Developer forum
Subject
Replies
Started by
Last reply
Problem when importing assortments
Hi Dynamicweb, We have a problem when importing what seems like a special number of assortments where we get this in the log: Mon, 09 Nov 2015 13:39:34 Starting import to temporary table for EcomAssortmentGroupRelations. Mon, 09 Nov 2015 13:41:40 Imp ...
Anders Ebdrup
09/11/2015 13:45:36
Last post: 16/11/2015 20:05:07
Issue with custom recipientprovider
Hi Dynamicweb, I have an issue with a custom recipient provider due to this check: LogEvent(_message, "Verifying Quarantine Period of {0} minutes.", _message.QuarantinePeriod) Dim now = DateTime.Now Dim quarantinePeriod = _message.QuarantinePeriod Di ...
Anders Ebdrup
15/11/2015 00:30:24
Last post: 16/11/2015 20:03:21
New Index paragraph settings
Hi guys, We're using the new indexer for our searches and I've noticed that the settings for the QueryPublisher module on a paragraph are system specific. For example, if I save a custom paragraph with the QueryPublisher module the following settings ...
Tom Kamphuis
26/10/2015 11:04:17
Last post: 12/11/2015 09:23:38
12
Subscribe
Cart drops after 15 minutes?
Hi Guys, One of our customers called, and said that shopping cart becomes empty, when they are comming back from the break. 1) Customer adds products to cart. 2) just before finishing checkout - they are having break, or telephone call. 15-20 minutes ...
Dmitrij Jazel
04/11/2015 20:21:12
Last post: 11/11/2015 14:28:16
ExtranetLogin error in ASHX file
I have created one hanler "autologin.ashx". In the handler i need extranet login. For that i have used the following code. Dynamicweb.Modules.UserManagement.User user = Dynamicweb.Modules.UserManagement.User.Authenticate("FRANKMARCKSCHEFFEL@FBAUFZUEG ...
Erik Pettersson
11/11/2015 05:30:04
Last post: 11/11/2015 11:48:42
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
16
Unsubscribe
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