Developer forum
Subject
Replies
Started by
Last reply
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
Running a standalone .net 4.5 solution inside a dynamicweb environment
We have a .net 4.5 mvc solution that resides within a subdirectory on a client's server, view-able in the dynamic web file structure interface as this: |
|- BellaCenterPdfGenerator
|- Images
|- System
|- Templates
|- ...
|- cache
|- Transhbin The Our ...
Daniel Kvistgaard
30/07/2015 11:04:55
Last post: 06/08/2015 10:05:57
Problems with embedding videos on pages.
Hi, We have tried to embed a simple video on one of our website templates using the simple html video tag. This is causing problems and the video does not work on some mobiles. Has anyone faced a similar problem? Is there a solution to this? The code ...
Yasharth Tahiliani
28/07/2015 14:51:53
Last post: 30/07/2015 09:42:19
Missing notifier
Hi Dynamicweb, I am missing a notifier in the code section below from CartCatch.vb to be able to overrule the reservation check for specific products, so I can go with the standard functionality most of the way. ' Check stock and reserve If ProductRe ...
Anders Ebdrup
29/07/2015 19:39:03
No replies yet
FeeProvider crashes IIS
Hello, I have written a feeprovider for our new shop. It does work absolutely fine in local, however when I copy the project DLL on the server, it makes IIS crash with this error : Faulting application name: w3wp.exe, version: 7.5.7601.17514, time st ...
Gaetan Di Caro
14/07/2015 11:41:04
Last post: 27/07/2015 11:57:42
RE: Reading AppSettings
Hi, I am trying to read values from the Solution's web.config file's <appSettings> but it doesn't seem to be able to do that. I can successfuly read connection Strings. Has anyone faced a similar issue before? Thanks, Yash. ...
Yasharth Tahiliani
27/07/2015 11:10:13
No replies yet
Pages Data in the Database.
Hi, I was just wondering where the content for standard pages are stored in the database? I am building a search module, and it is easy for me to search data for Items in their tables (ItemType_***) However for content pages, I am trying to look for ...
Yasharth Tahiliani
13/07/2015 16:51:03
Last post: 27/07/2015 10:54:51
Orders getting Duplicated Discounts
Hi All, We have a solution using Dynamicweb Version 8.5.1.9 using multiple discounts (Custom Mande and Dynamicweb Standard) and sometimes, the orders will randomly get the same discount twice (solution is set to apply the maximum discount). Another s ...
Diogo Brito
23/07/2015 20:14:51
Last post: 27/07/2015 10:52:27