Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Loyalty Points
Hi, Anyone has developed a loyalty points module based on customer purchases? Thanks, Adrian ...
Adrian Ursu
01/02/2013 14:59:59
No replies yet
Edit complete translationlist
Hi Is there a way to edit the complete translationlist (translations.xml) in the same way to edit the translations per template? We now it's possible to edit the translations.xml it self, but that's to much risk. The translation for template's works  ...
Martijn Bokhove
30/01/2013 11:25:11
Last post: 31/01/2013 09:04:37
Forms DW7 cannot use systemname in fieldoptions
Hey I have a problem with a DW7 form where i have some radiobutton options and im trying to style my own form using the field tags, but i have run into a problem regarding the name and id of fieldoptions, there doesn't seem to be any tag that referen ...
Morten Fink Eriksen
16/01/2013 15:10:29
Last post: 30/01/2013 10:42:49
New item type with extended editor
For some reason the standard rich text editor for item types has very limited functions. Anyone knows how to add new item types that have the normal/full editor? I asked DW support, but they said there was no documentation on it yet :( ...
Janus Lock
29/01/2013 09:23:16
Last post: 29/01/2013 12:32:18
Table with extranet logins
Hi, In which table can I find extranetlogin. I need a list of extranetusers that have logged in at some point. Regards / Aki ...
Aki Ruuskanen
28/01/2013 10:05:55
Last post: 28/01/2013 10:41:37
Adding products to favorites v 8.2.0.3
Hi I am trying to add products to the favoritelist. In the template, I use the normal tag: <!--@Ecom:Product.AddToFavorites--> The tag is only available when logged in. The output of the tag seems to be OK, for example: /products/infusie-lights ...
Martijn Bokhove
25/01/2013 15:57:35
Last post: 28/01/2013 10:29:06
Oh user where have you gone :) (DW8)
Hey guys im strugling abit with gettin this code to work, im not gettin any errors but no user is created also checked dba nothings there. (running dw 8 from 23-11) #region init dynamicwebuser & process. Dynamicweb.Modules.UserManagement.User u = ...
Jais Edelmann
07/12/2011 15:56:42
Last post: 28/01/2013 09:53:47
Checkout removes html tags in custom order fields
On checkout page we have some custom order fields and in one of them, we have a html br tag. This needs to be saved to the custom order field on checkout. This has been working fine i DW 7, but now in DW8 there are added som more security, so on chec ...
Janus Lock
12/12/2012 11:43:44
Last post: 17/01/2013 12:30:07
Column 'ModuleControlPanel' does not belong to table Table.
Hello, I have a Dynamicweb solution on version 8.2.0.0 (ecom.xml: 273, updates.xml: 692). When trying to register a new custom module it gives me that error "Column 'ModuleControlPanel' does not belong to table Table.". Any help? Thanks, Di ...
Diogo Lino
16/01/2013 16:15:59
Last post: 16/01/2013 16:59:22
Create cart with discount codebehind
Hi For our customer we are trying to create a cart with discount codebehind. We recieve a list with products from another solution and try to create a cart with it. It works with the samplecode below: Dim newOrder As Order = Order.Create("" ...
Martijn Bokhove
09/01/2013 10:40:10
Last post: 09/01/2013 13:27:32
ecom problems sqlexp2008
i cant create new product groups, and i cannot remove or rename a shop if i rename a shop i just get a new shop with the new name? I've triede removing files folder and database and download'd new everytime i change update to 10 and update ecom to 10 ...
Jais Edelmann
21/12/2012 14:34:52
Last post: 23/12/2012 01:36:31
New page fails - DW8 Custom
Hey, i just setup a new custom project on latest stabel DW8. I pretty much followed the guide and created the new project through the visual studio templates (which is awesome by the way!) So basicly i got the site setup and running fine and i could  ...
Jais Edelmann
21/12/2012 09:56:38
Last post: 21/12/2012 14:10:59
Data inserted into SQL is not updated in Administration
Hi DWs We have fabricated a custom module which make a discount code and insert this into the discount module (not the voucher module in DW8, the standard ecom discount module in DW7). The problem is that the administration is not updated correctly,  ...
Peter Bille Larsen
19/12/2012 20:40:37
Last post: 21/12/2012 12:21:23
SearchEngineFriendlyURLs.getSearchFriendlyUrl() and -1
Hello. I have a problem with this method : SearchEngineFriendlyURLs.getSearchFriendlyUrl() I use it in a very simple way string url = "Default.aspx?ID=" + pageid + "&ProductID=" + reader["ProductID"]; I build a url a ...
Mikkel Høst
10/12/2012 17:05:00
Last post: 19/12/2012 21:08:36
Error with PaymentFee on custom made CheckoutHandler
For a customer we've got an custom made checkouthandler for afterpay. The handler works just fine, but the customer wants to charge an paymentfee of 1,99 euros when customer us this method. As soon as we enable this we're getting a vague error saying ...
Rob Lohmann
18/12/2012 13:30:07
Last post: 18/12/2012 14:48:26
Country dropdown
Is there a dropdownlist with countries somewhere to make it easy for extranet users to pick one? ...
22/08/2007 14:38:12
Last post: 18/12/2012 10:51:02
Administration backend iframe does not work !?
Hi. We have a private hosted DW solution that started not to work properly. Basically the content tree iframe/page does not get loaded. Attached images of different browser views. It is more or less standard DW solution, with few custom paragraph mod ...
Vilius Janulis
15/12/2012 11:56:50
Last post: 16/12/2012 10:06:38
Updating index sometimes gives this error
Hi DW, We have a customer that makes tons of changes to their products, amd therefore run a partial update multiple times a day. Problems is that they sometimes get this error: ------ Server Error in '/' Application. Destination array was not long en ...
Martin Nielsen
12/12/2012 08:51:09
Last post: 12/12/2012 10:13:52
Dynamic Recipient e-mail for "Sending" the form data
Hi, I am using DW7 forms module and we wish to send the form data to a dynamic email address (based on user choice). In the old form module it was possible to use javascript to change a hidden input field FM_ToEmail to do so. How so I do this in form ...
Maulik Kataria
31/08/2011 14:44:26
Last post: 10/12/2012 15:12:55
User Save() error
im making an Ajax call to an ashx page where i need to change which group a user is located in. in the ashx file i make a call to the following function: public static void Valid(int id) { User current = User.GetUserByID(id); if (!current.HasGroup(61 ...
Keld Lauge Gøtterup
07/12/2012 10:33:17
Last post: 10/12/2012 06:17:53