Developer forum
Subject
Replies
Started by
Last reply
Backend navigation incidents
I have somewhere between 200 and 500 subpages which need to be coppied as subpages to other pages. It would be extremely time consuming to do this in the backend. So I went straight to the database. I started copying the rows in dbo.page for the mast ...
12/03/2010 09:59:20
Last post: 12/03/2010 12:06:38
Import/Export: No sorting on first level groups
Hi, When importing groups in level 1 using following xml element, the SortOrder seems to be ignored: ****
<Shop> <ID>SHOP1</ID> <SortOrder>1</SortOrder>
</Shop>
**** as ShopGroupRelationsSorting is still 0 in the t ...
22/02/2010 22:00:17
Last post: 12/03/2010 09:06:53
Is it possible to differentiate in available variants in different language layers
Is it possible to differentiate in available variants in different language layers while sharing the same product base? For example: Product X in language layer NL has Blue and Red variants while the same product X in language layer EN only has Blue ...
11/03/2010 17:20:42
No replies yet
Datalist SQL statement
Is it really true that you cannot copy all of the contents in the SQL-statement textarea? ...
08/03/2010 13:07:29
Last post: 11/03/2010 10:01:15
The editor
Hi! I have a couple of questions. 1) In our shop we want to hardcode a couple of things in the editor in eCom. But the editor tries to clean up the code in the "source" everytime you switch from source to wysywig view, rendering the source ...
08/03/2010 11:12:56
Last post: 11/03/2010 09:48:30
Product search
Hi dynamicweb, I'd like to put this topic under your attention again.
In threads http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=961
,
http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=940
t ...
30/01/2009 09:59:07
Last post: 10/03/2010 13:20:29
create an xml file with the File Publishing and/or Media Database Module?
I want to put all the files in the Module in an xml file, so I can use it in Flash, and so making it easier for the customer to insert new pictures / edit pictures without having to touch the Flash file. ...
24/02/2009 09:35:55
Last post: 10/03/2010 04:48:06
Make a copy of an orderline
Hi, I'm trying to make a module which can add a copy of an existing orderline to an existing order.
The module is a backend module, so it need to work without any frontend sessions set. I've tried with the approach below: OrderLine Orderline = new Or ...
25/02/2010 15:55:44
Last post: 09/03/2010 08:54:11
Notification Subscriber mechanism
Hi, Question: I have a notification subscriber that 'listens' to the Order Completed notification, but I notice this code is executed 2 or 3 times shortly after one another.
Is this by design ? Here's a sample of the code: [Subscribe(Dynamicweb.Notif ...
03/03/2010 11:55:18
Last post: 09/03/2010 08:40:17
Override DWs standard order mail
Hi guys, I'm wondering if it's possible to render an Order based on a template, by using some of the standard functions in the API. I basicly need to make a module that can render all order informations from a given order, to the frontend, and i'd li ...
15/02/2010 11:37:31
Last post: 09/03/2010 08:36:01
using EditableGrid control
I'm trying to use EditableGrid control on a back office module, but don’t know how to build a Grid like the one shown in the EditableGrid control article. http://engage.dynamicweb-cms.com/Show-Article-361.aspx?PID=2472&ArticleID=211 At this ...
05/03/2010 20:58:20
Last post: 09/03/2010 01:31:50
Factbox functionally
Hey, Is it somehow possible to get hold of the class/method used in "Factbox"? I would like to use it for links instead of a javascript factbox. Lets the customer define a list of links in combination with a word. Wola - words written out o ...
25/02/2010 09:40:39
Last post: 02/03/2010 09:34:31
Sort prices
Hi. How do I make sure that prices will come out in the same order that they are displayed in the ecom. When I iterate through a products prices like this: foreach (Price price in product.Prices)
{ var option = product.VariantGroups.FindOptionByID(pr ...
09/02/2010 11:44:12
Last post: 02/03/2010 09:27:25
Get the sortorder of a group
How can i retreive the sortorder of a group. If I have sorted a group in the eCom backend, I assume there must be a sorting value somewhere of some sort? kind regards Sune Fengel ...
09/02/2010 16:35:12
Last post: 02/03/2010 09:14:30
Code in OrderTemplateExtender not able to read
If the option "skip payment/delivery step if only 1 method exists" is enabled, then inside an OrderTemplateExtender we are not able to read Form values from HttpContext.Current.Request.Form anymore from values posted in step 2. 1. Enable th ...
10/02/2010 11:43:38
Last post: 02/03/2010 09:10:37
Ecom Price format
Hi there, Just implemented a shop on nti.nl. All prices are formatted as Euro 8.50 but in Dutch language the decimal seperator should be "," (8,50). Does the setting of the regional settings in the language /area control this of is there a ...
01/03/2010 14:03:49
Last post: 02/03/2010 09:02:06
19.0.1.8 - cant delete pages
I've been trying to delete some pages on my new solution however it cant delete the pages , i get the javascript alert press OK, and then the pages doesent disapear :S ? ...
23/02/2010 11:41:24
Last post: 01/03/2010 13:49:34
Show cart if empty
Hi,
I want to show the cart even when it is empty.
I included the cart in a global element that is placed on all pages. Works fine. The only problem i have is that the full content of cart.html is not displayed when cart is empty. I want instead a al ...
25/02/2010 14:26:00
Last post: 01/03/2010 12:50:56
Generate a PDF from a webpage that is behind an Extranet login
Hey DW guys, I have a page in Dynamicweb that's behind an Extranet login. I want this page to be generated as a PDF as well, so added the "pdf=true" parameter to the URL. However it shows me the login page. Ok I can imagine that the PDF generation is ...
18/09/2009 11:38:04
Last post: 01/03/2010 12:01:33