Developer forum
Subject
Replies
Started by
Last reply
Sending Newsletters
Does anyone knows the way to configure SMTP server for NewsletterV3 module
independently of the mail server typed in WebDynamics general configuration.
The point is to be able to use sender email address which not belongs
to the "main" smtp ...
04/02/2010 18:20:16
No replies yet
Product quantity discount
In the ecommerce module it is possible to have discount on how many products the customer buys, in example if a customer buys 20 products he gets a specific discount. But what if I want to make a discount if the customer buys 10 products of a specifi ...
07/12/2009 10:42:39
Last post: 04/02/2010 11:26:38
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
Extranet/Intranet: Custom field User Input
As in the header: How can we allow users to deliver data to the 'Custom Fiesds', that we have made in the Interface ? ...
22/11/2009 00:07:31
Last post: 04/02/2010 10:52:53
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
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
Reload page after back button of browser is pressed
I'm trying to reload the (default.aspx) page after the back button of the browser is pressed. I already tried the following:
put ClearCache=1 and purge=true in the querystring added <META HTTP-EQUIV=""CACHE-CONTROL"" CONTENT=&q ...
03/11/2009 11:49:30
Last post: 04/02/2010 10:07:21
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
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
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
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
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
Displaying videos
Hi guys! I have a customer, who wants display videos on the website. The customer wants to be able to select a file (or stream like YouTube) to show on a page. However they do not wish to insert any kinds of tags themselves... Has anyone got an examp ...
07/01/2010 11:09:13
Last post: 22/01/2010 13:45:19
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
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
Extended Customized URLs
Hi there! Background information:
The "Customized URLs" module is activated. It is set up with "Location and page name".
I have wirtten a custom blog module (and yes, I know there already is one). My Question:
Since I have these c ...
05/01/2010 12:16:36
Last post: 19/01/2010 17:59:50
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