Developer forum
Subject
Replies
Started by
Last reply
New indexing documentation
Hi there, Can anyone tell me where to find the documentation on how to use the searching framework introduced with DW8.6?
Looking at the other forum threads you guys seem to be using it.
I've seen the presentations at DWTC15 and also at the DW head o ...
Peter Leleulya
23/06/2015 10:49:44
Last post: 14/01/2016 11:42:46
34
Subscribe
Assortment import: Handling of missing products and groups
Hi Dynamicweb, I would be very nice if you in Assortment.Rebuild() could check if the product or the group exists before trying to access the properties as it causes not reference exceptions - this is especially an issue when working with integrated ...
Anders Ebdrup
07/01/2016 14:19:02
Last post: 07/01/2016 15:28:47
Need right event/extender, for interacting with cart
Hi Guys, I have a need for an event/extender, that would be ideal for making some manipulation with the cart. Than I need to send some feedback back to Front-end. Ideally event like: PageTemplateExtender - should be good for interacting with the cart ...
Dmitrij Jazel
04/01/2016 11:25:53
Last post: 07/01/2016 09:35:22
Entire page cache and querystrings
Hi. I'm trying to solve a issue where we use the "entire page" cache feature in DW. This works really well in this usecase, because there are ALOT of products on the page. But now i'm trying to make the page a bit more "SPA" like - and therefor uses ...
Mikkel Høst
22/12/2015 17:05:19
Last post: 23/12/2015 12:59:22
RE: SQLIndexBuilder - Missing source
Hi everyone I watched "Indexing Everything" https://vimeo.com/132530134 - by Jeppe Agger and found it very helpful, but there is a discrepancy with the video and the available choices when creating a field on a Index. If you create a build using eith ...
Jeppe Jakobsen
23/11/2015 11:56:24
Last post: 22/12/2015 14:04:54
c# set item-value of Area
Hi, I have a copied language-layer area: var Newarea = MainArea.Copy(Dynamicweb.Content.Area.CopyMode.StructureAndContent, true, true, true, true, true ); How would i be able to set the item value for the given website? The website has an Item with t ...
Jonas Mersholm
15/12/2015 09:51:16
Last post: 16/12/2015 04:10:58
ModuleAttachmentRestrictionRule
Hi, I'm creating items via code-first, and having some difficulties. My code actually creates the item and I can see it both in the Management Center and in the XML-file. However, the corresponding table in the database is not created until I manuall ...
Peter Terkildsen
13/03/2015 10:21:57
Last post: 14/12/2015 09:57:35
10
Subscribe
Trigger password token
Hi, I need to set a link for a user to land on the password reset page, avoiding the user to have to click "Reset password", fill in their email address, and receive an additional email with the final link for it. How can I do that? Best Regards, Nun ...
Nuno Aguiar
10/12/2015 18:44:13
Last post: 11/12/2015 17:02:59
Unable to locate products, while adding product to assortment.
Hi everyone, Customer called and reported an issue today. Customer has 7-8 assortments settedup. Each assortment is connected to it's own Group in User management, When it comes to product connection - When editing assortment customer adds single pro ...
Dmitrij Jazel
18/11/2015 12:32:18
Last post: 09/12/2015 15:43:13
Translation via webservice call
Hi, We have a web service that we want to return translated text from, we used to call Dynamicweb.Backend.Translate.SetLanguage(culture.LCID);
return Dynamicweb.Backend.Translate.Translate(key); We tried to use var messageTemplate = new Dynamicweb.Re ...
Ola Eriksson
07/12/2015 16:04:07
Last post: 08/12/2015 15:32:14
Error saving product in custom import module
Upgrading from 8.6.0.4 to 8.7.2.1 has generated an error in a custom import module, when saving a product Dynamicweb.eCommerce.Products.Product MainProduct = Product.GetProductByID(ProductID, "", "LANG1");
if (MainProduct == null || String.IsNullOrEm ...
Thomas Larsen
06/12/2015 22:22:58
Last post: 07/12/2015 17:34:42
Adding OrderLineField to all groups
Hi Dynamicweb, I am missing an option when creating a new OrderLineField to add the OrderLineField to all groups, so the client does not need to do this manually for all current and future groups. As a result of this missing option I am trying to sub ...
Anders Ebdrup
18/11/2015 14:42:23
Last post: 07/12/2015 17:33:01
11
Subscribe
OrderTemplateExtender file download problem
Hello, I have coded an OrderTemplateExtender to dynamically generate a zip file and send it to the customer when he adds to basket (as per an image bank feature of our website). The code works very well and the zip file is generated and sent without ...
Gaetan Di Caro
07/12/2015 11:02:40
Last post: 07/12/2015 12:45:10
Writing my own Navigation Provider
Hi, I have to make some changes to the current AssortmentNavigationProvider but I am facing some issues with internal methods - e.g.: UrlProviders.Handler.Initialize() eCommerce.Products.Product.CheckShowProductSettings(product) AssortmentPermission. ...
Anders Ebdrup
25/10/2015 10:37:30
Last post: 07/12/2015 10:15:38
Get Items by page id
Hi folks, I'm struggerling to get items out of DW. The items have been created using the model first way so don't have a CLR type. They are all on one page as paragraph items and the item type system name for them is "Activity" I've tried two ways to ...
Alec Stubbs
04/11/2015 10:09:14
Last post: 04/12/2015 13:06:06
New index: sort by score
Hi Dynamicweb, Is it possible to have the results from the new index sorted by score? I need to sort my documents by score as the third option. Best regards, Anders ...
Anders Ebdrup
12/11/2015 12:10:55
Last post: 03/12/2015 11:11:34
Updating OrderLineGroupRelations
Hi Dynamicweb, To make it easier to add an OrderLineGroupRelation to new groups we a subscribing to: Dynamicweb.Notifications.eCommerce.Group.BeforeSave to add OrderLineGroupRelations to the group automatically, but we are facing an issue as all Orde ...
Anders Ebdrup
02/12/2015 21:14:59
No replies yet
strange behavior on template.output()
Hi guys, I'm having a strange behavior on a custom module, it takes forever for the page to render. The GetContent() method is not the problem, it returns quickly. Using debug=True I found the info below. What does MEM means? 10:31:13.115 After globa ...
Ivo Rodrigues
24/11/2015 15:13:33
Last post: 01/12/2015 15:26:06
RE: .NET 4.6 error
Hi DW, I've updated my VS Professional from 2013 -> 2015, at first everything was fine. I then wanted to use the new string interpolation in C# 6 as this was a cleaner solution then string.Format(). Because of this I had to set the target framewor ...
Rasmus Andersen
30/11/2015 11:17:16
Last post: 30/11/2015 13:13:11
EcomProductCategory table is in an unknown state
Hi everyone, Just got an application error while trying to install wrap application. Full error text: EcomProductCategory table is in an unknown state. Table contains 2 rows but should be empty. This problem can be solved by dropping the table and ru ...
Dmitrij Jazel
29/11/2015 19:35:03
Last post: 30/11/2015 09:11:03