Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Forgot Password in standard page
Hi there, I am trying to implement a "Forgot password" functionality in a standard page. As far as I can see, I am using the correct form and field names, but no e-mail gets sent when I enter an existing user name. Other mail (such as order confirmat ...
05/04/2011 11:25:34
Last post: 05/04/2011 14:47:15
Variants in eCom
Hi, Quick question :-) I'm making an ecom-solution where i need to print out the names of variant-groups in the productlist. Is that possible? As far as i can see, it is only possible to get the name of group-variants in the single-product-view. Is t ...
05/04/2011 10:43:50
Last post: 06/04/2011 01:56:55
importing statistics from another solution
I want to import the statistics from one solution to another and I only want the last to years. How would I go about doing it? Witch tables are involved? ...
04/04/2011 15:51:20
Last post: 06/04/2011 03:21:53
Wanted: ideas and suggestions for an upcoming book on Dynamicweb eCommerce 8
Hi there, As some of you already know, I am working on an eBook called Dynamicweb eCommerce 8 that shows you how to build a complete eCommerce web site from scratch using out-of-the-box functionality and the Extensibility API in Dynamicweb eCommerce  ...
01/04/2011 12:29:16
Last post: 03/04/2011 16:47:36
Create product
Hi! I'm using this code to create a product: Product p = Product.Create("A22222"); p.Name = "AAA"; p.Active = true; p.Number = b.ArticleNo; p.Shop = Shop.getShops("SHOP1").get_Item(0); p.Save(); But it doesn't show up in the list of products in the E ...
31/03/2011 14:39:18
Last post: 01/04/2011 01:40:50
WebService access
Hi! How do you do to connect to an external web service from within Dynamicweb? I have standard aspx page that's gonna be scheduled to run and connect to the web service connected to the ERP system on another server. Is it just to connect to the serv ...
31/03/2011 11:21:06
Last post: 31/03/2011 14:40:10
News and special offer product groups
Is it possible to create a product group automatically with special offers or "news"? We have a client, and they want to have a product group which is called "news", and my thought was to make a checkbox on the product, OR use the Campaign Feature. A ...
31/03/2011 09:20:25
Last post: 31/03/2011 11:14:40
Global:Paragraph.Content in XSLT
Hi Is it possible to use in XSLT? ...
31/03/2011 09:04:22
Last post: 31/03/2011 09:07:43
Implement a custom order line field as a checkbox
Hi there, I am trying to implement a custom order line field as a checkbox. I added the following code to my product template <!--@If(Ecom:Product.OrderLineField.SystemName=='PrintBold')--> <input id="Checkbox1" type=" ...
30/03/2011 13:24:02
Last post: 31/03/2011 09:51:58
AccessUserSortXML in dw19.2.1.3
I am converting a module using the old HR module, to just using the Extranet. Previously i used this function to read all the users in a group: private List GetUsersInGroup(int groupid) { List users = new List(); string sql = "select * from [HRAccess ...
30/03/2011 13:11:44
Last post: 31/03/2011 09:50:45
If Statement with contains not behaving as expected?
Hi there, I am using the new If Statements in a template. I am trying to read the value from a custom order line field implemented as a checkbox. To work around an issue where an unchecked checkbox is not submitted and Dynamicweb doesn't update the o ...
30/03/2011 12:57:48
Last post: 30/03/2011 13:31:21
Schedule run
Hi! How can you make a module run at certain intervals? And is there a way to run a module by command of a web service or any other way to run a module from outside Dynamicweb? Best regards, Per Ljung REAB Data AB ...
30/03/2011 11:12:47
Last post: 05/04/2011 15:22:29
Module admin interface
Hi! I'm writing on a module that has no paragraph interface. But how do you create an admin interface that is accessible from the Modules tab (the module menu item in the ribbon control down left, not through a paragraph? Best regards, Per Ljung ...
30/03/2011 11:09:26
Last post: 30/03/2011 11:54:22
Discount in cart total
I'm trying to create a shopping cart which diplays the numer of items in there. Something simple like this: Shopping cart (3 items) It works just fine but when we add a discount it is counted as an item. So 2 productsand 2 discounts will show up as:  ...
29/03/2011 13:50:57
Last post: 29/03/2011 15:20:52
list control
im having trouble with the dynamicweb list control. im trying to make a multiselect list using this control but i am having trouble filling it with data. how do i put text into the rows? myList.AllowMultiSelect = Dynamicweb.Controls. true;ListRow row ...
29/03/2011 11:56:33
Last post: 29/03/2011 12:34:57
Capture order API
Hi, Is it possible to somehow hook up with Quickpay and capture orders without going through dynamicweb backend or Quickpay backend? Does the DW-Api support something like this? I have a customer who gets shipment and ordre handling done from a third ...
28/03/2011 19:25:53
Last post: 28/03/2011 20:21:56
How is the api integrated?
Hi! I have a very basic question, how is the custom application integrated in dynamic web? Do you have to write a module of your own to be able to access the database? How do you do to connect to this module from DW? Does the custom application need  ...
28/03/2011 15:04:11
Last post: 28/03/2011 15:14:23
Automated redirect after search
Hi, I would like to implement a product search (with auto suggest). the twist which i'm trying to achieve is not to show a results page but forward the user directly to the best (1st) result. Any ideas how to achieve this? Gr. Matthijs ...
28/03/2011 14:39:43
Last post: 29/03/2011 13:45:01
E-mail address format for Extranet/Intranet (Extended)
Hi, I would like to use the following e-mail address format for the notification e-mail in the Extranet/Intranet (Extended) module: "Name Surname" I tried this format but no e-mail is sent. Is there a way to include a name? Kind regards, Steven ...
25/03/2011 14:49:31
Last post: 28/03/2011 01:10:55
Clear cache
Hi, We've set up caching of product groups on a solution to improve performance. However, we would like to be able to flush the cache when products change either through the UI or our integration. There are some methods for clearing cache in Dynamicw ...
25/03/2011 10:51:42
Last post: 01/07/2019 11:05:05