Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
How do I get the productid in a ProductListTemplateExtender?
Here are some example code to explain my need. I need to extend the productlisttemplate with a special tag and call the getColors with the current productid. I there a way to do this? public class ExtendColorsToProductListTemplate : ProductListTempla ...
Kim Søjborg Pedersen
08/11/2011 15:38:00
Last post: 08/11/2011 17:35:33
OrderTemplateExtender issue with template tags and rendering
Hi Guys, FYI this a follow up on thread: http://developer.dynamicweb-cms.com/forum.aspx?PID=48&ThreadID=27975 Since Version: 19.2.5.2 the behavior of the OrderTemplateExtender is somewhat broken. Let me explain. public override void ExtendTemplat ...
Remi Muller
08/11/2011 14:49:31
No replies yet
eCommerce, Users and pages as webservice
Hi, Day by day we see more need to integrate a Dynamicweb solution with some other systems, and that's a growth highway for Dynamicweb. We're working on a client project that needs eCommerce products and other information to be integrated with anothe ...
Diogo Lino
08/11/2011 11:29:35
Last post: 08/11/2011 14:23:52
How to save HTML in a paragraph module.
Hi DW, I'm trying to create a modul where a user can enter HTML in a textarea on a paragraph module, and i want that exact code rendered to my frontend. My problem is that when i save my HTML, it seems that DW messes it up before it hits the database ...
Martin Nielsen
02/11/2011 08:25:18
Last post: 08/11/2011 10:37:07
Extending the Ribbonbar on the product page
In this link http://developer.dynamicweb-cms.com/forum/feature-requests/feature-request-ribbon-support-for-product-page.aspx?PID=48 I can see that extending the ribbon bar on the product page is added to backlog. When can we expect to see this featur ...
Kim Søjborg Pedersen
03/11/2011 15:38:48
Last post: 08/11/2011 09:30:29
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
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
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
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