Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Variant build is not updated in admin
Hi DWs One of our clients have a variant build, which is made in the old way with the API. The problem is that when the build is run, the administration is not updating the product. So even that we can see that there are variants, the little "+& ...
Peter Bille Larsen
08/10/2013 09:32:00
Last post: 17/10/2013 16:06:14
Extranet facebook login
Hi DWs A client wants users to login to the Extranet via Facebook. I guess we could link the users login via custom code to Facebook API. Any suggestions much appreciated. :-) /thanks Bille ...
Peter Bille Larsen
20/09/2013 11:36:01
Last post: 20/09/2013 16:21:47
Weird error in the Cart
Hi DW, I'm seeing a weird error the cart on one of our custom solutions. I'm not sure exactly what triggers the error, and it doesn't happen everytime. I can recreate it though. This is the error i get: Logging 'Exception': Type: System.Data.SqlClien ...
Martin Nielsen
19/09/2013 13:52:32
Last post: 26/09/2013 11:30:07
Extranet missing notifier
Hi Dw, I am running v8.3.0.2 and when trying to log in with a user with no groups attached then it seems like no notifier i called. It would be nice to have this called: Dynamicweb.Notifications.Standard.User.OnExtranetLoginFailed Besides no tags are ...
Anders Ebdrup
18/09/2013 14:36:47
Last post: 18/09/2013 17:11:02
Attempt to aritmatic with two prices of different currency
Hi Dw, I have a shop (v8.3.0.2) and when switching from one website to another with items in my cart, then I get this error: Attempt to aritmatic with two prices of different currency [PriceInfoCurrencyException: Attempt to aritmatic with two prices  ...
Anders Ebdrup
18/09/2013 12:46:59
Last post: 15/10/2013 23:03:23
items api sort by user-defined
I am loading items through the Dynamicweb.Content.Items api. Working fine and I can sort on different fields. My issue is I can not figure out how to sort on “user defined” order as set in the dw backend. Here is a code sample trying to s ...
Remi Muller
17/09/2013 14:57:23
Last post: 15/10/2013 11:59:00
SalesDiscountProvider DW8
Hi I have this code example from the Dynamicweb DW8 documentation on the SalesDiscountProvider - but i cannot get Dynamicweb to recognize it. My PriceProvider in the same build is working/recognized perfectly. Am I missing something? using System; us ...
Jacob Søndergaard
17/09/2013 09:33:25
Last post: 18/09/2013 10:04:00
PDF Gallery
Hi everyone! I should implement a gallery of PDF files. Can I use DW image gallery module to look into a folder in the file archive and create a list of PDF's thumbnails – from there I can click the thumbnails in order to flip complete version  ...
Giuseppina Giunta
16/09/2013 18:23:43
Last post: 17/09/2013 22:38:39
Add info/link to pages
Hi, We need to create a URL shortener module, which basically redirects (301) for the correct Dynamicweb link. We would like to incorporate an information and/or button (for a pop-up window) so we could see exactly what short URL that page would gene ...
Nuno Aguiar
12/09/2013 16:09:55
Last post: 12/09/2013 16:26:25
Difference in Orderlines accross 2 solutions
Hi DW, I have a solution running on 8.2.1.11 and i've taken a copy off it for local development, but now i'm seeing differences on the way that Discounts are saved in the EcomOrderlines table. On my local solution the field OrderLineParentLineID cont ...
Martin Nielsen
12/09/2013 13:35:05
Last post: 19/09/2013 13:28:45
search weighted search on any html tag gives an error.
Search weighted search on any html tag gives an error. Using the search weighted module When search on any html tag for example "<td>" a 404 error is displayed. I expected a search result with some or no results. And when a 404 happen ...
Kristian Kirkholt
12/09/2013 11:23:59
Last post: 10/10/2013 15:35:47
CustomModuleSettings double quotes removed from value
I have the following control in my custom module_Edit.aspx <textarea id="txtTwitterWidgetCode" runat="server" title="" ></textarea> In this field the client pastes his generated twitter widget code. The probl ...
Kristian Kirkholt
12/09/2013 11:17:55
Last post: 14/01/2015 14:15:12
ASP.NET Membership provider
Does anyone know if dw can integrate with standard asp.net membership providers? Out client currently uses the standard asp.net membership and roles provider on their website. The client would understandably prefer not replace their user management s ...
Alec Stubbs
11/09/2013 16:16:52
Last post: 17/09/2013 08:51:17
500.000+ Products
Hello. I was just doing a POC. Is it possible to have ALOT of products in Dynamicweb? I tried to import 500.000 products into a DW 8.3.0.2 and starting the instance became impossible. Maybe it is something to do with custom code but before moving on, ...
Mikkel Høst
11/09/2013 15:41:07
Last post: 18/09/2013 09:54:36
Custom related product provider
Hi! I am getting an error for my custom related product provider: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutO ...
Anders Ebdrup
11/09/2013 15:07:24
Last post: 11/09/2013 15:47:02
Page ID counter
Hi, Anybody know where the page ID is controlled from? I'm developing a new website, which only have about 50 pages so far, and all of a sudden, all new page IDs start from ~1050 and up. I've tried deleting new pages with high IDs, but DW keeps creat ...
Martin Gammelholm
10/09/2013 19:57:41
Last post: 10/09/2013 20:49:53
Override Username validation
Hi, We have a client with multiple websites and extranet applied: General website Special promotions website A Special promotions website B ... We have 1 extranet group for each site, due to restrictions and so on... Only users with a passoword can a ...
Nuno Aguiar
10/09/2013 16:41:18
Last post: 11/09/2013 21:02:33
Autocomplete search (CMS)
Hi all, Is it possible to attach an 'eCommerce autocomplete like' feature to the CMS Search module? If so - how is this done? I have been thinking about storing comma separated keywords in a table when a user saves a page and then query that table wh ...
Sonni Tost
02/09/2013 16:09:06
Last post: 02/10/2013 12:03:45
How to get the same resultset from Lucene as DW default searching
I've got an question regarding how to do correct (or better) manual search with the search index. Right now I just search with following code: SearchQuery q = new SearchQuery(); q.Add(new Dynamicweb.Searching.Queries.Criterias.Criteria("sys_summ ...
Allan Iversen
29/08/2013 10:47:04
Last post: 30/08/2013 08:27:46
Index search and content
Hello. DW 8.3 I understand that the search weighted can use the index to search content. But right now i use the Search v2 ? to search products in eCommerce. I need a combination of both so we can make a search that searches both content and products ...
Mikkel Høst
28/08/2013 17:48:23
Last post: 05/09/2013 11:54:15