Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Save n' Load shoppingbasket
Hi, When a user makes it past step 2 in a ecommerce orderflow the order-details are automatic writte to the db. Is it somehow possible to load the orderdetails and let the user complete the order later. So - are the any easy work-arround to load the  ...
01/02/2010 13:29:22
Last post: 23/02/2010 09:00:14
Problem with the translate function from API
Hello everyone, I'm trying to use Translate.Translate(..) dynamicweb api function from inside custom module code. The idea is to use translation key from Translations XML file and put the value dynamically as a template tag. sth like: LoopCompare.Set ...
26/01/2010 15:28:36
Last post: 29/01/2010 14:46:21
SEO friendly redirect
I have configured the url from our old website (http://www.innovadis.com/partners_Gladior.asp) to the same page on our new website (http://www.innovadis.com/Standard/Over-Innovadis/Gladior.aspx) with Direct Paths. But when I enter the old address Dyn ...
26/01/2010 09:41:56
Last post: 26/01/2010 11:23:18
Indexed solution URL
Hi, Does anybody have any ideas how to remove an accidentally inxed solution URL from Google. Today the it is a default setting that the solution url is not indexed but this was not the case before. I have discovered a solution where some of the page ...
25/01/2010 11:14:26
Last post: 25/01/2010 12:06:12
FAQ module
Cant seem to find the templates assiociated with the FAQ module? theres no option to select a template for the frontend side of the module? The only template i was able to find was for the email? So is it possible to somehow extend the FAQ module and ...
21/01/2010 16:51:32
Last post: 01/02/2010 10:19:19
Dynamicweb in consoleApp
We've created a eCommerce connector for a third party erp system. Now i want to periodically import users and products. How can I achieve this? I wanted to run my tasks in a custom console application but is seems that Dynamicweb dll needs a httpcont ...
21/01/2010 16:18:14
Last post: 25/01/2010 11:48:31
Replacing characters in customized URLs
If you create a new page, and name it something like "København", Dynamicweb renders this as http://myurl/københavn.aspx?ID=1234. I have run a WCAG accessibility test on this, and it doesn't validate. My question is: I guess t ...
20/01/2010 07:24:46
Last post: 25/01/2010 11:42:18
Order object missing information
the order object is missing information on for instance orderState example: Order o = new Order(_orderID);if (o.StateID == "OS3") Works, however if you wanna use o.OrderState.Name its empty cause o.OrderState is completely empty, why is thi ...
19/01/2010 14:56:52
Last post: 20/01/2010 09:25:40
Discount is a product?
Discount on a product is add'd on as another product which resvolved in incorrect information regarding size of basket etc. how can we avoid this issue? For instance we show a basket on our topmenu which is global which also shows the ammount of item ...
18/01/2010 16:40:49
Last post: 05/02/2010 09:43:28
Import/Export - standard vs. extended
Hi, I have a customer using eCom extended with the modules Internationalization, Variants Extended and Prices Extended. We have all products created in Danish and want to export the products and variants to xml, send this xml to a translation agency, ...
18/01/2010 15:20:57
Last post: 04/02/2010 11:18:59
ParagraphText in Custommodule
Is it somehow possible to render the paragraph text for the paragraph that a custommodule is attached to? I need to be able to put the tag within my own modules templates. best regards Sune ...
18/01/2010 14:07:32
Last post: 21/01/2010 10:28:34
DropDwon
Hi, I’m a newbie in the DynamicWeb module development, I’m changing a payment gateway (developed by other programmer) and in the back office I need to add a dropdown. At this point, the dropdown appears in the back office but I don’ ...
15/01/2010 13:12:36
Last post: 04/02/2010 21:31:53
API for getting page content
Hi, I have a PageTemplateExtender that retrieves content for sub pages and creates a tab system where the user can click on the tabs a get pagecontent without haveing to do a posback. In my PageTemplateExtender i generate Global:Page.Content tags and ...
15/01/2010 07:56:22
Last post: 15/01/2010 14:28:22
Nofiticationsubscripers in the backend?
hey, we are currently exporting a list of orders , foreach order that goes threw paymentsucced'd we generate a new record in our external data sheet. Works great, however when an order is set to cancled threw the backend we need to withdraw the recor ...
14/01/2010 15:47:50
Last post: 15/01/2010 13:00:32
ProductListTemplateExtender
Hey, i have a ProductListTemplateExtender, where i want to filter out some products, but can't seem to get it to work. Even if i do the following: public override void ExtendTemplate(Dynamicweb.Templatev2.Template Template) { ProductList.Clear(); } a ...
14/01/2010 12:04:18
Last post: 19/01/2010 08:58:58
Build a truck application
Hallo there! First of all I would like to tell you a bit about myself so you know my skill level and so on. I’m not a dynamicweb developer and my time in the system have only been on checking some code from our other developer and tested around ...
13/01/2010 16:28:29
Last post: 04/02/2010 10:46:26
Variants problem
After upgrading CMS to 19.0.1.3 the list of variants in product properties doesn't show anymore, there is only a blank page (the list was ok in previous version 18). Have anyone had a similar problem? ...
11/01/2010 16:07:36
Last post: 04/02/2010 10:48:19
Too many URLs to website
Hi, I've got the following problem: our website (http://www.innovadis.com) is accessible via there different urls: 1. http://www.innovadis.com 2. http://www.innovadis.com/default.aspx (raw url) 3. http://www.innovadis.com/standard/home.aspx (SEO frie ...
11/01/2010 14:38:29
Last post: 25/01/2010 11:44:04
Newsletter bounce emails
I have a large list of newsletter subscribers that no longer exists. Does anyone know how to remove those subscribers? I'm using the Newsletter v3 module. I know I can unsubscribe each subscriber one by one, but that would take a huge amount of time. ...
11/01/2010 08:24:38
Last post: 12/01/2010 11:45:25
SQL rnd() not working
Hi, The following SQL sentence doesn't work in module "Databasepublicering" (dk): select top 1 newsid, newsheading, newsmanchet, newsimage, newssmallimage, newslink from [news] where newscategoryid=11 and newsactive=true order by rnd(newsid ...
08/01/2010 10:21:26
Last post: 05/02/2010 11:10:37