Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Product Discounts
Hi, DW version: 9.6.15 We have Product discount based on quantity and discounts are applied on all users and products, But some user has user specific prices on products which are already discounted and we dont discounts to be calculated on thoese pr ...
Umar Farooq
10/07/2020 12:53:48
Last post: 10/07/2020 13:44:06
Custom Related Products Loop
Hi, Wasn't there a code example of how to generate a loop of related products? I have a SQL query that will essentially return a list of ProductIDs that I would like to then put in a loop. I know there are a ton of ways to do this, but I want to avoi ...
Nuno Aguiar
02/07/2020 20:19:18
Last post: 07/07/2020 12:17:19
Error installing NuGet packages for Dynamicweb.DataIntegration 2.2.6
When I try and install the NuGet pakages for Dynamicweb.DataIntegration (Latest stable relealease 2.2.6) I get the follwoing error: Circular dependency detected 'Dynamicweb 9.1.2 => Dynamicweb.Security 1.0.6 => Dynamicweb.Indexing 3.8.3 => D ...
Jon Thorne
02/07/2020 04:09:43
Last post: 03/07/2020 10:48:11
Getting current user id in Dynamicweb 8 through API
Don´t ask why, but I have to make this work on a Dynamicweb 8 solution I have this on Dynamicweb 9, and it´s working fine Dynamicweb.Analytics.UserIdentity.GetCurrentIdentity(); But can´t find anything 'similar' on Dynamicweb 8. Anyone got a clue? /H ...
Hans Ravnsfjall
01/07/2020 17:16:40
Last post: 02/07/2020 09:56:22
Razor sql select less than og equal to error via querystring
Hi I'm new to razor and trying to get top 1 of prices but nomatter what I do I get errors :) Below code is just to show what I would like code var testvalue = @request["q"]; var sql = "select top 1 * from EcomPrices where PriceQuantity <= '@testva ...
Peter Klünder
29/06/2020 10:37:10
Last post: 29/06/2020 15:20:43
creating new carts
I have a webservice where we are creating a cart and adding products. we recently updated the solution to 9.8.4 and old way of creating cart is depricated and now it requres to use oveload method with following parameters Currency, Country, and Langu ...
Umar Farooq
11/06/2020 14:08:38
Last post: 12/06/2020 11:04:45
Edit profile via authentication provider
Hello. I have implemented an external authentication provider in Dynamicweb 9.8.6, to Azure. Login works fine. The trouble arises when I attempt to use an Edit-Profile or attempt to handle Forgotton-Password. Having done a TemplateTags in Extranet an ...
Tom Nielsen
03/06/2020 15:49:58
Last post: 03/06/2020 16:09:16
Scheduling updated of map geolocations
Hello there, Is there an easy way to batch update contact geolocations? Or do we need to develop something custom? Regards ...
Søren Ravn Lund
02/06/2020 08:54:25
Last post: 03/06/2020 09:27:13
Cannot Register external authentication provider
Hello. After upgrading from DW 9.7.5 to 9.8.6, we are no longer able to register our external authentication provider. We are using the method RegisterProvider, exposed in the class ExternalLoginProvider, which is available in DW 9.7.5. How do we reg ...
Tom Nielsen
14/05/2020 09:35:37
Last post: 28/05/2020 10:45:20
Discount price on product
Hi, We have two shops and some products from shop A is been displayed in Shop B and vise versa. the discount price is comming from ERP system adn we were using Discounts object to add Discount price to product product.Discounts.Price.PriceWithoutVAT  ...
Umar Farooq
28/05/2020 09:20:29
Last post: 28/05/2020 10:37:06
Insert custom productFields from Data integration ERP Batch
Hello, I have a BatchIntegrationScheduledTaskAddin for update product data from a ERP. This addin row all the products using de ProductService class, for every product i ask to the ERP the information about this product, Once i get the data from the  ...
Jose Caudevilla
22/05/2020 16:55:16
No replies yet
WebAPI for Writes
Does our WebAPI support POST's (writes), or is there a plan to do so? https://doc.dynamicweb.com/extensibility/tools/ecommerce-web-api We have a partner who would like to use our PIM for product enrichment. Ideally, they would push base product infor ...
Scott Forsyth
19/05/2020 21:51:19
Last post: 19/05/2020 22:44:21
Running DW as dev. env. on OSX?
Is it possible? I have just tested a clean DW 9.8.6 and an existing solution but keep getting this error: Application Exception System.ArgumentException A route named 'DefaultDashboardRoute' is already in the route collection. Route names must be uni ...
Kevin Steffer
18/05/2020 14:16:08
Last post: 18/05/2020 15:13:17
Get PriceAutoId from active price on a product
Is it somehow possible to grab the PriceAutoId or the PriceId from the price in EcomPrices that Dynamicweb has chosen to be the active price for a product? Best regards, Niels Foldager ...
Niels Foldager
13/05/2020 17:54:45
Last post: 14/05/2020 10:31:33
Admin ecommerce : Hide custom orderLineFields
Hello, Im using orderLineFields for manage my orders. This fields are options choosen by users. When i look for an order in the admin panel looks like this: I will like to hide the fields " : 3" and " : OSX" because dont look pretty and are unnecessa ...
Jose Caudevilla
08/05/2020 15:09:05
Last post: 11/05/2020 08:55:12
CustomModule icons
Hi there, Is it possible to add icons to a custom module in DW9? The documentation I found it's not working for me, and it seems to refer to DW8. http://developer.dynamicweb-cms.com/documentation/for-developers/dynamicweb-custom-modules/building-modu ...
Mario Santos
22/04/2020 15:46:22
Last post: 05/05/2020 12:46:13
Access to RemoveProductFromCache?
Dear Dynamicweb, We need to update some values on the products when checkout is done, and the update is done in the database, but then values are not refreshed. Will it be possible to have public access to this method? Private Sub RemoveProductFromCa ...
Anders Ebdrup
20/04/2020 15:29:49
Last post: 05/05/2020 12:22:40
Get CategoryfieldValues of type Property
Hi, I need to do some custom stuff with variant product that have propertyfields of type "Checkboxlist". I am trying to figure out how to get these values. I know I can use this to get the value: var pvalue = productService.GetPropertyValue(variantPr ...
Aki Ruuskanen
24/04/2020 09:18:05
Last post: 04/05/2020 09:02:57
Checkboxlist - Option Name
Hi, I have a bunch of ProductCategoryFields of type CheckboxList. I am wondering where i the database the options for that field are stored? Regards / Aki ...
Aki Ruuskanen
29/04/2020 14:31:39
Last post: 29/04/2020 14:43:08
Select orders for OrderList RibbonBar
Hi, We want to create an custom RibbonBar on the orderlist view to connect to an external webservice. See our current code below. The button shows up fine but when clicked the orders stay empty in ribbonBtn_Click How can get the selected orders on bu ...
Jesse Bakker
24/01/2020 13:21:29
Last post: 28/04/2020 11:17:06