Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Custom generated field
What is the best way to create a custom generated field. We need to accumulate the stock level of all variants in the same color. So we have two variant groups (Color and Size). One product has multiple colors, and multiple sizes. Each variant option ...
Martin Grønbekk Moen
24/06/2019 13:22:57
Last post: 24/06/2019 22:27:22
Get root group for user in IndexBuilderExtender
Hi, I am trying to use the function User.GetUserByID in an IndexBuilderExtender. However, I the following exception: System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=Dynamicweb.Secu ...
Roald Haahr Jensen
24/06/2019 08:49:08
Last post: 05/07/2019 10:50:32
Where is "Debug" logged?
Hello, Where is "debug" logged? And what is the intention with the logging method? Dynamicweb.Logging.LogManager.Current.GetLogger("UserOnExtranetLogin").Debug(message) Best regards, Anders ...
Anders Ebdrup
21/06/2019 09:06:21
Last post: 26/06/2019 09:05:36
Find a user's birthday with smart search
Hi, Does anyone have a good idea of how to find a user's birthday with smart search? My goal is to send af voucher as a birthday gift Best Regards Kim ...
Kim Søjborg Pedersen
16/06/2019 22:58:49
Last post: 16/06/2019 23:34:54
Observation: Potential null reference issue when displaying orders
Hey there, I have been working with a rapido full installation and noticed as slight quirk. After I completed an order and tried to view it in ecommerce module in the backend I got a null reference displaying. The issue appears to be because there wa ...
Reynir Viðar Ingason
13/06/2019 10:36:29
Last post: 28/06/2019 08:22:59
Get current area in backend
Hi I want to get the itemtype associated with the area that the editor is editing in the backend. How can that be done? I would very much like to get it from within the notification "ItemNotification.Saving". ...
Lars Larsen
12/06/2019 13:30:35
Last post: 14/06/2019 13:55:26
Autologin on specific IP or similar
Hey, A client is having their intranet scanned by a some service they bought, and want that service to scan pages with extranet login aswell.. The company asked me to "whitelist" their IP. I responded with creating them a user and giving them the url ...
Steen Nørgaard Perdersen
11/06/2019 14:54:49
Last post: 12/06/2019 12:29:52
Cybersource: No transaction number sent
I am using Cybersource payment method with an embedded iframe. For some users it started to return an error when trying to load the iframe. In the front end the iframe is never loaded and I can see the following error in the order log "No transaction ...
Cátia Torego
07/06/2019 16:46:13
Last post: 27/08/2019 11:45:20
OrderCollection Load obsolete
Hi, We have some code that gets orders based on a sql query. We used it for getting orders by date, customernumber or other customfields. var orders = new OrderCollection(); orders.Load(sqlQuery); But after upgrading to 9.6.9 (from 9.3) the OrderColl ...
Jesse Bakker
06/06/2019 16:28:22
Last post: 11/06/2019 09:43:22
Rapido checkouthandler render not working
Hey there, I am having an issue with a checkouthandler rendering a post template. I am using Rapido full and have several chekout handleres configured. Some are working but others are not and I am failing to find what the difference is. When I run th ...
Reynir Viðar Ingason
05/06/2019 13:35:03
Last post: 05/06/2019 15:01:16
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
CKEditor plugin
Hello, Did anyone use Fontawesome as a plugin for CKEditor? ...
Dan Gheorghe
16/04/2019 17:17:16
Last post: 30/05/2019 07:25:08