Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Update order codebehind
Hi I have a function that makes 2 new orders of an existing order. Dim myRetOrder As New Dynamicweb.eCommerce.Orders.Order myRetOrder.Complete = True myRetOrder.StateID = sStatusRetourAnnulerenID Dim myNewOrder As New Dynamicweb.eCommerce.Orders.Orde ...
09/09/2010 08:14:11
Last post: 09/09/2010 09:47:15
Dynamicweb with State server
Hi, is it possible to run Dynamicweb CMS with the stateserver instead of InProc? desc: http://msdn.microsoft.com/en-us/library/ms178586.aspx. I need some of the benefits of stateserver but I do not know if dynamicweb will break! Thanks. Best Regards  ...
28/04/2009 14:16:05
Last post: 07/09/2010 17:26:30
Admin login in explorer
I've created a custom solution on a development server with DW version 19.1.0.5. I can login as admin/Administrator just fine in firefox, but not in internet explorer. The server has a proper URL, so it's not accessed via localhost. It seems to accep ...
07/09/2010 10:40:31
Last post: 07/09/2010 15:03:49
ProductID restrictions
Hi, What are the restrictions for what's possible to store in ProductID in an integrated solution? BR. Lars ...
02/09/2010 16:15:28
Last post: 06/09/2010 15:55:01
Export a group of Extranetusers
I need to export a list of Extranetusers for my client. This has earlier been done by Dynamicweb - but I thought it might be possible to do through the import / export module. Any suggestions on how to achieve this? ...
03/09/2010 09:53:51
Last post: 06/09/2010 15:17:57
Show only level 1 in productmenu
Hi DW's I was scoping at Sebastians code, http://engage.dynamicweb-cms.com/Forum-5.aspx?PID=34&action=ShowThread&ThreadID=1638 how is its possible to only show the first level of all products, and not anything else? its for an "ecom" ...
02/09/2010 13:34:52
No replies yet
Determining the vatgroup of discounts
Hi there, We are building a system to connect dynamicweb to a CRM system called AFAS. We are using dw productdiscounts say 10% on product x and y. When we order these products we get 4 orderlines 2 for the products and 2 for the corresponding product ...
17/08/2010 11:08:47
Last post: 02/09/2010 11:26:31
Most Viewed, Most Sold, Newest products in categories
Hi DW's If we wanted an area on the productcard where there were 3 sections, most sold (in specific category or in whole shop) most viewed (in specific category or in whole shop) newest products (in specific category or in whole shop). how would this ...
01/09/2010 10:39:53
Last post: 01/09/2010 16:58:28
Categories within second levels
If we have a product group which is like this: (shown without products, only productgroups) computers samsung apple macbook macbook pro imac Is it then possible to make a category page on level 2 ("Apple"). where we can show pictures of the ...
01/09/2010 14:44:05
Last post: 01/09/2010 16:44:48
100% discount
Hej all I want customers that enter a code to get a 100% discount e.i. get it for free. But even if the total price is 0 the payment gateway is still activated. How do I fix this? Looking forward to hearing some great ideas :-) Thx! /Tue ...
22/08/2010 16:13:33
Last post: 01/09/2010 14:57:40
Deep links to groups and products in ecom
Hi We would like to link directly to a specific group or product in DW backend. F.eks we want the user to be able to click on a groupid in their ERP system and go directly to the group definition page in DW backend. How can we obtain these URL's ? /L ...
08/06/2010 20:45:53
Last post: 01/09/2010 14:55:30
Method missing in 19.1.0.5
Why is the ChildNodes method of RootNavigationItem class not accessable anymore ? This method can be accessed in 19.1.0.3 but not in 19.1.0.5 ...
01/09/2010 11:14:56
Last post: 01/09/2010 13:12:07
Search in custom modules
We got a sql server solution. The customer has an Access database for all old news from a prior website. If i setup search variables in Dynamicweb Developer, DW generates an error. The error: <!--@Search failed for 'GetCustomDatabase' System.Data. ...
31/08/2010 17:45:06
Last post: 01/09/2010 11:28:10
Adding activity to Import / Export
We have developed a new activity for the import / export pipelines. But how do we get them "in" the module, so we can make a new pipeline using our special activity? ...
31/08/2010 15:04:00
Last post: 31/08/2010 15:12:02
ecommerce - tabel ecomproducts
Hey DW's When we pull data from table 'ecomproducts' there is no column with product-group, so we can not see the product group, which the product is put in. Is this possible to see this? or / and it can be done to create your own "data list&quo ...
31/08/2010 13:26:21
Last post: 31/08/2010 14:10:38
eCommerce - Orders doesent store productfields
It looks like the table EcomOrders/EcomOrderOrderLines does not store product description and other product fields including custom product fields on an order. I'm aware i can match up the orderline's product id to a product in the product table, how ...
25/08/2010 14:32:02
Last post: 26/08/2010 12:01:24
Hiding Div with javascript causes problems..
Ok, so I have a javascript that check for a price of 0€ and hides some divs if the price is 0. The script is as follows..: function priceIsZero(price) { var myBoolean = new Boolean(price); if(myBoolean == true) { document.getElementById('product ...
24/08/2010 16:18:28
Last post: 25/08/2010 09:21:37
Dynamicweb Globalsettings.aspx and 2 SQL Servers
I have seen that you can configure 2 Databases in /Files/GlobalSettings.aspx file, but what is the other database settings for. It does not fail-over on the other one if I take the first database offline. Is it somehow possible to make it failover? ...
17/08/2010 08:07:05
Last post: 20/08/2010 11:41:06
server service mail list
Hi there. Is is possible to subscribe to a mail list, so we can get information about server changes/ fixes/ problems in advance, or after implementation. ? Not the RSS with the hotfix and upgrades. An operations mail list. I would be nice for us to  ...
19/08/2010 14:33:02
Last post: 20/08/2010 10:21:50
TagExists in XSLT template
Hi there, Is it possible to check if a certain tag is in use in an XSLT template? With loops you can use the availableloops approach, but is there tag equivalent? BR. Lars ...
18/08/2010 15:57:37
Last post: 19/08/2010 14:50:18