Developer forum
Subject
Replies
Started by
Last reply
Set default sorting order for the backend order screen
Hi Our customer would like to have the order screen in the back end to have the default sort order as "completed date" descending order. May I know is there a way to set this up? Instead of they have to click on the "completed field" right click and ...
Tan Pang Lin
06/04/2018 08:47:16
Last post: 09/04/2018 04:46:08
Bug in Dynamicweb.Ecommerce versions after 1.4.12 (Items with Products are broken)
Hi, we disocvered a bug in the Ecommerce package. After we upgraded a DW core from 9.4.5 to 9.4.7, we got some unexplainable errors. After a lot of testing we discovered the following. We downgraded the core to to 9.4.5 and started updating all indiv ...
Harald Brouwers
29/03/2018 11:13:39
Last post: 06/04/2018 15:07:11
Order status email exception
Hi, I've set an order status email notification. When I change the order status the email is not sent and it retrieves an exception (see attachement). Once I remove the OrderLines loop call the email is sent and no error occurs. Can anyone reproduce ...
Mario Santos
04/04/2018 18:36:27
Last post: 05/04/2018 09:19:21
Related Products by variant/language...
Hi, I noticed that in 9.4.7 (at least) the filtering of Related Products (in other words the ability to set a related product to a specific variant combination only), is not available anymore. Is that a bug or by design (refactoring of Ecommerce.Serv ...
Nuno Aguiar
28/03/2018 17:26:07
Last post: 04/04/2018 13:39:04
Place an Order Report Logic
Hi May I know what is the logic for the below two set of data. Added product to the cart and based on the result of "view the products", I link StatV2ObjectVisitorID to OrderVisitorSessionid (EcommOrder} and link OrderID to OrderLineOrderID then to g ...
Tan Pang Lin
03/04/2018 14:10:44
No replies yet
DW 9.4.7 - Discount issue
Hi guys, I set up the following discount in a DW 9.4.7 solution: https://www.screencast.com/t/PmzQBTgWMrf However, when the discount is applied in the front-end, the following error message is showed up: https://www.screencast.com/t/IWOMyUyj Does any ...
Ricardo Pereira
28/03/2018 11:24:09
Last post: 28/03/2018 12:09:43
Does DynamicWeb support templates for orders?
Hello! I wonder if DynamicWeb supports something like an ordertemplate system, that is a saved order that can be copied into a new order and bought again. So kind of like a cart that's saved for later but never disappears when you've ordered it. Simp ...
Oscar Romin
27/03/2018 14:07:04
Last post: 27/03/2018 16:07:25
Exclude PIM groups from Facets
Hi, Is there a way to exclude/remove the PIM groups from being indexed? Currently we have a Facet pointing to GroupID's (rendering the Group Names) but we noticed that the PIM groups (which mean nothing for Ecommerce, show up as facet options. Is the ...
Nuno Aguiar
20/03/2018 17:33:14
Last post: 27/03/2018 06:41:39
Unsubscribe for only some types of emails
Hi, Is it possible that users can unsubscribe for specified types of mailings, and not for all of them? BR, Manon Wekking ...
Manon Wekking
23/03/2018 15:57:07
Last post: 26/03/2018 08:40:59
MINIMUM as Customer number in price matrix
Trying to determine if the is a hack or a feature or a bug, and how do I fix it? In version 8.8.1.32 (cleansolution.net.dynamicweb-cms.com) If price matrix has a line with "Customer number" = MINIMUM and you are loged in with a user that belong to Us ...
Thomas Jensen
15/02/2018 12:26:40
Last post: 22/03/2018 10:36:52
12
Subscribe
Add to favorites broken
Hi guys, We run into an issue with adding favorites to the cart. It seems it's caused by a recent change introduced in Dynamicweb 9.3.13. Here's what we've witnessed: 1. Add to cart ultimately calls: CustomerProductList.AddToFavorites(string productI ...
Imar Spaanjaars
14/03/2018 16:19:46
Last post: 22/03/2018 09:21:31
Cart page cached
Hi, On a DW 9.4.2 solution, it seems like the cart-page is cached. Customers experience, that newly added products doesn't show up in the cart, until F5 is pressed. I've tried to look into the bugfixed list, but this isn't updated yet for later versi ...
Kurt Moskjær Andersen
15/03/2018 11:45:30
Last post: 20/03/2018 03:13:25
Capturing and Reporting Frontend Search Queries
Hello, A customer is using DW9, and they wish to view the search terms being used on the frontend of the site. Is it standard functionality to be able to report on search terms used? Thanks. Richard ...
Richard D. Lee
13/03/2018 21:01:48
No replies yet
Intercept product search
Hi, I'm working on a solution on DW 8.9.2.6, where I need to intercept the product search. If an empty resultset is returned, I need to redirect the customer to another page. The default "noresult" page is not an option, as the customer wants DW to s ...
Kurt Moskjær Andersen
12/03/2018 14:25:12
Last post: 13/03/2018 12:53:16
Crash when ASP.NET 4.6.2 is installed
Hi there, ASP.NET 4.6.2. introduces a new Globalization namespace inside System.Web. This causes an issues with on-demand compilation when the existing Globalization namespace isn't prefixed with System. An example can be found here which crashes whe ...
Imar Spaanjaars
01/09/2016 11:59:41
Last post: 13/03/2018 12:43:17
Variant Groups doesnt work
I created a new product in backend, and then i wanted to create some Variants. So i tried to click the plus sign to add an existing group. The only thing that happens is a blank tooltip showing up.. Is this a known bug? And where is the management ce ...
David Alexandersson
07/03/2018 11:33:36
Last post: 12/03/2018 03:41:24
Update/change a OrderLineField in cart without duplicate OrderLine
Hi, Is it possible to change a OrderLineFieldValue in the cart without having the product to be added multiple times? Im adding a value using: var commentField = ol.OrderLineFieldValues.FirstOrDefault(x => x.OrderLineFieldSystemName == "CommentFie ...
Morten S. Hvid
09/03/2018 11:37:44
Last post: 09/03/2018 14:49:14
Available Amount
Hi Guys, The DW Tag GetInteger("Ecom:Product.AvailableAmount") is not being updated when the user add some quantity of the product to the cart. This is happening in the product list and detail. I have checked the option to "Reserve when product is ad ...
Ricardo Pereira
18/12/2017 16:19:38
Last post: 07/03/2018 15:30:56
How to use Product Groups
Im trying to Loop through 3 different product groups to list the products under the product groups. But it doesnt seem to be any way of doing this? I tried using templateTags to see what i can render, but the only productrelated field seems to be "pr ...
David Alexandersson
07/03/2018 15:01:44
No replies yet
Product catalog PDF
Before we go ahead and create our own solution. What options do we have in DW to create product catalogs or data sheets in PDF on the fly with data from ecommerce? I know PIM has this functionality, but this customer does not have and does not want P ...
Martin Grønbekk Moen
06/03/2018 14:39:57
Last post: 07/03/2018 14:53:39