Developer forum
Subject
Replies
Started by
Last reply
EcomLoyaltyUserTransaction stores the order id even for transactions of type EcomOrderLine
Hello guys, In the table EcomLoyaltyUserTransaction, for lines of type EcomOrderLine, Dynamicweb is storing the OrderId and not the OrderLineId. Why is that? Even in code there are contradictions: When you create a transaction with the LoyaltyReposit ...
Emil Dumitrescu
29/05/2019 18:59:02
Last post: 19/06/2019 13:34:15
Use of stats table in Dw Databse
We have customer who is running dw application Live for 13months we have noticed 3 tables have more than 1m data records, need to know more about those tables Statv2Session - 2M+ Records Statv2Object - 1M+ Records Statv2Page - 9M+ Records What is the ...
Shiwanka Chathuranga
27/05/2019 19:05:15
Last post: 28/05/2019 12:10:18
Using Maps for delivery address selection
Hi there Does anyone have any expirience with using Google Maps as source for selection of delivery address. Our customer has a list of partners who can be used as delivery points (like GLS parcels shops). When user goes to cart I would like to open ...
Ivan Marijanović
23/05/2019 17:07:53
Last post: 20/11/2019 22:31:44
AddInParameter reads double value wrong in our CustomShippingProvider
Hi, We have a Custom shipping provider, with AddInParameters of type double, using the FloatingPointNumberParameterEditor. As long as the inpunt in these fields is a nice round number, everything works fine. But now our client changed the value 6.00 ...
Hans Kloppenborg
16/05/2019 16:43:22
Last post: 21/05/2019 08:42:45
DLL Issues in an MVC project
Hello! I have tried to set up an environment in an MVC structure for a few days now, but something always breaks. The newest issue I have is that while logged in to backend the dlls are sometimes skipped, see attached image. Only sometimes though. An ...
Oscar Romin
16/05/2019 10:24:27
Last post: 16/05/2019 12:23:26
Mailchimp integration, API requests.
Hey, I'm trying to implement a basic MailChimp integration using their API. Unfourtunately the MailChimp API doesn't allow CORS requests, which blocks making this using clientside scripting. To get around this, I need to do a basic api-requests from ...
Villlads Nielsen
13/05/2019 13:56:19
Last post: 21/05/2019 23:28:09
Dynamic list of related products
Hi, We want to dynamically generate the list of related products. That is, instead of manually adding the related products (https://doc.dynamicweb.com/rapido/configuration/general/related-products), the related products should be automatically chosen ...
Tomas Gomez
09/05/2019 16:02:06
Last post: 09/05/2019 16:13:47
Get dropdownlist label
Hi I use Dynamicweb.Services.Items.GetItemByPageId(pageid, false) to get an item. This item has a dropdown list field and I want to get both its selected value and label. How can I get the label? ...
Lars Larsen
09/05/2019 14:59:55
Last post: 30/05/2019 06:23:27
commentArgs always return
Hi commentArgs is always null when I run this code (Sample from api doc), I have no problem with other notifications. Its the same with all the CommentNotifications i have tried. What can be wrong? using Dynamicweb.Extensibility.Notifications; using ...
Kim Søjborg Pedersen
30/04/2019 23:11:31
Last post: 30/04/2019 23:59:16
Dan Gheorghe
16/04/2019 17:17:16
Last post: 30/05/2019 07:25:08
Regarding CyberSource Payment method we got bug in discount
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; color: #0563c1} li.li1 {margin: 0.0px 0.0 ...
Shiwanka Chathuranga
11/04/2019 11:19:43
Last post: 12/04/2019 18:06:09
EcomAssortmentItems - Arithmetic overflow error converting IDENTITY to data type int.
Hello DW, We are working with an integrated solution where we have had some issues with the assortments. The issue was related to the rebuilding process where we got this error: Arithmetic overflow error converting IDENTITY to data type int. To solve ...
Anders Ebdrup
08/04/2019 19:19:22
Last post: 27/11/2019 13:40:41
Rendering Field Display Groups in frontend
Hi, I was trying to use Field Display Groups to display certain fields on the frontend in the Product Page, but I couldn't find any tag to get the information from the Field Display Groups. Is is possible to render the FIeld Display Groups in fronten ...
Mafalda Correa
05/04/2019 11:28:26
Last post: 30/03/2020 07:49:41
Error in setting Price to orderline
Hi, I have a service to add products to cart and we are using price module for product prices. I am adding orderlines like this var builderConfig = new OrderLineBuilderConfig { ProductId = product.ProductID, Quantity = double.Parse(product.Quantity), ...
Umar Farooq
25/03/2019 11:10:58
Last post: 26/03/2019 17:51:26
DW 8.9.2.6 - VariantCombinations loop is empty if TemplateTags() not present in template...
Hi, I'm doing some small changes to an old site, and just stumbeled across a weird behavior. Trying to build a Google Shopping feed, but when I try to render variants they turn out empty. Simplifyed code which doesn't render anything in the second fo ...
Jacob Storgaard Jensen
20/03/2019 13:28:25
Last post: 20/03/2019 14:13:48
Groups language on product object doesnt match product language
I have a weird behavior on multiple language ecommerce. When I get a product with the ProductService or old way by specifying LanguageId parameter I thought that getting the Groups on the object would have the same language. Bare in mind that this co ...
Kevin Steffer
18/03/2019 16:16:29
Last post: 18/03/2019 21:02:34
Select all orders where Capture state is 'Captured'
Hi I am trying to select all orders with the capture state 'Captured', however there does not seem to be a column in the database presenting this information, other than 'OrderCaptureInfo', which also contains a bunch of XML. I could of course search ...
Roald Haahr Jensen
18/03/2019 10:09:51
Last post: 19/03/2019 00:32:02
"Illegal characters in path" in eCom admin
I have a bit of a strange problem in eCom in admin. When I try to expand a shop in admin with a specific user I get an "Illegal characters in path"-error. With the built in administror account this does not occur. I understand that it has to do somet ...
Aki Ruuskanen
18/03/2019 09:23:25
No replies yet
ashx handler handler
Hey DW, I'm trying to implement a custom ashx handler, but it seems that nomatter how i register it with the IIS webserver dynamic web has some rewrites that takes precedence ? can you confirm if this is an issue or am I able to bypass this with a co ...
Claus Ørum-Petersen
06/02/2019 13:12:18
Last post: 07/02/2019 08:36:12
Forms for editors specific recipient from submitted form value
Hi guys We have a solution where we would like to sends email notifications to different recipients based on a "Select" list in forms for editors. A scenario could be, that the user submitting the form, selects "Option1", then that notification shoul ...
Jens Mouritzen
05/02/2019 21:01:45
Last post: 08/02/2019 08:04:12