Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
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
Placeholder center image on scaling
Hi DW, I am using the scaling of the product pictures as found in: control panel > ecom > adv. > pictures. But it says in the manual : "If the scaling parameters are larger than the original picture size, then the image will not be resized. An image  ...
24/03/2011 15:29:31
Last post: 24/03/2011 16:38:35
Add multiple related products to cart
Hi there. Let's say i've got this product in eCom called MainProduct. MainProduct got 4 related products on the same page with a textinput for how many of each related products they want. So it's like this: {QuantityInput} Main Product ----- {Quantit ...
24/03/2011 14:05:28
Last post: 24/03/2011 14:36:15
Multiple domains with the same Language area ID
Hi there, One of our partners is trying to set up the following structure: http://domain1.com/NL/SomePage.aspx http://domain1.com/EN/SomePage.aspx http://domain2.com/NL/SomePage.aspx http://domain2.com/EN/SomePage.aspx There are two distinct domains  ...
24/03/2011 09:12:36
Last post: 24/03/2011 14:24:42
How to create and save users?
Hi, I'm trying to create and save users by using the API... var user = new User(); // setting property values here user.Save(); This works... but not without side effects :/ When a user is saved, that user is set as the current user. How can i avoid  ...
23/03/2011 17:22:52
Last post: 07/06/2011 11:06:47
sending newsletters crashes
Our customer tried to send a newsletter to approx. 27.000 recipients; The process stopped at about 20.000 recipients, with a message in DW that a fatal error occured. I examined the machine's eventlog and discovered 2 events at the time of the crash. ...
22/03/2011 12:02:16
Last post: 25/10/2011 10:39:01
Custom fields on BOM configurator
Hello, I'm building up a new webshop and i've got some dynamic BOM-configurators. So, let's say when you enter Product #1 you'll have 3 BOM-groups: Group1 Group2 Group3 Each group contains some products. But i need need a variable on the groups - pri ...
22/03/2011 11:55:32
Last post: 22/03/2011 13:27:42
301 redirect - works with ID?
Hi, I have recently made a redesign of a website and made it on a new solution on a new server. Therefore all page IDs are changed. The domain is pointed to the new server. The new solution uses userfriendly URL's. Now we have issues on Google with a ...
22/03/2011 09:12:43
Last post: 22/03/2011 13:31:42