Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Adding a file-upload to checkout-proces
Hi Dynamicweb, How would you add a file-upload to the checkout-proces in Dynamicweb? ...
Bo Møller
18/05/2011 16:49:46
Last post: 18/05/2011 21:46:13
Global access to SQL Firehose
Hi, I use the firehose all the time for debugging data in Dynamicweb, and I usually have multiple windows open when using it. That's why I've often thought that it would be great with a globally accessible button for Administrator, allowing me to ope ...
Lars Hejgaard Sørensen
16/05/2011 09:36:19
Last post: 18/05/2011 21:41:31
NavigationProvider: Remove menus?
Hi, I have a eCom group based navigation and I need to remove/hide menus for certain logged in users. The Dynamicweb.Frontend.NavigationProviders.NavigationItem class seems to be missing methods for doing this directly. What is the best approach then ...
Jonas Kæseler
17/05/2011 21:11:02
Last post: 18/05/2011 08:24:14
Casing in URL Providers
Hi there, I built a simple URL provider to convert something like &CollectionName=Name to /Name. I use the following code: foreach (var collection in collections) { list.Add(new Mapping("CollectionName", collection.CollectionName, colle ...
Imar Spaanjaars
13/05/2011 12:47:03
Last post: 16/05/2011 21:37:03
SEO module pre-filled title with product
hi DWs a question: I client wants to have the title and description in the SEO module, pre-filled from the system, with ie: "buy @ProductName here". From a series of different statements. Is there a way to do this? Thanks Peter ...
11/05/2011 10:06:30
Last post: 16/05/2011 15:47:25
Looking for real-world examples of Notification Subscribers
Hi there, As some of you may know, I am working on a book about Dynamicweb eCommerce. One of the chapters deals with Notification Subscribers. To make the chapter as useful as possible, I am looking for real-world examples of the Notification Subscri ...
09/05/2011 13:02:16
Last post: 15/05/2011 09:20:13
Connect to another Dynamicweb Database
Hello there, I need to connect to another solutions database to retrive the users from that solution. Is there a way that I can create a instans of the Dynamicweb.Database whit the sql information to that server. using (IDataReader reader = Dynamicwe ...
03/05/2011 15:38:06
Last post: 13/05/2011 22:31:23
How to save a product with customfields
Hi, I'm trying to save a product using the API, but i can't get my custom fields saved. When i'm updating an existing product (on that is created in backend), this code works: Product p = new Product( item.varenummer, "", lang.LanguageID ); ProductFi ...
05/05/2011 15:42:03
Last post: 13/05/2011 21:33:10
Handling variants for different languages
We have a site with four languages and a ecommerce solution. I cant figure out how to couple the variantgroups to the different languages. Atm they are only shown in the danish language brand, and the others just say variantgroup doenst exist under t ...
Sune Fengel
12/05/2011 09:56:01
Last post: 13/05/2011 13:39:40
Xslt menu dropdown - dropout problem ?
Hi , I've got a problem with the XSLT dropdown menu. I'd like third level to dropout on the right side of the dropdown menu.. But when I set it to "Standard" it only shows the second level. When I set it to "Expand All", it shows  ...
Djan Blom
13/05/2011 09:03:39
Last post: 13/05/2011 11:23:20
Frontend: Extend Usermangement w. member-of-groups
Hi, For some reason the list/loop of users in a group (frontend), dosent contain data/loop with groups the user are member of. How can I extend my template with this loop/data? SU. ASAP ;) /Morten ...
Morten S. Hvid
12/05/2011 14:59:14
Last post: 13/05/2011 10:24:57
Change layout file on the fly through code
Hi there, Is there a way to change the layout file on the fly through code? I have a custom module that has a List and a Details view. For each I would like to use a different Layout file which I need to assign dynamically. I don't necessarily have t ...
Imar Spaanjaars
12/05/2011 15:43:37
Last post: 13/05/2011 09:44:43
Access Meta data of News Items
Hi there, I am using the following code to query news items: var allNews = Dynamicweb.NewsV2.NewsItem.GetAllNewsValidAndActiveAndNotArchive(); This returns a collection of NewItem instances. But how do I access the meta data of the news item? Imar ...
Imar Spaanjaars
12/05/2011 15:12:55
Last post: 13/05/2011 09:40:08
Reusing productlist renderer
Hi, I'm creating a search module that searches in eCom products, in a very specific way, with lots of search rules and more, but the result of my search is a "simple" ProductCollection. Is it possible to use the Renderer class to get my result listed ...
10/05/2011 15:00:42
Last post: 12/05/2011 15:19:54
Performance DW 7 implementation
We are currently implementing our first DW webshop. After the implementation of the new design we are experiencing performance issues and do not know where to look. I did the following things to boost performance, but still no luck: - enabled "Disabl ...
11/05/2011 13:25:44
Last post: 12/05/2011 11:14:12
Cart function
Hi, If I were to make a small function that allowed only one orderline to be added to the cart per order. So if a second product is added the cart the cart must first be emthyed and the add the new product. Any ideas? ...
28/04/2011 23:25:02
Last post: 12/05/2011 02:53:37
rel canonical on products
I need some way of pointing searchengines towards the original detail page for products. We run a nation wide chain business website solution. It has 20+ stores, each with it's own website, and one general website. All websites feature a shared numbe ...
10/05/2011 11:50:47
Last post: 10/05/2011 14:40:10
http & https on same Dynamicweb solution
Does anybody have experience with setting up a DW solution, where content pages are http, and pages with sensitive information like ecom cart flow, and memberclub account pages are using https? I am mostly wondering about the architecture - best prac ...
10/05/2011 13:35:13
Last post: 10/05/2011 13:51:47
Paging
Hello. Currently I’m working on a big ecommerce site integrated with Navision. It’s important to us, and the customer, that we have good performance on the site. On the FrontPage we have a box with 4 tabs each of these tabs renders a different produc ...
10/02/2011 19:02:02
Last post: 09/05/2011 14:19:28
Changing the User's UserName while logged in
Hi there, I am working on a site where we need users to log in with their e-mail address. So, we store the e-mail address in the AccessUserUserName field and all is good. But I run into problems when I allow users to change their e-mail address as I  ...
21/04/2011 09:19:17
Last post: 07/05/2011 09:25:32