Developer forum
Subject
Replies
Started by
Last reply
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
10
Subscribe
Items Code-First with a Server error on creation/edit mode
It's my User Item that gives me the server error on version 8.6.1.14 I have 3 Item Types: Country: [Item("Country", "Country"), Category("Dechra")] [AreaRule, StructureRule(StructureContextType.Pages), ParentRule(ParentRestrictionRule.ParentType.Root ...
Kevin Steffer
08/07/2015 14:30:18
Last post: 08/07/2015 20:41:23
Custom table markup for responsive layout.
Hey guys, Is there a way to modify the html generated for a table within a content page. These are the table that the user creates using the Rich Text editor. Regards, Yash. ...
Yasharth Tahiliani
07/07/2015 16:52:31
Last post: 07/07/2015 17:44:56
Ecom:Order:OrderLine get Stock question
Hei Guys, I am having troubles while preparing stock value for Product - Order line. In one ERP connection , in Live Price Provider, we are fetching ProductPrice and ProductStock live from ERP. But it seams to me that when you add the product to Shop ...
Dmitrij Jazel
03/07/2015 12:17:24
Last post: 06/07/2015 15:40:16
Video Webinars?
Hi Guys, Am trying to find Video Repository of webinars that DW hosted. Can't seem to find them, anyone can share a URL? /Dmitrij ...
Dmitrij Jazel
03/07/2015 13:08:27
Last post: 03/07/2015 15:59:23
DW App 8.6.1.13 question, Owin error
Hi guys, Is it just me, or DW App 8.6.1.13 is using Owin 2.1.0.0? I am playing arround with application here, and I started getting an error, This looks fammiliar, but I just can't recall it. Could not load file or assembly 'Microsoft.Owin, Version=3 ...
Dmitrij Jazel
02/07/2015 16:53:18
Last post: 02/07/2015 17:00:42
RE: Fetching data from a Itemtype field checkboxes list
Hi, I need to fetch data from my itemtype, which contains fields of the type checkboxes. I need to fetch these individual fields, and loop through them. What method could I use frontend in my razor files to do this? ...
Jan Sangill
30/06/2015 10:05:33
Last post: 02/07/2015 11:10:03
Search by product custom field - setting up
Hi guys, We have ERP system, that is going to send us products once per day. Those products might/might not contain new custom fields. That we will have to create "on the fly" as those are controlled by the ERP users (we will have a separate sync rou ...
Dmitrij Jazel
02/07/2015 09:19:28
Last post: 02/07/2015 10:35:46
Related Product List Provider
Hey all, I am trying to implement a custom product list provider, where I would like remove products based on the logged in user's permission. We have some custom code that filters products based on the user's customer number. So e.g. Customer A may ...
Mikkel Toustrup Olsen
30/06/2015 08:54:47
Last post: 30/06/2015 14:52:36