Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Database Error
Hi, Every now and then we are facing this problem with the site that the database seems to be forgetting Item Fields. I have to go inside the cms and Save and Close the item again for this to be resolved. This is a call for concern and I would be gra ...
Yasharth Tahiliani
23/07/2015 15:04:43
Last post: 27/07/2015 10:05:34
Javascript Error
I keep getting this error in my console on my web site. Uncaught TypeError: Cannot read property 'appendChild' of null in Analytics.min.js Can someone please help? Attached is the screen shot. ...
Yasharth Tahiliani
16/07/2015 11:24:18
No replies yet
Excluding pages/items in weighted search.
Hi, I was wondering if there is a way to exclude certain items or pages (and it's subpages) from a weighted search module. I know that we can only search for a page and it's subpages, but what about excluding them? ...
Yasharth Tahiliani
09/07/2015 16:51:37
Last post: 15/07/2015 13:39:55
Get Page Content
Hi, I am building a custom search for my site wherein I would like to get the content of pages. These are standard pages and not items. I am able to get their IDs and I was wondering how I can get the content of these pages to display a part of them  ...
Yasharth Tahiliani
14/07/2015 18:16:55
No replies yet
Querying Items.
Hi, I am attempting the query items using the instructions given on the following page: http://developer.dynamicweb.com/documentation/for-developers/item-based-structure/querying-items.aspx The commands that I am using are: Dynamicweb.Content.Items.I ...
Yasharth Tahiliani
02/07/2015 15:10:57
Last post: 13/07/2015 15:33:22