Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
Looking for real-world examples of Dynamicweb Extensibility
Cross-post from the CMS Developer forum. Please see here for the original message: http://engage.dynamicweb-cms.com/Forum-5.aspx?action=ShowThread&ThreadID=2639 Sorry for cross-posting, but I am looking for feedback from both CMS developers as well a ...
31/03/2011 15:37:57
No replies yet
Looking for real-world examples of Dynamicweb Extensibility
Hi there, I am sure most of you are aware of the excellent capabilities of the Dynamicweb Extensibility API. Pretty much anything that can't be accomplished with out-of-the-box functionality can be done through extensibility. In addition, the API can ...
31/03/2011 15:35:04
No replies yet
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
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
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
product variants
Hi! We have a customer that wants to have the product variants placed in a drop-down menu I have managed to put all the variants in a drop-down-menu, but how do I pass the variant on to the cart? In the example templates the 'buy' links are renered i ...
04/09/2008 10:07:34
Last post: 30/03/2011 17:34:35
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
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
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
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
multiple layouts for search results
In the serarsh module for e-com you can set where the results are going to be displayed. What do you do if you want to display different products in different whays and on different pages. Can't search link it to the original place where it's shown o ...
17/03/2011 08:20:51
Last post: 29/03/2011 10:03:16
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
Folder and files permission in frontend
I have an extranet site, where the users only must see specific folders/files. In the filemanager I can apply these permissions, but how can I use these in a front end module (File Publishing?) ...
17/03/2011 10:23:14
Last post: 28/03/2011 09:19:29
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
Performance issue
Hi, We're experiencing extremely slow response on an Dynamicweb eCommerce solution. We have one group containing 135 products. Each paging page in frontend displays 9 products, so this group is spread out on 15 pages. One might assume it to be a piec ...
24/03/2011 15:45:47
Last post: 25/03/2011 10:41:40