Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Modifying the basket/order from C#
Hey everybody, We've been trying for quite some hours to make a script that adds products to the basket/order from C#. What we want to do, is to fetch a querystring with the name of the product to add, and then add it. We haven't got this to work yet ...
Bo Møller
19/09/2011 09:47:54
Last post: 20/09/2011 09:55:06
Variant relations after delete variantoption
Hi A webshop from our customer shows products that are not visible in the Admin. After searching for the problem, it seems that there are products in the database with variantoptions where the variantoption ore variantgroup no longer excists. Localy  ...
Martijn Bokhove
06/09/2011 10:06:50
Last post: 01/11/2011 11:12:30
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
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
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
CartV2 with no order lines
Order template extender is not called on existing order with no order lines ...
Thomas Larsen
29/08/2011 14:14:45
Last post: 10/10/2011 12:52:13
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
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
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
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
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
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
eCom import
Hello Is there any way that I can get hold of examples or articles on how to use the Dynamicweb.eCommerce API? I am going to import/sync alot of products to eCom, and I want to use the API to do that, but I can not find any examples on how to use the ...
Martin Slot
23/08/2011 11:01:18
Last post: 23/08/2011 18:41:10
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
eCommerce Product - Create language versions programmatically
Hi, I have tried all sorts of ways to create several versions of a product, in different languages. Ex: // Ok,creates a row in EcomProducts: Product p = Product.Create("PROD138", "", "LANG3"); p.Save(); // Fails, as &quo ...
Jon Lennryd
19/08/2011 15:37:13
Last post: 22/08/2011 03:14:15
ArgumentNullException: Value cannot be null.
Hello everyone. I get this error (look below), when I try to run my project on my local machine. I am running the latest DW version currently available (19.2.4.1). Please help. regards Gunnar ------------ Serverfejl i programmet '/'. Value cannot be  ...
Gunnar Hansen
19/08/2011 11:24:56
Last post: 12/09/2011 10:48:45
Documentation
Hi, Why don't you have your controls documented or examples? I'm thinking of using UserGroupListFilter for listing some users but I have yet to figure out what it in fact does and how to use it!! Thanks, ...
Filipe Sousa
18/08/2011 19:04:22
Last post: 20/08/2011 19:38:20
Breadcrumb not showing hidden pages
Hi, I wonder how breadcrumbs works in dw when it comes to hidden pages. I have some pages which I don't want in the menu, so I deselected the 'Show in menu' check box for the page. Fine. There is also a check box named 'Show in breadcrumb trail', whi ...
Jon Lennryd
18/08/2011 17:04:18
Last post: 19/08/2011 11:32:56
How to make a global loop in a Standard.Page.OnGlobalTags subscriber
Can anyone provide an example of how to make a global loop in the OnGlobalTags notification? /Jesper ...
Jesper Laustsen
18/08/2011 15:37:08
Last post: 24/01/2012 15:12:24