Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
ExecuteNonQuery
I have som code to insert a row into a table. Looks like below. The SQL itself is OK, I have checked it and run it in Query Analyzer and the row gets inserted. When I run the ExecuteNonQuery it returns 0 but nothing is inserted in the table. Very str ...
Aki Ruuskanen
06/09/2011 11:06:29
Last post: 07/09/2011 14:57:33
SQL Error
Hello every one.. i have been working on setting up a development version of an existing and running version of dynamicweb i downloaded the files from the server and took a backup og the database, after this i recreatet the backup on my development s ...
Kasper Holm
07/09/2011 12:40:03
Last post: 07/09/2011 13:49:35
Error after adding assembly to bin folder: Input string was not in a correct format
Hi, I get the following error after adding an assembly (for a custom MailFormSaveProvider) in the bin folder. I does not stop me from accessing everything. I am not sure of it's impact and how to solve it. Does anybody know what this means? System.In ...
Maulik Kataria
05/09/2011 11:11:14
Last post: 06/09/2011 12:09:05
Group.Products returns inactive products
Hi DW, When using the api to get all products in a group, you get disable products aswell. Code: Dynamicweb.eCommerce.Products.Group grp = new Group( GroupID ); ProductCollection prodCol = grp.Products; When looping through prodCol i get disabled pro ...
Martin Nielsen
02/09/2011 10:26:55
Last post: 06/09/2011 07:45:31
No log files from automated jobs?
We have an import process set up on a ecommerce solution where product data and images are imported every night, but there is no log file generated. When you start the import manually, a log file is generated. Why the difference? And is it possible t ...
Michael Nielsen
02/09/2011 13:04:03
Last post: 06/09/2011 07:02:29
Ecom navigation
Hi, What is the best ways to print out a list of products form a group in ecom? If we want a menu that looks like this: Group1 -Product -Product -Product And another place on the site have a menu that looks like this: Group2 -Product -Product -Produc ...
Emil Højbjerg
05/09/2011 12:58:28
Last post: 05/09/2011 13:08:03
User selectable language
Normal 0 21 false false false SV X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-pa ...
Jon Lennryd
31/08/2011 17:51:08
Last post: 05/09/2011 12:39:58
Transfer products and group From old SHOP module to Ecommerce shop module in dynamicweb
It really needs to be done, i have tried to map tables in integration module, and import like that, but it seems i is having some problems, it imports into database all values (and it seems they are correct (equivalent to manually created group)), bu ...
Vilius Janulis
29/08/2011 13:17:52
Last post: 04/09/2011 14:30:24
API Extranet login
Hello, is it true that you need to install DW extranet module to call ExtranetLogin in the API? My code look like this... Dynamicweb.Security sec = new Security(); sec.ExtranetLogin(Request.Form["Username"], Request.Form["Password" ...
Kim Søjborg Pedersen
29/08/2011 15:45:35
Last post: 01/09/2011 09:43:19
How to add analytics tracking code in check out steps?
I´m having difficulties in tracking and setting up goals in Analytics for our webshop on http://webtryk.dk/da-DK/Kurv.aspx The whole check out takes place on this single html page, so I need some input on how to track on the steps. Do I add a t ...
Steffen Lundtofte Hansen
30/08/2011 09:35:08
Last post: 30/08/2011 11:17:19
Additional forum categories have been added
We have expanded the available forum categories on this site and added two additional categories aimed at editors and users working with Dynamicweb CMS and eCommerce. All categories are monitored by the Dynamicweb developers and support personnel. Th ...
Kristian Knudsen
29/08/2011 15:04:00
No replies yet
Documentation on Multlingual shop
Hi, We are having discussions (and client issues) on how to develop a multilingual shop in DW. Is there any documentation, guidelines, blog posts, forum threads or best pratices on how to do this. The main issues we got concern: - Use of variants - T ...
Matthijs Hofstede
24/08/2011 13:54:28
Last post: 27/08/2011 09:40:47
Generating eCom links from product information
Hello there I am in the process of rewriting some code for a customer. They want to have some extra functionality added to a cutsom search engine that another team member has written. To make long story short, is there any built-in functionality in D ...
Martin Slot
22/08/2011 16:15:23
Last post: 26/08/2011 13:57:17
Session timeout on intranet
Hi there I have some customcode in which i log a user in on the intranet. After the login I set the following timeout HttpContext.Current.Session.Timeout = 240; Alongside I have set the iis sessionstate to 240 and doubblechecked the web.config file & ...
Christoffer Andersen
25/08/2011 13:04:26
Last post: 25/08/2011 13:13:27
PageTitle query string parameter in every Request
I am using the demo ecommerce site from Dynamicweb for testing purposes. In every Page Request (http request) the parameter PageTitle is added. I' ve tried to remove the PageTitle from the metadata properties. That resulted in an empty string as part ...
Erik Bouman
24/08/2011 15:15:04
Last post: 25/08/2011 08:42:04
Custom module : connect to MS access database, loop throughout every line, get row values.
Hi, I would like to ask how we should connect to the MS access database and loop throughout every line in particular table, and get every value separately ? I have tried to do the same thing with data list, but there is no possibility to get separate ...
Vilius Janulis
23/08/2011 14:07:47
Last post: 25/08/2011 03:37:10
Customer Center Add to favorites dublicated product check
Hello. I have to make a check, when a product is added to the favorites list in Customer Center. If the product is allready present on the list i need to set a template tag so i can alert the user that the product is allready there. I have decompiled ...
Mikkel Høst
23/08/2011 15:53:36
Last post: 24/08/2011 13:35:25
Redirect fra Product catalog til Ecom
Da kunde er gået over til ecom istedet for product catalog skal vi have redirected disse produkter over til ecom. Hvis dette ikke bliver gjort, vil kunde miste meget værdifuld link juice og placering i google. Eksempel herunder ranker h&o ...
Stefan Møller
24/08/2011 13:16:06
Last post: 24/08/2011 13:25:11
Variants in eCommerce not working as expected
Hi all, I have created a variant in eCommerce which I call Colors. In that I created Red,Green,Blue. Very nice. Secondly, I created a product, and assigned the Colors variant to it, all three colors. In the list of products, I now get a product with  ...
Jon Lennryd
24/08/2011 10:02:39
Last post: 24/08/2011 11:40:47
Variants in searchresult
Hi We are trying to show variants with the searchresult. Whatever we try, only when the eComQuery is not the URL the variants are visible. In example the products with the name 'maxi essential'. In the normal productlist there are several products wi ...
Martijn Bokhove
23/08/2011 14:57:28
Last post: 24/08/2011 11:13:26