Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Add Orderline programatically - Exception at get_RewardPoints()
Using the following code in an ASHX handler: var line = new OrderLine(); line.Product = null; line.ProductName = "Modul test."; line.ProductNumber = "0001"; line.ProductID = "0"; line.SetUnitPrice(100); line.SetOrderLineType(OrderLine.OrderLineType.F ...
Jonas Mersholm
21/01/2016 09:59:40
Last post: 16/02/2016 13:19:13
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
Live Integration - Improve Performance
Hello all, I'm using the Live Integration project in a website, to export orders when finished, synch user information, get user specific prices... Some features were custom developed by me. What happens is that in my local solution, when I finish a  ...
Gonçalo Assunção
14/12/2015 19:11:21
Last post: 12/02/2016 13:08:35
Add multiple addresses to a user by API
Hi everyone, How can I add multiple addresses to a user by the API? ...
Ricardo Pereira
05/02/2016 17:03:57
Last post: 11/02/2016 13:37:34
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
Current website language in API
Hi everyone, This should be quite easy. Need to know what is the way of getting the Language that website is currently using. Thought it was in here: Dynamicweb.Frontend.PageView.Current().Area. But appearently it was not. Tons of suggestions how to  ...
Dmitrij Jazel
06/01/2016 16:53:08
Last post: 10/02/2016 15:09:10
Get Facet Boost value in Front-end
Hi Guys, we have new index setted-up, and some fields with Boost value. When Looping through "Facets" loop, Have this template tags. But none of them refers to Boost, does it? Facets (1) Index Tag Length of value Value (First 100 chars) 0 <!--@Fac ...
Dmitrij Jazel
04/01/2016 12:23:39
Last post: 08/02/2016 13:40:13
Problem with variant facets in New Index
Hi Dynamicweb, We are facing a rather big issue with the variant facets, which are not summarized correctly as it does not take into account whether the variants are on stock or even if the variant is active. This issue is seen when dealing with exte ...
Anders Ebdrup
24/10/2015 23:37:46
Last post: 05/02/2016 09:39:08
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
Product Copy no product ID
Hi, When copying a product Dynamicweb.eCommerce.Products.Product NP = new Dynamicweb.eCommerce.Products.Product(); NP = E.Copy(); All product attributes are copied over correctly, but the new product is not assigned a product id, it is simply blank w ...
Jonas Mersholm
04/11/2014 09:52:52
Last post: 01/02/2016 14:39:10
Problem with spaces in products id for ProductsAndGroupsSelector
Hi Dynamicweb, We have problem with e.g. removing products from the discount selector (ProductsAndGroupsSelector) when we have product id's containing spaces. I think the problem will be solved by changing these three lines in ProductsAndGroupsSelect ...
Anders Ebdrup
06/01/2016 23:04:22
Last post: 01/02/2016 14:11:30
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
RE: Open Graph Meta Tags
Hello Everyone I'm trying to implement the Open Graph Protocol (http://ogp.me/) in my current solution, so users can get a nice preview of the content when referring to the site on different social media. As of right now i have a somewhat working sol ...
Jeppe Jakobsen
25/01/2016 15:00:29
Last post: 28/01/2016 11:50:37
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
DynamicWeb Controls Button no click event
I am atm developing a custom module, i am using one examples called DwExample to get me started, everything works so far, but now i want to add a button my edit.aspx page, and as far as i understand i should do it like this <dw:Button runat="serve ...
Casper Andersen
22/01/2016 14:52:07
Last post: 25/01/2016 12:36:43
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
A thought about VariantStockCombinations
Hi Dynamicweb, I have seen the new loop; VariantStockCombinations, which is great news for improving performance of the variant handling of Dynamicweb! :-) For now only product stock level is available, but I hope that it can be possible to add the a ...
Anders Ebdrup
20/01/2016 22:47:18
Last post: 21/01/2016 15:29:40
Authenticate user through API
Hi guys, Have an issue, not sure what is wrong. 1) When someone requests website with a specific parameter, F.eks: http://mysite.com/whateverpage.aspx?userref=12345 In live example there will be much more to that and security is taken seriously, but  ...
Dmitrij Jazel
13/01/2016 13:34:37
Last post: 20/01/2016 13:59:34
Extending sitemap.xml
Hi guys. Are there any easy way to extend the sitemap.xml. I would really like to write som .Net code that would include some pages in the sitemap. I cant quit do what i want with XSLT. How do this? Navigation provioder maybe? ...
Mikkel Høst
15/01/2016 09:52:58
Last post: 15/01/2016 10:34:07