Developer forum
Subject
Replies
Started by
Last reply
OrderLine Custom FieldValues
Hi All, I am trying to retrieve OrderLineFieldValue. But it doesn’t come out. Could you please guide me? Here is my referencing and code. Ref: https://doc.dynamicweb.com/api/html/6c37dac8-8290-11ad-8420-fb09fb0ef765.htm Custom Fields: A1.PNG Codes: A ...
Zayar Minn
25/02/2019 07:37:05
Last post: 24/04/2019 09:08:09
Manual Insert of Forms for editors
As usual we are doing some custom contact us forms and this means for various good reasons we have to insert the collected data to the forms for editors structure. So I tried this: Dynamicweb.Forms.Submit submit = new Dynamicweb.Forms.Submit(); submi ...
Kevin O'Driscoll
15/04/2019 12:10:11
Last post: 23/04/2019 18:31:31
SQL settings from GlobalSettings
Hello, I am trying to find a notification subscriber that triggers before Dynamicweb loads the SQL information (sql server, database, user/password) from GlobalSettings.aspx. So far unsuccesfull, I have tried the subscribers from here but it seems th ...
Søren Ravn Lund
23/04/2019 10:21:32
Last post: 23/04/2019 16:43:13
Server callback in checkouthandler
Hi, I am developing a checkout handler for DW and have a couple of implementations to use for reference. The ones I have are not using a server callback for the payment order but use different methods. The one I am developing uses a server callback a ...
Reynir Viðar Ingason
23/04/2019 14:43:50
Last post: 23/04/2019 16:03:44
Redirect for inactive product?
Hello, Does anyone know how to make a redirect for an inactive product to another product? I cannot fiture out which notifier to use in this occasion... Best regards, Anders ...
Anders Ebdrup
30/10/2017 22:43:00
Last post: 16/04/2019 13:30:18
GetProductById retrieves exception on IndexBuilderExtender
Hi, I am trying to get a product on IndexBuilderExtender using Dynamicweb.Ecommerce.Products.Product.GetProductById("PROD2546"), but it's always retrieving the following error: Product index builder experienced a fatal error.. System.NullReferenceExc ...
Mario Santos
01/12/2017 14:59:37
Last post: 15/04/2019 11:48:09
PageViewModel.Languages contains deactivated sites
Hi Dynamicweb, When using PageViewModel.Languages in our templates we also get references to deactivated language layers. Can this be changed either to include on active language layers or add an extra property where we have check whether the languag ...
Anders Ebdrup
14/04/2019 11:39:14
Last post: 15/04/2019 10:27:31
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
Extending Integration Customer Center
Hi! Is it possible to extend Integration Customer Center so that we can get other types of documents and display them beside inovices, orders and credits? Ivan ...
Ivan Marijanović
08/04/2019 10:07:35
No replies yet
Saved Cards in Cybersource - Not saving the card
Hi, I'm having some issues with saving cards using Cybersource. This is something that used to work and just soped recently, there was a DW version update so i'm thinking it might be related to that. When i try to save a new card i get the indication ...
Cátia Torego
23/01/2019 17:53:14
Last post: 28/03/2019 11:47:24
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
GetGroups sorted by sort number
Hi, I am using services to GetTopLevelGroups() and then GetGroups() for the subgroups and everything works fine except the sorting. I understand a group may belong to multiple parents, which may be the reason why it's not a property of the Group clas ...
Nuno Aguiar
14/03/2019 20:30:20
Last post: 20/03/2019 14:55:57
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
"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
How to get value from paragraph item field?
Do any of you guys have any experience of retrieving values from paragraph item fields using ItemManager.Storage.GetById? I created an item type with system name SortedNewsList and one field called Dato (of type Date). This item type is only enabled ...
Bjarne Rosendal
06/02/2015 14:57:01
Last post: 19/03/2019 14:02:53
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
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
Add to Cart - custom UnitPrice
Hi, I have a weird issue to try and solve. Is there any way I could submit the unit price when adding a product to a cart through query string parameters? This is for a Sales Rep feature where they require some flexibility to change the unit price. W ...
Nuno Aguiar
12/03/2019 14:59:46
Last post: 12/03/2019 17:01:12
Adding multiple products by AJAX
Hello! I have a page in my website where there are ordinary products which are loaded in from DW-backend by setting the index in the DW-admin app for ecommerce, so then they appear in the GetLoop("Products"). But then on this same page you should als ...
Oscar Romin
07/03/2019 13:34:08
Last post: 08/03/2019 11:32:44
Currency per language site
Hi there! When user visits page is there a way to check if currency is set to appropriate value and if it is not to change it. For example we have a site which starts with eng. and it should have USD currency and can I check if it is usd and if it is ...
Ivan Marijanović
07/03/2019 11:38:21
Last post: 07/03/2019 12:05:00