Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
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
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
Sales Discount and Product relation
We are going to import products from an external source. These products can individually have a discount percentage. On import we want to check the EcomSalesDiscount table for a discount with a given discount percentage from a product, if it is not p ...
06/05/2011 11:00:31
Last post: 06/05/2011 12:31:36
multiple editors
I have problem when i try to have multiple rich text editors on the same page. only the first editor is shown the other wont render much of the needed code. how can i get more than one editor on the same page? ...
06/05/2011 10:03:50
Last post: 06/05/2011 10:44:18
iPaper not working in 19.0.1.8
We activated the iPaper and iPaper extended for our customer. The module doesn't work correctly for the backend (configuration) and it doens't work for the implementation in a page. Backend: The settings tab only shows the name of the setting, not an ...
05/05/2011 17:28:27
Last post: 06/05/2011 10:04:42
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
Missing tag in product category field output
Hi DW, I'm building an eCom site where i using product categories and i've set everything up, and i get my category fields out in my templates but something is missing. Where is my label for the value i set in my field? (All my fields are radio butto ...
05/05/2011 11:34:09
Last post: 05/05/2011 15:54:55
Language selectbox
Does anybody know how to create a language selectbox that links to the same page in the selected language ? ...
04/05/2011 15:14:22
Last post: 04/05/2011 18:24:24
Newsletter v3 import
Hi, I have a set of users in an CSV file, which was initially exported from the Newsletter v3 module, but when importing this file I cannot get it to change the users's active state. The file contains: "Test1","test1@foo.bar","True" "Test2","test2@fo ...
04/05/2011 13:39:09
Last post: 05/05/2011 03:19:23
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
Updating info in custom module
Hi, I'm making a custom module where i have to change the name of certain products. When i change the name it does change the name if you view it in ecom. But it seems the name doesn't change in my custom module. I have to log out and in again before ...
03/05/2011 09:26:58
Last post: 04/05/2011 02:00:48
Coupon discount
Hi, We are adding a coupon discount to our shop. We notice that when the amount off discount from the coupon exceeds the amount off the order you will get a negative sum in your shopping cart subtotal. In other words we need to pay our client money.  ...
03/05/2011 09:01:36
Last post: 04/05/2011 10:47:08
Newsletter v3 validation
Hi, is it possible to validate on categories with the Newsletter v.3. module so if no categories are checked it gives a message to "choose one or more categories"? ...
02/05/2011 14:58:02
Last post: 02/05/2011 17:43:16
Custom module - product import with variants
How to add variants, variant combinations or/and variant attributes to the product, and what the difference between them ? (in code not in admin panel) I need to create new variants, assign variant groups and add variant attributes to them. Is there  ...
02/05/2011 10:43:15
Last post: 26/05/2011 14:06:33
News clicks
Hi, We have a client that needs to check all the news with their popularity (by click) in a table for statistic processing. I tried looking into the database for that column with no luck. How can I get that information? Nuno ...
29/04/2011 17:41:57
Last post: 02/05/2011 10:41:14
Search Extended - Office 2007+ files
Hi Dynamicweb, The installation manual and the online manual haven't given me much clarity how to setup the other extensions input field. When entering *.xlsx or *.docx,*.pptx on the paragraph module settings, the extensions are gone when saving and  ...
29/04/2011 14:57:20
Last post: 03/05/2011 04:43:03
Installing modules
Hi! I managed to install DW on my own server, but the version I got was Light. Is there a way for me as a developer and DW partner to upgrade to the Business version including Ecom module for testing and developer purposes? I can't find a way to to d ...
29/04/2011 12:12:40
Last post: 03/05/2011 11:57:55
Problem with installation
Hi! I have made a custom DW installation on my own server. But when I try to login to the admin interface I get an error "ExternalUserID index out of range" Then I changed from Access to SQL Server as a database, now DW doesn't work at all, get this  ...
29/04/2011 10:31:49
Last post: 02/05/2011 09:39:30
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