Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Concurrency issue in checkout handler?
Hi Dynamicweb, I can see some special handling for concurrency in the DIBS checkout provider. What does it do and which problems does it solve? I am seeking for an answer as we may see some concurrency problems with the ePay checkout provider and we  ...
Anders Ebdrup
21/10/2015 22:49:51
Last post: 25/11/2015 13:39:00
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
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
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
Custom shipping provider called too late
Hi there, I have a custom ShippingProvider that overrides CalculateShippngFee. In the backend I have registered the provider four times with different options (using IDropDownOptions). Everything seems to work fine, except that on the initial load of ...
Imar Spaanjaars
06/10/2015 09:30:08
Last post: 08/10/2015 00:25:17
Publish/unpublish from C#
Hi, How can i publish/unpublish a page from C#. I tried: var page = (DW Page object) page.active = true; page.save(); // page.save(true); without any luck. I havent been able to find any methods that actually has anything to do with publishing. Thank ...
Michael Houmark
18/09/2015 08:58:50
Last post: 18/09/2015 09:25:22
Users loose cart
Hi Dynamicweb, We experience a kind of anoying problem which is very critical for our clients because the users on the shops looses the cart if the session times out and they tries to add another product to the cart or are going to checkout. As I see ...
Anders Ebdrup
11/09/2015 23:48:29
Last post: 28/09/2015 17:38:47
Trace back parent group
Hi everybody, Trying to come up with a recursive method, to iterate throgh parent tree og a group. I have a structure of 4 levels in ecom groups, and I need to trace back the parent of each group in the path. what I have so far: @helper RenderParentE ...
Dmitrij Jazel
03/09/2015 15:09:14
Last post: 03/09/2015 21:53:10
Rebuilding assortments
Hi DW, I have some issues when importing assortments: The assortments is only rebuilt with the EcomProvider - can this also be done with the DynamicwebProvider as we have a lot of data to import? It seems to me that the assortments is rebuilt after i ...
Anders Ebdrup
01/09/2015 20:20:19
Last post: 08/09/2015 15:45:47
Upgrading from 7.2 to 8.x
Hi, I am trying to upgrade a solution from 7.2 to 8.x but have run into an issue. I upgraded to 8.4 and then to 8.5. Everything seems to work except that when I either copy a website or create a new one, I cannot set a layout to it. Same with pages.  ...
Aki Ruuskanen
01/09/2015 11:09:58
Last post: 01/09/2015 14:15:01
StatisticsProvider error: Column '' does not belong to table
Hello, I am trying to implement my statistics provider following section "STATISTICS PROVIDERS" from this document: http://developer.dynamicweb.com/Files/Filer/Documentation/Development/eCommerce/(en-US)%20eCommerce%20Extensibility%20API,%20%20Dynami ...
Andrey Kozachuk
31/08/2015 11:23:30
Last post: 07/09/2015 15:22:52
strange HTTP 500 error
Hi Guys, Installed hundreds of applications, on different machines, but for some reason, getting this error here: http://screencast.com/t/8boEJlt5 My collegue got a Windows 7 64 bit. He did not had IIS nor SQL Express installed. We did all that, and  ...
Dmitrij Jazel
28/08/2015 09:49:51
Last post: 02/09/2015 12:43:44
Assortments is overwritten
Hi DW, I have a critical issue; my assortments is deleted after import. This section of code checks if a user already is assigned to an assortment if (ExistingAssortmentPermissions.Select("AssortmentPermissionAssortmentID='" + assortmentID + "' AND A ...
Anders Ebdrup
26/08/2015 15:04:49
Last post: 31/08/2015 12:54:24
Building a search handler
Hi DW folks, I am trying to build a service for acccessing products and facets from an ashx handler, this should allow me to provide some custom JSON to my frontend developer. So far I am able to do searches using: var queryService = new QueryService ...
Rasmus Andersen
25/08/2015 10:52:45
Last post: 25/08/2015 13:41:40
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
RE: MSSQL Compatibility Levels
Hello Everyone, I was woundering if the SQL Compatibility Level Would affect the Dynamicweb Database any how, and from what i have read so far most opinions indicate that the database shouldn't be affected by this setting, others disagree. Has any on ...
Diogo Brito
14/08/2015 15:48:56
Last post: 26/08/2015 14:01:55
RE: Ajax Partial Post Backs.
Hi guys, Do we know why I am unable to implement partial page post backs using a AJAX Update Panel in a Dynamic Web solution? I have made sure that I have implemented everything correctly, also made sure that the functionality works fine on another p ...
Yasharth Tahiliani
14/08/2015 11:45:15
Last post: 14/08/2015 13:16:24
Confused about Global.asax and Dynamicweb.Admin.Global in stable build
Hi. I'm a bit confused about Global.asax. I if download the current stable build 8.5.1.25. the Global.asax file in that application inherits from "Dynamicweb.Admin.Global" - If i decompile the code this is marked as obsolete. Should'nt the "standard" ...
Mikkel Høst
13/08/2015 17:40:52
Last post: 14/08/2015 10:40:44
When ISupportPriceInfo is Invoked?
Hi everyone, This is my ISupportPriceInfo Price provider implementation: public class PriceProvider : Dynamicweb.eCommerce.Prices.PriceProvider, ISupportPriceInfo { public PriceInfo FindPriceInfo(Product Product, double Quantity, string VariantID, In ...
Dmitrij Jazel
06/08/2015 13:11:36
Last post: 13/08/2015 15:13:04
GetImage.ashx with a IIS virtual directory
Hi, Currently we've setup our website in IIS like this: Website = /application Files = virtual directory to /Files Files/Images = virtual directory to a network share like \\share\customer\Images with authentication This works perfectly but the image ...
Roy
04/08/2015 11:11:07
Last post: 06/08/2015 13:57:02