Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Dealer search
Is it possible to exclude Custom Fields from the Dealer search, when using the global search parameter Dealerq in the search form? ...
13/10/2009 15:43:30
Last post: 16/10/2009 11:43:47
23/09/2009 11:21:34
Last post: 13/10/2009 16:02:56
Session variables
Hi, Is there any (undocumented?) way to get hold of sessionvaiables in a template? Regards / Aki ...
24/09/2009 15:12:49
Last post: 13/10/2009 15:37:18
Creating news from code, and setting 2 date
Hello everybody, I've created a small module that creates an AccessUser and a News in one click. It works great, with one exeption. When i open the created news from the admnistration the Active to year field is set to 1990, regardless of what i set  ...
29/09/2009 11:09:29
Last post: 29/09/2009 14:16:26
unwhanted access to backend of dw
When enabeling the the user to insert images in the front end the will get access to the backend of dynamiceweb. This is not good. How can I set so the user uses there local directory and uploads the images instead of browsing the server? This access ...
29/09/2009 10:36:01
No replies yet
adding images to post in forum v2
How can I add images to the posts in the forum v2? Is there a whay to style to toolbar and even remove some tools? Where do I set the height and with of the editor? ...
28/09/2009 13:04:14
No replies yet
Cannot change author info in rss
Im displaying a news rss feed from a website. Im using news v1 module. Is it possible to override author informations in rss feeds ? I have changed the template info to ft@ft.fo, see link: http://www.ft.fo/Default.aspx?ID=168&Purge=True but the rss o ...
23/09/2009 15:45:07
No replies yet
Dynamicweb Controls (New GUI)
Hi guys, I have created a Custom Module with a little bit of the new GUI, but I have some issues getting the toolbar i VS 2008 working. When I add the Dynamicweb.Controls.dll to the toolbar, the error is: There was an error loading types from asembly ...
12/05/2009 07:49:54
Last post: 23/09/2009 14:32:28
eCom through Flash
Hi, I've done a little flash thingie that can post to/from a form-module. I've also set it up to add, edit and delete items to the ecom-basket. And complete all steps requered in submitting a ecom order. But i've got a problem. Customer information a ...
06/09/2009 16:32:11
Last post: 23/09/2009 11:18:55
How to get cart from session?
Im in a ProductTemplateExtender. And i need to get out the current user's basket. I've triede doing: Dynamicweb.eCommerce.Orders.Order o = (Dynamicweb.eCommerce.Orders.Order)HttpContext.Current.Session["eComCart"]; Dynamicweb.eCommerce.Orders.Order o ...
23/09/2009 10:36:51
Last post: 23/09/2009 11:03:10
Search orders by orderid
Using customer center: When I enter an order number as the freetext search query I get no results back. When I enter a track and trace number the results are displayed as expected. Is it impossible to search for orders by order number (orderid) in cu ...
21/09/2009 11:57:37
No replies yet
GetRecipientByEmail?
Hi, Im trying to make a little check when a user logs in to a extranet. I need to find out if a user are subscribed to certains NewsletterV3 categories. Here is what I've done so far: //Get user: Dynamicweb.Notifications.Standard.User.OnExtranetLogin ...
18/09/2009 15:21:36
No replies yet
Newsletter subscription
I am creating a usercontrol with a form saving some customer data in an excel file. As they fill in the form and submits it the customer are also accepting to receive newsletters. Does anyone know how do I make newsletter subscription part of my own  ...
10/09/2009 12:54:20
No replies yet
GateProvider - how do i handle return data - Continued
---- Sorry about making a new thread, got tons of errors when posting a reply in the original thread. ---- Hi Lasse, It's been a while, summer holidays and all :-) But i still have some questions about gateway providers. I've made an override for the ...
24/08/2009 16:30:26
Last post: 01/09/2009 12:47:11
28/08/2009 17:05:31
No replies yet
Howto fetch globaltags values in navigation xslt
Is it possible to test a globaltag value in navigation xslt template ? I want to test if Global:Page.Top.Name contains a specific value. Pseudo code: <xsl:if test="GlobalTags/Global.Page.Top.Name = 'Toplevel'"> <li class="L1 r ...
28/08/2009 03:51:29
Last post: 28/08/2009 09:09:57
Donation submitter
Hi, I wan't to make a user donation form. The user should then type in the amount on the donation in an input-box. And the submit it. The product value in set at 1kr. so the Quantity is the indicator for the hole amount. form id="multiForm" ...
27/08/2009 12:16:50
Last post: 27/08/2009 12:37:32
Help with FormMail.aspx
Hi guys! I have a client, who needs a somewhat advanced form (advanced in layout, not functionality). In order to set it up, we´ve created the fields in the Form module (Extended) and then we copied the code and replaced the tables and td´ ...
06/07/2009 10:17:34
Last post: 17/08/2009 12:15:02
MenuProvider does not work on DropDown menu?
I have tried almost anything and it seems that I can't catch the menuitems that are in a Menu of type DropDown. XML menu types are the way it seems. Is there any standard Javascript/xslt templates for a dropdown menu based on a XML menu? ...
07/07/2009 13:31:26
Last post: 17/08/2009 12:11:37
ascx page to handle DW Login
I'm trying to get my ascx page / control to login an user. But i cant seem to get it working. if(!string.IsNullOrEmpty(HttpContext.Current.Request.QueryString["CartLogin"])) { string Username = Request.Form["loginUsername"]; strin ...
03/08/2009 15:10:29
Last post: 13/08/2009 11:54:03