Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Data Integration - Custom + Ecom Provider
Hi, We are developing an Integration Provider, but due to "bad" data on the supplier side, we need some help determining the best appoach. Source Data: - Manufactureurs - ID is string - Products - Tax Group is Number (we need to get our corrrespondin ...
Nuno Aguiar
14/03/2014 17:34:24
Last post: 31/03/2014 11:27:35
GetImage.ashx and caching
Hi guys! Is there anyone out there who can explain how caching is handled by GetImage.ashx - it's seems a bit "random" which images are cached and which aren't. (Realising this is of course not case ;)) ...
Martin Skov Nielsen
24/03/2014 14:09:13
Last post: 28/03/2014 06:31:01
Forms and editable form-reactions with Items? How?
Currently on a client website we have forms, created with DW Forms. Our client wants to alter a customer form-post in the CMS. Now they can only view them and export them for as far as I know (in a horrible form post overview page). An edit modus on  ...
Peter Leleulya
20/03/2014 14:19:28
Last post: 24/03/2014 09:25:42
Appropriate way to abort order
Hi, I want to review some parameters in the ERP related to the customer before submitting the final order. It the parameters are not approved, the order must remain as a cart and display some additional information. What is the most appropriate way t ...
Lars Sørensen
17/03/2014 16:40:53
Last post: 24/03/2014 01:06:11
Email without using FormMailer aspx
Hello. Can you confirm that the only alternative to sending email from a DW Module is using the .net classes with something like : SmtpClient smtp = new SmtpClient(); smtp.Host = Dynamicweb.Base.DefaultSmtpServer; smtp.Send(myMailMessage); I am tryin ...
Marco Santos
16/01/2013 12:17:00
Last post: 17/03/2014 15:18:35
Price Provider, PreparePrices method question
Hello guys, We have application: 8.4.0.6 It is yet another DW shop, with product field filters, and about 1500 products. Search index is made automatically every 5 minutes. all goes well. Except for this method here: public override void PreparePrice ...
Dmitrij Jazel
13/03/2014 16:03:50
Last post: 17/03/2014 12:54:17
meta description
I want tho set the Meta Description if it is empty. Whith this I can change the text of the description: pageView.Meta.MetaTags.Remove("Description"); pageView.Meta.MetaTags.Add("Description", "text"); But before I chang ...
Paul Nilsson
23/09/2011 08:49:48
Last post: 13/03/2014 10:19:28
Tax Provider OR Price Provider
Hi, We have a client that want's to set tax free for specific users (users are international companies - DW usergroup) billing/shipping to outside our country (the international part of it :P) We never developed a Price Provider nor a Tax Provider. W ...
Nuno Aguiar
10/03/2014 12:28:40
Last post: 13/03/2014 09:49:39
Default value for itemfield
Hi, Using the Code First approch I have made an item with an itemfield of type DateTime. The field should have todays date as the default value. Therefore I have added this line of code "[DefaultValue("@Code(System.DateTime.Now)")]". But still new it ...
Lars Larsen
27/02/2014 13:06:14
Last post: 13/03/2014 08:45:17
News comments - notifying and editing
A client of ours is using the standard News comments functionality. However, they would like to be able to send a comment to the other users in the comment thread whenever a new comment has been made, and they would also like users to be able to modi ...
Peter Terkildsen
12/03/2014 10:23:48
No replies yet
Get path for Files directory
Lets say i would like to load an XML file from razor using xDocument. How would i go about getting the destination/path to the files directory using c# ofc. Everything i tried, is returning the /Appliaction(8.x.x) folder ( Getting the root path ) Is  ...
Jonas Mersholm
11/03/2014 11:07:17
Last post: 11/03/2014 14:44:23
Smart Search results in SQL
Hi, Is there any way to get smart searches results in SQL? We were trying to create a data feed in Data Publishing, and wanted to use Smart Searches (easier for the client) and output the data in Data Publishing. Can we do this? Otherwise we will use ...
Nuno Aguiar
10/03/2014 16:06:42
No replies yet
NLB Best Practices
More often we came across clients that want their solutions hosted in NLB and when hosting their own solutions they usually want their Application folder to be unique and in the network share instead of having one Application per server. I have notic ...
Diogo Brito
26/02/2014 22:06:10
Last post: 06/03/2014 18:49:22
Priceprovider doesn't work
Hi, FindPrice has been overridden in custom dll, but after DIBS payment comfirmed and DIBS updated order with payment data, the recalculate order line seems use the standard price provider and save the standard price in the database. We use DW versio ...
Judy Zhang
05/03/2014 11:36:41
No replies yet
Slow product view in shop
Hi I have a problem with extrem long loadtime on productdetails view and i know why (Se debug list below). When i click on a product the page generates a ton of requst to the database, but why? I get thousand of the following DB select. 10:50:32.365  ...
Henrik Madsen
01/03/2014 12:07:37
Last post: 05/03/2014 10:24:52
Email sent notifier
Hello! I am using the EmailRecipientProvider, but how do I mark that an email has been successfully sent to an user, so I am not sending the same email twice? Do we have a notifier or something like that? Best regards, Anders ...
Anders Ebdrup
27/02/2014 12:50:19
Last post: 04/03/2014 15:25:53
using PriceMatrix
I noticed that you have a pricematrix object in you ecom namespace. I was curious as to how and if this object can be used. Is it working? How is it stored in the database? are there any examples anywhere on how it is used? kind regards Sune Fengel ...
09/06/2009 11:59:05
Last post: 04/03/2014 10:33:37
Internal/friend TaskType
Hi Dw, Why is SystemTools.ScheduledTasks.TaskType made internal/friend? Wouldn't be an idea to be able to use the same enum when creating an add-in for the task scheduler? It seems like a lot of the functionality for this is marked as internal/friend ...
Anders Ebdrup
28/02/2014 08:22:56
No replies yet
Rendering Custom Tags on Page.OnOutput
Hi hope someone can give a little guidence. I have a cs library creating assets for a DW 8.3. the Library.dll is being passed to the DW Application bin directly and all is cool. I have an ItemType set at page level adding additional properties to eac ...
Kevin O''Driscoll
25/02/2014 17:51:38
Last post: 27/02/2014 15:29:31
Shipping fee
Hi folks. I am creating a custom fee calcuation wich i am trying to implement in the cart module. What i want to do is. 1) calculate fee according to weight and volume of the order. 2) generate and display the different delivery options with fee as r ...
Aksel Andersen
26/02/2014 11:09:44
Last post: 26/02/2014 12:40:26