Developer forum
Subject
Replies
Started by
Last reply
Custom Checkout
Hi! I have created a custom checkout handler and placed in the dw server, but dw still uses the default handerl I have written this in the class header: [Dynamicweb.Extensibility.AddInName("MyHandler")] [Dynamicweb.Extensibility.AddInActive ...
Per Ljung
01/11/2011 11:37:41
Last post: 07/11/2011 10:56:23
Payment gateway cancel URL
Normal 0 21 false false false NL X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:Standaardtabel; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; ...
Matthijs Hofstede
04/11/2011 17:07:35
No replies yet
custom fee provider
Greetings I have a fee discount i want to apply to the current shipping fee if product selected is part of a group and a special shippingmethod has been chosen. I extend the feeprovider, since I think thats the right one, please correct me if I am wr ...
Christoffer Andersen
04/11/2011 13:26:12
Last post: 04/11/2011 15:05:54
sitemap.xml showing empty elements
When checking the sitemap for our customer Metranorm we found out that the SEO express module used to create the sitemap generates empty xml elements as you can see in the xml on the website. Anyone else ran into this before? And how can we fix this? ...
Rob Lohmann
24/10/2011 13:10:32
Last post: 04/11/2011 13:09:30
Update quantity on OrderLine object
Hi, I'm using the following code to update the quantity.
if (orderLine.Quantity > 99)
{ orderLine.Quantity = 99;
orderLine.Save(); } After this the order.Price.PriceWithVAT is still calculated for 100 products.
However other order properties like ...
Remi Muller
24/03/2011 11:48:03
Last post: 04/11/2011 10:43:09
16
Unsubscribe
Export users
Hi, Quick question. Is it possible to export/import users in DW - or do you have to make some custom-solution? Thanks :-)! //Emil ...
Emil Højbjerg
15/06/2011 15:00:40
Last post: 04/11/2011 09:58:54
Gallery module: compression option
Hi, Is there any option to control the compression quality of the Images generated by gallery module? It seems that the jpg images generated are not good quality. If I replace the generated images by my original images, it still replaces them and gen ...
Maulik Kataria
30/09/2011 11:31:19
Last post: 04/11/2011 07:30:31
15
Unsubscribe
As getGroupsWithSubsSorted but based on a groupId
Hi I need to get the hole group tree under a group just like the getGroupsWithSubsSorted do it with a shopid. How do I do that as easy as possible? ...
Kim Søjborg Pedersen
28/10/2011 14:14:36
Last post: 04/11/2011 00:58:47
LanguageID is null
Hi! I'm trying to set the language of a product, but this value is for some reason null: Dynamicweb.eCommerce.Common.Context.LanguageID; Any ideas why it's like this? /Per ...
Per Ljung
27/10/2011 12:10:51
Last post: 03/11/2011 23:28:56
Custom module - insert prices into priser module
Hi, I need to make somehow that product would have few prices depending on the amount of products.
What i though is to insert prices with name(definition,title) as amount and price as price into priser module. Code example i have tried :
" try { ...
Vilius Janulis
27/10/2011 10:35:31
Last post: 03/11/2011 22:39:41
16
Unsubscribe
Block many page requests
Hi DW's We have a client which has the problem, that the competitors trawls the webpage for info about prices, pictures and text information.
In that way the competitors can make a robot, and then match the daily prices in a very competitive market. ...
Peter Bille Larsen
13/10/2011 10:05:40
Last post: 03/11/2011 21:15:47
Prevent signup for newsletter multiple times
It is possible to subscribe to a newsletter. The subscription part all works fine and users can subscribe themselves to a newsletter. However it is possible to subscribe with the same email address twice. The second time it is still possible to subsc ...
Rob Lohmann
03/11/2011 12:52:40
No replies yet
get GroupID from an SEO friendly url
Hi is there a way to get the GroupID from the querystring when it is SEO friendly? Like a reverse SearchEngineFriendlyURLs.getSearchFriendlyUrl(...) and I am in the context of an ContentModule or I can make a ProductListTemplateExtender if that makes ...
Kim Søjborg Pedersen
02/11/2011 20:35:27
Last post: 02/11/2011 23:00:31
Could not load type 'Dynamicweb.ScheduledTask.Thread
Hi I have upgraded a old site on our local test server to the newest DW version. Sometimes when browsing the site (frontend) I get the error below. If i refresh, then it works. Error: Could not load type 'Dynamicweb.ScheduledTask.Thread' from assembl ...
Ryan Jeppesen
02/11/2011 16:44:52
Last post: 02/11/2011 17:09:23
Problem with Search
As the description states, the search module in Dynamicweb, doesent seem to be able to search in ParagraphTitle, on any solution i have testet have anyone else experienced it? ...
15/04/2008 10:43:19
Last post: 02/11/2011 14:50:49
GroupTemplateExtender - type or namespace name GroupTemplateExtender could not be found
I am trying to make a GroupTemplateExtender, but getting the "name GroupTemplateExtender could not be found" what do I miss? I found the code sample in another post http://developer.dynamicweb-cms.com/forum/development/manipulate-grouplist- ...
Kim Søjborg Pedersen
01/11/2011 18:56:32
Last post: 02/11/2011 14:27:11
Manipulate GroupList before render
Hi How do I change groups in a GroupList before showing them to the user? I was desperately looking for a GroupList.BeforeSort NotificationSubscriber similar to the one in the ProductList but unfortunately this doesn't seem to exist.
Are there any ot ...
Jonas Kæseler
18/05/2011 13:24:31
Last post: 02/11/2011 10:29:27
Notificiation subscriber UserOnBeforeSave
im trying to change a value of a member property but when trying to save() i seem to end up in loop. (save -> onsave -> save ->onsave) is there a way to save the value without looping? [Subscribe(Dynamicweb.Modules.UserManagement.Notificatio ...
Keld Gøtterup
01/11/2011 16:43:55
Last post: 02/11/2011 09:02:25
Variant relations after delete variantoption
Hi A webshop from our customer shows products that are not visible in the Admin.
After searching for the problem, it seems that there are products in the database with variantoptions where the variantoption ore variantgroup no longer excists. Localy ...
Martijn Bokhove
06/09/2011 10:06:50
Last post: 01/11/2011 11:12:30
15
Subscribe
Set password
Hi! When creating an extranet user using the api, is there a way to generate a password or do you have to set the password manually? Has Dynamicweb a built-in routine for generating passwords? Best regards,
Per ...
Per Ljung
01/11/2011 09:33:26
Last post: 01/11/2011 10:10:15