Developer forum
Subject
Replies
Started by
Last reply
Filter values sorting order
Is it possible, by code, to change the sorting order of the filter values, without usin Razor I have tried Dynamicweb.Notifications.eCommerce.SearchFilters.BeforeRender but can’t access the values there. BR Thomas ...
Thomas Larsen
02/09/2015 23:33:04
No replies yet
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
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
Saving without triggering notification
Hello. Is there a way to save an order without triggering the OrderAfterSave notification? We have a ashx that will be used to update order information from an external source, but we also use a Order Save notification to update information in the ex ...
Marco Santos
01/09/2015 12:33:57
Last post: 01/09/2015 13:29:50
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
StatisticsProvider: Column '' does not belong to table
See this post: http://developer.dynamicweb.com/forum.aspx?ThreadID=42729 ...
Andrey Kozachuk
31/08/2015 11:21:36
No replies yet
Kevin Steffer
30/08/2015 16:32:40
No replies yet
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
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
RE: Minify HTML
Hello. I'm trying to find a way to minify our HTML for a project, and I am not sure what is the best way to go about it. From what I can find the best option seems to be through the OnOutput notification, where I can minify the template HTML field. H ...
Marco Santos
14/08/2015 11:27:59
Last post: 24/08/2015 10:52:37
Creating product partslist items
Hi guys, I was wondering if there's any way for creating / updating the product partslist automatically. I'm building an application which receives a product with BOM products attached from a feed and I'd like to fill the DW parts list with these BOM ...
Tom Kamphuis
20/08/2015 16:59:00
Last post: 21/08/2015 15:59:15
Product i.GetLoop("Details") in product catalog?
Hi Guys, Under product template tags you have "Details" loop - available while in Product Details - you have additional product images available from Product Details. All is OK there. But when you are in Product List - That loop (Details) is not avai ...
Dmitrij Jazel
17/08/2015 12:20:33
Last post: 17/08/2015 16:45:37
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
Item Code-First ItemRelationList field won't render
I have this field on my Article ItemType [Field("Files", typeof(Dynamicweb.Content.Items.Editors.ItemRelationListEditor))]
[Group("Files"), SortIndex(10)]
[ItemRelationList("Files", "ResourceFile", SortBy = "", SortOrder = "ASC", ItemType = "Resource ...
Kevin Steffer
12/08/2015 14:02:52
Last post: 13/08/2015 17:09:57
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
Source code from Indexing Everything webinar
As promised during the webinar Indexing Everything on July 1st 2015, here is the link to the source code that I showed. There are two implementations in the solution. One shows how to create an IIndexBuilder and the other shows how to implement an II ...
Jeppe Eriksson Agger
01/07/2015 14:23:00
Last post: 11/08/2015 13:07:46
Slow performance in AssortmentNavigationProvider
Hi DW, I have downloaded the latest version of DW (v8.6.1.13), but experience very, very bad performance in the assortment navigation provider, with a response time up to 5 minutes. I have located the main time consuming part to this section of the A ...
Anders Ebdrup
07/07/2015 13:36:06
Last post: 11/08/2015 11:13:17
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
Serializing problem
Im building a webservice method returning a Ecommerce.Product object but it fails when running the asmx file. Im getting this error: Types 'Dynamicweb.eCommerce.Products.Group.MetaData' and 'Dynamicweb.eCommerce.Products.Product.MetaData' both use th ...
Magni J. Hansen
28/07/2015 19:12:36
Last post: 06/08/2015 11:20:38