Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Saving mutiple products
Hi. Saving mutiple products takes a big effort for the database and therefor takes long time. It there anyway of saving them in one transaction or saving a whole productcollection at once? We have a routine that updates hundreds of products. /Magnus ...
Magnus Holmberg
27/09/2011 09:52:45
Last post: 29/09/2011 10:09:02
Priceslide filter, limit maximum price per productgroup
For our customer www.oosterik.nl we're using an priceslider. We want to limit the maximum price of the filter depending on the current productgroup. We've found an way to determine the maximum price with javascript and modify the maximum price in the ...
Rob Lohmann
28/09/2011 16:11:25
No replies yet
Getting SEO friendly URL from ID
Hi DW, I have a problem with DW and SEO urls. The task: We're migrating a website from one "Website" to another internaly in DW. We've mapped the pages, and now we need to map products. I've created a small content module that can find the  ...
Martin Nielsen
27/09/2011 13:14:53
Last post: 27/09/2011 15:12:21
Cookie not set on multilanguage site
I've got a multilanguage site. German and Dutch. For the Dutch website adding products to our cart works fine. Cookies are set in all browsers etc.. The German site shows strange behavior, adding products to our shoppingcarts works fine, except in IE ...
Rob Lohmann
16/09/2011 17:07:01
Last post: 27/09/2011 01:36:51
AccessUser
Hi, I need to check if or when a user has been updated, but I dont see any "UpdatedDate" or similar on the User. Is there any other way I can do this? ...
Kim Søjborg Pedersen
26/09/2011 10:06:47
Last post: 26/09/2011 12:03:05
Global tags not working for loops?
Hi! I register some global tags like this; template.SetTag("Global:NiftyTag", "stuff"); which is working fine. Now I tried to create a loop, like this: foreach (Group group in groups) { this.DebugMessage("Name: " + group ...
Jon Lennryd
20/09/2011 11:59:48
Last post: 21/09/2011 16:41:05
Modifying the basket/order from C#
Hey everybody, We've been trying for quite some hours to make a script that adds products to the basket/order from C#. What we want to do, is to fetch a querystring with the name of the product to add, and then add it. We haven't got this to work yet ...
Bo Møller
19/09/2011 09:47:54
Last post: 20/09/2011 09:55:06
Filter on field groups
Is it possible to create a filter to filter on productfield groups? Kind regards, Rob ...
Rob Lohmann
19/09/2011 16:13:02
Last post: 19/09/2011 16:20:51
Templatev2.Template.GenerateTemplate: Developer mode must be enabled
After an update from DW I get this message on my page: "Templatev2.Template.GenerateTemplate: Developer mode must be enabled" This is the code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using Dynam ...
Martin Skov Nielsen
19/09/2011 08:23:18
Last post: 19/09/2011 13:02:01
Property isVariantMaster not working?
We're trying looping through a set of products and we want to determine if the current product is a mainproduct and has variants. We wan't to exclude the mainproducts from our overviewpage when variants exist. We used the property product.isVariantMa ...
Rob Lohmann
16/09/2011 10:14:58
Last post: 18/09/2011 18:35:59
How to set new Order.TotalPrice
Hi DW, I have an OrderlineExtender where I set the unitprice of my orderline. For instance: base.OrderLine.SetUnitPrice( base.OrderLine.Price.Price * 0.8 ); Doing this doens't update the calculation of the order total. Should i be updating the price  ...
Martin Nielsen
15/09/2011 15:58:18
Last post: 16/09/2011 14:03:56
Secure webservice
Hi! If you place a webservice in your dw solution and want to secure that and its administration page, how do you do that? Best regards, Per ...
Per Ljung
16/09/2011 10:06:47
Last post: 16/09/2011 11:36:51
Module renders in backend?
Hello I have created a DW Module to deny access based on ip-filtering. I have af field for allow ip addresses and a field for deny ip address. The modules tests to see if current ip address apply to the ip addresses in the fields. If the rules indica ...
Lars Skov
14/09/2011 11:30:20
Last post: 14/09/2011 13:18:16
How to keep old URLs or redirect from old URLs
I have made a new website layer for a webshop, but with a different structure and template. Is it possible to redirect from all the old products urls to the new product page? I'm thinking about some kind of 301 redirects. How and where do i define wh ...
Kasper Jensen
13/07/2011 10:12:23
Last post: 13/09/2011 14:04:15
File encoding when importing
A quick question. What encoding does DW use by default when import Users? // Martin ...
Martin Nielsen
12/09/2011 14:46:59
Last post: 13/09/2011 10:42:34
Filtering with Friendly URL's
Hi I thought I had found a nice structure to show a categorypage with filters and a friendly URL, but the result is not what it should be. It's for the website Oosterik: http://oosterik.staging.innovadis.com/ The navigation is made out of pages, with ...
Martijn Bokhove
06/09/2011 09:07:11
Last post: 12/09/2011 16:19:15
ArgumentNullException: Value cannot be null.
Hello everyone. I get this error (look below), when I try to run my project on my local machine. I am running the latest DW version currently available (19.2.4.1). Please help. regards Gunnar ------------ Serverfejl i programmet '/'. Value cannot be  ...
Gunnar Hansen
19/08/2011 11:24:56
Last post: 12/09/2011 10:48:45
getAllProducts() and getProductBySQL() does not work!!! :S
Hi i have this kind of code, that worked in ten custom modules before but does not work now, what could be wrong ? It is simple code, and as in below example shown, i have tried few different ways to do that, non of them worked ! Any ideas ? And ther ...
Vilius Janulis
07/09/2011 14:00:40
Last post: 09/09/2011 15:54:57
Start Lucene search index update from code
Is it possible to start an update or a partial update of the Lucene index from custom code? I'm importing a lot of filters and products via some activites, and i'd like to update the index once all these imports are done. Regards Martin ...
Martin Nielsen
12/05/2011 08:57:35
Last post: 08/09/2011 14:28:01
Reordering the orderlines
Hi, i have basket, where I swap some products based on a "replace this product" function on the basket. Actually, I had troubles with this, so I add a new one with the relevant parameters, and pass along the existing orderline number. This  ...
Steen Nørgaard Perdersen
06/09/2011 11:37:19
Last post: 07/09/2011 16:56:40