Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Product integration job causes both product indexes to be invalid
We have a product integration job that trigges a product index build on completion. There are 2 product instances, A and B. I have now seen the following case: Build of index A failed on some point (due to a timeout). This causes index A to be in a f ...
Espen Strømsnes
13/11/2018 11:16:26
Last post: 09/01/2019 15:18:37
Download links?
Are the download links not working? On this page: https://doc.dynamicweb.com/downloads/releases All of the links return a 404 error. This is an example page that isn't working, but I can't get to any of the versions, or the archive links: https://doc ...
Charles Johnson
21/12/2018 15:26:22
Last post: 02/01/2019 14:31:57
DW 8 Index DoNotFailOnMismatchingProductCount
Hi guys, I was wondering if there is any way I can get the DoNotFailOnMismatchingProductCount behavior on a SQL Index Builder in DW8. A patch or a custom SQL Index Builder. I have a very complicated query that takes like forever to run and I cannot g ...
Adrian Ursu
31/12/2018 16:11:19
Last post: 02/01/2019 11:46:10
PayPal error code 10413
Hi, I create a PayPal express checkout in Rapido. The checkout works perfect when there is no shipping cost but, if the total price includes a shipping cost I get this error: An error has happend ​10413. Transaction refused because of an invalid argu ...
Tomas Gomez
27/12/2018 10:39:32
Last post: 28/12/2018 13:07:02
B2B and B2C prices
Hi, we have a requirement for sale agents. They want to have an option (e.g. checkbox) to switch between "Business mode" (to see the website as sale agents, with B2B prices) and "Shop mode" (to show the website to their clients, with B2C prices). The ...
Tomas Gomez
19/12/2018 11:34:10
Last post: 21/12/2018 16:32:18
No IndexBuilderExtender for SqlIndexBuilder?
Hi there, I have the following class for DW 8 to extend a SqlIndexBuilder: public class PublicationsIndexBuilderExtender : IndexBuilderExtenderBase<SqlIndexBuilder> When I build an index the constructor is called once, but ExtendDocument is nev ...
Imar Spaanjaars
20/12/2018 20:10:45
Last post: 21/12/2018 09:45:44
Remove missing rows after import
I have a Data Integration which imports products (and groups) from views to the DW tables (from a Dynamicweb Provider With Views to a Dynamicweb Provider). The views are the main source, so I basically want to discard anything in the desination that' ...
Sander
06/12/2018 12:46:57
Last post: 17/12/2018 11:10:52
Bypassing LoadStockUnitsOnProducts
I'm trying to retrieve a large amount of products (25000+) with the purpose of exporting them as CSV, but I'm met by the exception: System.Data.SqlClient.SqlException (0x80131904): The incoming request has too many parameters. The server supports a m ...
Vincent Gercke
12/12/2018 10:56:17
Last post: 14/12/2018 08:42:19
Emailmarketing and content a different way
Hi, I have a customer who really dislike the idea of content for emailmarketing being pages you have to create and select. Is there ANY was you can extend this, so I could for instance add an editor field within the creation of the email itself and u ...
Jan Sangill
09/12/2018 17:19:16
Last post: 12/12/2018 16:57:05
Bug in Dynamicweb.Core.Helpers.StripHtml
I dont know if this is a bug or an feature, but if the string that is going to be parsed with the method is not valid html, it vil throw an out of memory exeption. if the string contains a < without a matching > it becomes an endless loop. if t ...
Kenneth Radoor
09/11/2018 00:23:50
Last post: 11/12/2018 15:14:14
Get Pages By Module Name
Hello, We are working on a custom module and we need to be able to get ParagraphPageIDs from the Paragraph table where ParagraphModuleSystemName matches a passed in value. How would this be done? Thank you ...
D W
05/12/2018 18:09:15
Last post: 06/12/2018 08:48:08
UserAddressOnAfterSave Event doesn't exist?
Hello! I'm looking through the documentation and find an event I want to subscribe to, Dynamicweb.Security.UserManagement.Notifications.UserAddressOnAfterSave, but it doesn't exist in that namespace? This page says that it should exist there, but it  ...
Oscar Romin
04/12/2018 18:04:54
Last post: 05/12/2018 10:13:07
Usercontrols in dw9
Hi all, According to the documentation, the possibility of inserting a .ascx usercontrol has been removed in dw9. The Load tag has been removed as well. is it possible to load the usercontrol in a page/parahgraph razor template withouth doing it thro ...
Mikkel Toustrup Olsen
03/12/2018 13:44:06
Last post: 04/12/2018 10:00:14
Password security questions
Hi guys I am currently working on setting up password security on a project, and i was wondering how the system exactly works, and thus a have a few questions :) - I am using SHA512 to hash the passwords, but i am unable to find documentation that de ...
Ronni Hansen
30/11/2018 09:25:36
No replies yet
PromoCodeChecker.CheckOrderPromoCode method
Hi there, First time using this method and have a couple comments/requests: 1) When looking to a voucher code - CheckVoucherLists() - it doesn't check if the voucher list is inactive and returns a valid voucher code. 2) When looking Order Discounts & ...
Mario Santos
14/11/2018 13:41:55
Last post: 27/11/2018 14:49:17
Change currency symbol in DW 9
we are trying to change the currency symbol in the website by patching the Database table [EcomCurrencies] column [CurrencySymbol], but it didn't work. When we click settings>ecom>internationalization>currencies>[select particular currenc ...
Shiwanka Chathuranga
26/11/2018 17:43:33
Last post: 27/11/2018 08:05:18
Product quantity prices in 9.5.5
In our custom live integration, we have the ability of loading quantity prices for the products by using a piece of code like: product.Prices.Clear(); foreach (var price in prices) { product.Prices.Add(new Price { Id = price.Id, Amount = price.Amount ...
Rui Silva
21/11/2018 16:31:27
Last post: 26/11/2018 11:33:12
Get ecom product groups (tree) sorted on relations sorting
How do I get the product groups sorted by the relations sorting defined in the tables EcomShopGroupRelation and EcomGroupRelations? I basically want to retrieve the same tree that's displayed in the admin ecommerce tree from a template. I looked thro ...
Sander
13/11/2018 09:52:28
Last post: 23/11/2018 13:47:02
PriceProvider not called when user changes
I have a custom priceprovider that retrieves customer specific prices from a backend ERP. My priceprovider extends PriceProvide and overrides the PreparePrices and FindPrice methods. I have the following use-case: I log in as user A, browse the produ ...
Espen Strømsnes
20/11/2018 11:45:36
Last post: 22/11/2018 12:32:48
Issues removing OrderLines
Hi, We are having issues deleting orderlines in our order flow. We wish to delete select orderlines when the user travels backwards through our flow, so that we can add new orderlines with correct quantities when the user chooses to move forward once ...
Jacob
19/11/2018 16:28:58
Last post: 20/11/2018 13:45:41