Developer forum
Subject
Replies
Started by
Last reply
New Search - Repos - Provider missing
When creating a new repos for the lucene search, the option to select a provider, for the new instance i've created, is missing. I've attached an image I'm currently using version 8.6.1.14 Both the Dynamicweb.Indexing.dll and the Dynamicweb.Indexing. ...
Martin Amsinck Andersen
04/08/2015 15:33:52
Last post: 15/03/2017 14:05:03
25
Subscribe
Index stops autobuilding.
Hi Dynamicweb We have some indexes that is autobuilt after doing a data integration product import. The import runs every night and triggers the index to rebuild after it has finished. We have this across three sites, where two of them runs and compl ...
Jeppe Jakobsen
16/02/2017 11:58:53
Last post: 13/03/2017 08:47:34
Query content index DW9 using API
Im trying to use the API to fetch data from the index by looking at this code example. http://developer.dynamicweb-cms.com/documentation/for-developers/ecommerce/indexed-search/search-query-syntax.aspx Unfortunatly it does not look like this example ...
Martin Grønbekk Moen
07/03/2017 21:01:08
Last post: 09/03/2017 21:46:24
Issue with GetInternalPageID
Hi Dynamicweb, Were are using this function: ReplaceQueryString() to replace the current "ID" of the query string, and afterwards we need to use this function to get the right SEO-friendly url: SearchEngineFriendlyURLs.GetFriendlyUrl(), but then our ...
Anders Ebdrup
28/02/2017 18:29:52
Last post: 09/03/2017 21:17:41
Query content index DW9 using API
Im trying to use the API to fetch data from the index by looking at this code example. http://developer.dynamicweb-cms.com/documentation/for-developers/ecommerce/indexed-search/search-query-syntax.aspx Unfortunatly it does not look like this example ...
Martin Grønbekk Moen
06/03/2017 21:23:40
No replies yet
checkout handler Quickpay md5
Hi to fix "self referral" for Google Analytics through QuickPay, a QueryString variable needs added "utm_nooverride=1" to all return urls and I tried two add it in the template <input type="hidden" name="continueurl" value="<!--@QuickPay3.conti ...
Thomas Jensen
06/03/2017 15:08:33
No replies yet
When are table scripts instantiated
Hi there, When are table scripts instantiated? Once per application life time or once per job run? I have a TableScript that needs to compare incoming users to existing users. I want to load the existing users just once, and not N+1 for every row imp ...
Imar Spaanjaars
02/03/2017 11:46:52
Last post: 03/03/2017 14:18:32
Committing taxes when capturing an order
Hi there, I'd like to provide the ability to commit taxes in Avalara when an order is captured. For this, we turned off "Commit taxes" on the Avalara connector and are now looking into ways to commit on capture (the reason we need this is that the or ...
Imar Spaanjaars
16/02/2017 10:47:26
Last post: 28/02/2017 02:03:54
Poor performance.
Hi! Im trying to find why pages load slow on a site and using ?debug=true in browser reveals that its the "Rendering product " step that takes long. It takes even longer when a user is logged in. Any tips on what to do to resolve this issue? Is it po ...
David Lofqvist
23/02/2017 10:32:40
Last post: 23/02/2017 11:21:06
CartCmd=addMulti causes: Attempt to aritmatic with two prices of different currency
Hi guys, I am getting this error here: https://www.screencast.com/t/CzVRrZ5CuirE DW version: 8.8.1.6 I am getting this error when I am using AddMulti cart cmd Command. Here is the data that I am sending: cartcmd:addmulti OrderContext:Cart_1 ID:421 Qu ...
Dimitrij Jazel
16/02/2017 11:28:08
Last post: 23/02/2017 09:59:20
Product Indexer fails sometimes
Hi, The DW Support wont help me with this one so I'm trying here. Does anyone have an idea why I sometimes get this med I update the product index (the old one, I know I can use Repositories but thats is not an option at the moment). Regards / Aki Er ...
Aki Ruuskanen
13/02/2017 14:50:31
Last post: 22/02/2017 10:03:46
GetCart in API by CartContext
Hi Guys, Normally I am using THIS to get my cart: var cart = new Order { IsCart = true, LanguageID = Dynamicweb.eCommerce.Common.Context.LanguageID }; But on this particular solution I am using Multiple CartContext. How can I be sure that I got my Ca ...
Dimitrij Jazel
16/02/2017 11:14:02
Last post: 17/02/2017 17:24:26
Installation wizard, error
Hi, Hi, The installationwizard for a new setup got interrupted and now I get the error shown below. I don't know how to get rid of it. [NullReferenceException: Object reference not set to an instance of an object.] Dynamicweb.Content.Management.Insta ...
Aki Ruuskanen
16/02/2017 11:29:48
Last post: 16/02/2017 11:39:42
Intercept search terms before it goes into Lucene query (old index)
I have a problem when users search for "b-long" that the dash-character is replaced with whitespace ending up with this query +sys_summary:*b* AND +sys_summary:*long* The correct search query would be +sys_summary:"b-long" I have tried Dynamicweb.Not ...
Kevin Steffer
10/02/2017 10:02:16
Last post: 10/02/2017 10:18:03
Login notification for impersonate users
Hi, I’ve been implementing some features for solutions that use impersonation (with UserImpersonation.Full configuration) and I need to use the Notifications.Standard.User.OnExtranetLogin notification to make some actions for the secondary users logi ...
Rui Silva
26/01/2017 23:09:46
Last post: 09/02/2017 12:12:53
DW 9.2.0 - Nuget Package restore failed
Hi just downloaded the dw 9.2 and made a VS project but get "Nuget Package restore failed" on build (se attachment) Where can I find the Dynamicweb packages? ...
Kim Søjborg Pedersen
08/02/2017 10:54:45
Last post: 08/02/2017 12:51:47
Check if email opened in EmailMarketing
Hi, I would like to check, if a certain subscriber has ever opened any of the sent emails from the EmailMarketing module. Are there any methods in the EmailMarketing module for this task or do I have to make a query directly into the database? -- Kin ...
Kurt Moskjær Andersen
08/02/2017 11:46:43
Last post: 08/02/2017 12:34:29
Smart Searches List
Does anyone know how I can list the users from a smart search in backend code? I’ve the Guid and name of the smart search but have no way to get the users list from the API (Dynamicweb.Modules.Searching.SmartSearch). Thanks, Rui Silva ...
Rui Silva
04/01/2017 17:32:34
Last post: 01/02/2017 14:56:27
Allowing module attachment to code first items
Hi, Im trying to figure out how to allow ModuleAttachment to Code First items? [AreaRule, StructureRule(StructureContextType.Paragraphs), ParentRule(ParentRestrictionRule.ParentType.RootOfWebsite, ParentRestrictionRule.ParentType.RegularPage), TitleP ...
Aki Ruuskanen
30/01/2017 16:03:17
Last post: 31/01/2017 00:10:13
Scheduled task error
I am getting the following error when trying to run a task on version 8.8.1.32. This is a clustered Dw instance with redirect rules in place to redirect any admin request back to the primary node. I have verified that both nodes can ping the domain r ...
Terri Donahue
30/01/2017 20:11:50
Last post: 30/01/2017 21:01:44