Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Ogone error: UpdateCommand is not supported
We getting an error with a ogone payment. Ogone does a callback (see log with status 9, success status) . We getting the following error: Dynamicweb.eCommerce.Cart.CheckoutHandlers.Ogone An error with the message 'Unhandled exception with message: Dy ...
Martijn van Tongeren
20/05/2016 22:55:03
Last post: 25/05/2016 04:59:58
Visual Studio Code, worth it?
After DWTC2016, I feel like giving it a shot for Visual Studio Code, not only because it looks like very nice and easy development tool. But also because more and more tutorials online are using this dev. tool for their examples. Wanted to ask you gu ...
Dmitrij Jazel
24/05/2016 11:43:16
Last post: 24/05/2016 13:10:16
How to handle facets and language
Hi, I have an multi language ecommerce using repositories running on DW 8.7.2.13. On the productlist I handle the language context with the Query expression "Language ID - Match Any - Dynamicweb.Ecommerce.Context:LanguageID" and that works as expecte ...
Kim Søjborg Pedersen
23/05/2016 15:53:10
Last post: 24/05/2016 12:14:05
System.ArgumentException when attempting to add all countries
Hi Guys, What I am trying to do is this: http://screencast.com/t/cbz8miOFmh 1) MC > Ecommerce > Countries 2) New country > Add all countries Result is a System.ArgumentException: Expecting 1 value(s) for the key being indexed, but received 2 ...
Dmitrij Jazel
06/05/2016 15:31:15
Last post: 17/05/2016 12:44:06
PAgeTemplateExtender : Empty loop
Hello, I'm trying to add a loop in the pagetemplateextender, but it doesn't seem to work. Here is my code : var productLoop = template.GetLoop("ImageBankProducts"); foreach (var product in products) { productLoop.SetTag("ProductID", product.ProductID ...
Gaetan Di Caro
12/05/2016 14:44:59
Last post: 13/05/2016 07:30:28
Repositories query does work with "AND" negate or "Sort"
Hi Dynamicweb, I created a case: 115389 The details are in this case. Let me know if you need more info. ...
Michael Vedstesen
02/05/2016 10:15:45
Last post: 11/05/2016 19:25:43
Users Smart Search + Email Marketing
Hi, We need to set up a 3 monthly email for users that reached 100, 200 and 300 points and send them a (unique) voucher for a discount on a next purchase We created 3 smart searches for it We created 3 voucher lists We created 3 pages, each one with  ...
Nuno Aguiar
20/04/2016 12:39:14
Last post: 11/05/2016 18:58:33
Notification Order State
In the order flows I made a new order state for failed export and filled in the notification for sending email if an export has failed. When I set an order to this state with a handler I was expecting to receive email, but I am not receiving anything ...
Yung Yi Wang
11/05/2016 11:07:36
Last post: 11/05/2016 14:43:03
Extend template in LoginProvider
Hi Dynamicweb, We have made an integration to NemID with "External Authentication" in Dynamicweb, but we are missing a feature in the class: LoginProvider to extend the current template. A method in ExtendTemplate(Template template) would be very nic ...
Anders Ebdrup
09/05/2016 12:06:33
Last post: 09/05/2016 14:25:04
Notifications.eCommerce.Cart.Created not firing when reordering
Hi there, I like to set some defaults on a new cart that is created from the "Reorder" option in the customer center. I found the Notifications.eCommerce.Cart.Created notification which sounds perfect, but it doesn't fire for the Reorder functionalit ...
Imar Spaanjaars
08/05/2016 21:25:11
Last post: 09/05/2016 13:57:40
Understanding Discount flow
On our site we have had some problem with discounts. The problems manifest themselves in the sense that sometimes when a cart is trying to calculate discounts it doesn't delete all the old discount OrderLines. It seems to calculate the price correctl ...
Kasper Vesth
16/03/2016 15:42:03
Last post: 04/05/2016 14:11:32
Sort product catalog, by Custom product field AND Price
Hi Guys, In product catalog we have this setting here, for defining how catalog should be sorted. http://screencast.com/t/RcBfbAuqP We creted a custom product field called Web-sort (sort value 1-2-3-4... from ERP system that will mainly be used for s ...
Dmitrij Jazel
13/04/2016 10:56:19
Last post: 04/05/2016 13:48:01
1 shopping cart, 2 orders. Can this happen?
Hi guys, recently we encountered an issue, that is a bit strange. http://screencast.com/t/evlG4TJRT7Yc As you can see in screenshot - looks like 1 cart created 2 orders. Please note the time between orders of the cart - it looks like they where regis ...
Dmitrij Jazel
03/05/2016 13:07:44
Last post: 03/05/2016 13:35:35
RE: Product Attached to Group Observer
Hi everyone I need to run some code after a product has been added to a group in the eCommerce section of the admin panel. Does a sort of ProductGroupRelationObserver exists in the Dynamicweb Templates for Visual Studio? I've tried with Product- and  ...
Jeppe Jakobsen
03/05/2016 10:50:53
No replies yet
Dynamicweb.eCommerce.Prices.PriceInfoCurrencyException in APP 8.7.0.9
Hi guys, Just got an error message: Dynamicweb.eCommerce.Prices.PriceInfoCurrencyException Here is a screenshot. http://screencast.com/t/rvGAsbzRQeOC This error pops out in the Check-out (cart moule paragraph). On DW forum, not that much info about t ...
Dmitrij Jazel
02/05/2016 11:22:42
Last post: 02/05/2016 21:05:45
Gift Card, enable price matrix
Hi guys, Any suggestions why I might not be able to use PriceMatrix for GiftCard products? I am able to use it for Stock product, but not for GiftCards. /Dmitrij ...
Dmitrij Jazel
28/04/2016 10:48:11
Last post: 02/05/2016 10:15:47
catch callback status payment
Hello, Is it possible to catch/check a callback status with a handler from Ogone Checkout Handler?? I have a problem where we are getting Ogone payment status 9, 15 minutes later then the order and is stuck on order step 2. Because customer by then l ...
Yung Yi Wang
29/04/2016 11:11:17
Last post: 29/04/2016 11:31:16
Slow responsetim
I have installed a montotoring system called "New Relic" in one of our solutions. The response time is generally good, but I do get a fair amount of messages saying there are some slow performance on the website. When I look furtger into this I see t ...
Martin Grønbekk Moen
27/04/2016 14:41:43
Last post: 27/04/2016 19:01:20
Application Insights
Hi, I want to improve the performance off our shop. I install Microsoft Application Insight everything worked ok but when i access a page with a index (var queryProvider = ServiceLocator.Current.GetInstance<IIndexService>().LoadIndex(query.Sour ...
Martijn van Tongeren
26/04/2016 17:27:41
Last post: 26/04/2016 17:47:37
Missing description in main address
Hi Dynamicweb When working with multiple addresses for a user in Dynamicweb, we are missing a field for "Attention", but as a work around we use the field "Description" (also called Name/CallName in UserAddress). This is working great except for the  ...
Anders Ebdrup
25/04/2016 09:50:26
Last post: 26/04/2016 10:44:45