Developer forum
Subject
Replies
Started by
Last reply
Custom ProductDiscount
I am trying to make a custom version of Dynamicweb.eCommerce.Orders.SalesDiscounts.ProductDiscount. In short I want to be able to only let it apply to products that isn't already included in other discounts. That part of the code is working. The prob ...
Kasper Vesth
10/03/2016 14:22:05
Last post: 15/03/2016 14:50:41
RMA notifications
Is there any way to get notification for the Close event of a RMA ? I need to develop a custom e-mail for a variable list of recipients when a RMA is closed. Thanks, Rui Silva ...
Rui Silva
10/03/2016 10:33:04
Last post: 10/03/2016 11:30:24
Forgotten password smtp error
Hi. I have set up a paragraph with the Extranet/Intranet (Extended) module to use as a login page. Its using all the standard templates for the module and a nolayout page tamplate. When i try to get it to send an email with a password reset link im g ...
Henning Jensen
07/03/2016 11:41:37
Last post: 07/03/2016 12:16:14
Missing tags in default address
Hi Dynamicweb, In the checkout we are missing some tags for the default address from the user; we are missing Company and Email, which are available when creating new addresses for a user. Best regards, Anders ...
Anders Ebdrup
04/03/2016 13:16:42
Last post: 04/03/2016 15:41:30
Priceprovider FindPrice and Order.BeforePriceCalculation
What notification can I use, if I want to prepare the prices on products that exist in the current cart, before my custom PriceProvider FindPrice is called? I have tried with Dynamicweb.Notifications.eCommerce.Order.BeforePriceCalculation, but this i ...
Thomas Larsen
02/03/2016 18:23:43
Last post: 03/03/2016 09:00:48
Pagesize in Data list module
Hi, Does anyone knows how to change page size in the Data List module results using a querie string parameter. Best, Rui Silva ...
Rui Silva
01/03/2016 12:43:33
Last post: 01/03/2016 12:57:02
Changing payment method via API
Hi Guys, I am trying to change Payment method in API. Tried: [Subscribe(Dynamicweb.Notifications.Standard.Page.Loaded)]
public class PageLoaded : NotificationSubscriber
{ public override void OnNotify(string notification, Dynamicweb.Extensibility.Not ...
Dmitrij Jazel
29/02/2016 10:51:22
Last post: 29/02/2016 14:50:29
Creating new Item in a item list
Hi. Im trying to insert a new item into an item list. One way of doing this would be to insert it using SQL and updating the root item with one more id in the string list but is it possible to do with the api? Note that its an item on a user and not ...
Henning Jensen
24/02/2016 13:21:59
Last post: 18/11/2016 13:17:22
Rebuild new index for repositories programmatically
Hello We have updated our site to use the new repositories for our search index and filters. We have a custom import running, and in the end of that we want to rebuild the search index. For the "old" index we could do this: IndexManager.Current.Updat ...
Kasper Vesth
19/02/2016 10:18:50
Last post: 19/02/2016 10:46:00
MVC application in Dynamicweb
Hi, I have a MVC application and I want to include it inside a Dynamicweb website. My requirements are: I cannot change Dynamicweb's web.config I cannot change Dynamicweb's global.asax I cannot recompile Dynamicweb assemlies I can create custom modul ...
Nuno Aguiar
18/02/2016 14:12:23
Last post: 18/02/2016 15:54:54
ICEPAY checkouthandler - anyone?
Hi, We got a customer request for a DW checkouthandler for ICEPAY payment provider (https://icepay.com/) - more specifically, they want to provide iDEAL payment for their Dutch customers. Does anyone already made a checkouthandler for ICEPAY? Allan, ...
Allan Iversen
18/02/2016 10:12:33
Last post: 19/02/2016 08:05:41
Error importing AccessUserSecondaryUserRelations
Hi Dynamicweb, We have some problems importing secondary user relations with the new feature in the UserProvider - we get this error: Cannot perform '=' operation on System.Int32 and System.String. It is caused in this line of code: http://screencast ...
Anders Ebdrup
16/02/2016 09:34:50
Last post: 04/03/2016 15:52:20
LogToFile.Log and threading
Hello, I'm having some trouble with LogToFile.Log since I upgraded to 8.8. I have a custom module in which I execute some code. In this code I use tasks. Outside of a task I can log fine, no problem. However if I do that : Task taskB = Task.Factory.S ...
Gaetan Di Caro
16/02/2016 07:54:11
Last post: 16/02/2016 16:18:57
Selected facet - affects performance
Hi Everyone, We have a solution here that has 699103 products. on Custom application. 8.8.0.0 And we are using new indexing - with no facet groups attached - no problem so far. Index is rendering all products, nicely so far. We also created a separat ...
Dmitrij Jazel
12/02/2016 11:42:55
Last post: 15/02/2016 10:18:36
17
Subscribe
PageLoad event - affects Admin
Hi guys, I recently implemented a PageLoad event, with some logic that affects Front-end in my event. Got into situation that changes are applyed to whomever is in Admin, and attempts to see paragraph or do whatever in backend. Question: Can I someho ...
Dmitrij Jazel
11/02/2016 11:10:01
Last post: 11/02/2016 11:22:53
Custom user login
Hi guys. Anyone know why doesn't this work ? public class test : IHttpHandler, System.Web.SessionState.IRequiresSessionState { public void ProcessRequest(HttpContext context) { Dynamicweb.Security sec = new Dynamicweb.Security(); sec.ExtranetLogin("t ...
Mikkel Høst
01/02/2016 19:34:24
Last post: 03/02/2016 17:19:52
Change site language and currency "on the fly"
Hi guys, I asked simmilar question before, but now it's related, but a bit different. My question is: What would be the best place (strategy) for this to work. When user hits the website - and we can identify where he comes from, and what currency to ...
Dmitrij Jazel
28/01/2016 18:41:33
Last post: 01/02/2016 10:00:45
Limiting text CKEditor text length
Hi, basically what i want, i for the content editor of our website to be able to write some text in a rich text editor, and then i want to be able to cut it at around 200 words and put a read more link that then does something, but when i try and us ...
Casper Andersen
28/01/2016 09:06:15
Last post: 28/01/2016 11:23:52
User cannot loggin after ForgotPassword was used
Hi Guys, Have anyone ever experienced something like this? This is quite hard to replicate. But atleast I noticed some things in common. After users used:ForgotPassword - forgot password feature. They get an email with new password. Than they are try ...
Dmitrij Jazel
25/01/2016 16:37:17
Last post: 25/01/2016 17:00:06
Redirect all traffic to new domain using web.config
I would like to redirect all traffic to a new domain. I've tried two different configurations, but non of them takes effect: <httpRedirect enabled="true" httpResponseStatus="Permanent" destination="http://www.newdomain.com/" /> And ... <rewr ...
Filip Lundby
22/01/2016 11:11:50
Last post: 22/01/2016 12:12:04