Developer forum
Subject
Replies
Started by
Last reply
Multiple email address on order not triggered
Hi, Is Ecom supposed to handle multiple email addresses on the same field? Ex: OrderCustomerEmail or OrderDeliveryEmail? I noticed that using Order flow State emails, this is possible, but only for the Billing address email (OrderCustomerEmail), and ...
Nuno Aguiar
24/10/2016 13:46:49
Last post: 25/10/2016 14:07:43
I need Product ID and Product Number should be the same
I have a products catalog uploaded using Data Integration module where all products have the same ID and Number. Sometimes my customer should add manually new products, but adding manually a new product the Product ID and the product Number are not t ...
Giuseppina Giunta
18/10/2016 18:41:31
Last post: 19/10/2016 09:38:20
Why raw url is changed to FriendlyUrl and are product displayed in the wrong language
In de shop we use a site navigation menu. In this menu the user can navigate to a group overview page. In the template we use a raw url but in some way this url is at client site converted to an user friendly url. I can't figure out why this happens. ...
Sander Veltman
11/10/2016 13:12:40
Last post: 14/10/2016 10:30:56
Not including part list items in carts
Is there a setting to not include Parts Lists items in an order? We use parts lists on some projects for read-only info. It's useful info but we don't want them to be added to the cart. We just want the parent part. I'm hoping that's an easy configur ...
Scott Forsyth
12/10/2016 19:00:24
Last post: 13/10/2016 02:39:38
Get all Products ID's from product list
Hi, I have a product list with 30 pages, is that possible (using the API maybe?) to get all Products ID's of all 30 pages when viewing a single page? I need this to query the database for some values I can't get out of the index or product list, but ...
Mario Santos
12/10/2016 18:16:43
Last post: 13/10/2016 01:03:41
Facet field and/or Facet terms issues
Hi, There seems to be something wrong with facet fields and terms in 8.8.1.18 The product name is does not return facet options for facet fields The product name only returns 100 options for facet terms Even when we are filtering, nothing is updated ...
Nuno Aguiar
12/10/2016 12:25:20
Last post: 12/10/2016 16:08:57
Filter - First variant in group
Hey DW. I'm using the expression "Color - First variant in group" for listing the product variant colors, but this somehow intervenes with the "Size" filter. Each products have the size M (medium), but I only get one product in my filter result.. The ...
Jakob Westhausen
12/10/2016 11:12:35
Last post: 12/10/2016 14:10:05
Discount Matrix Aggregating when it shouldn't
When creating discount in the matrix we have three options: Order Discount (Inclusive) Order Discount (Exclusive) Orderline Discount (Exclusive) We have multiple Orderline Discounts on products and groups which works fine and if a product has more th ...
Keld Gøtterup
11/10/2016 16:11:45
Last post: 11/10/2016 18:24:12
Per Søgaard
11/10/2016 17:37:45
Last post: 11/10/2016 17:49:44
table indexes to aid with Email Marketing statistics
Are there any recommended indexes that could be added to the Marketing Email tables? We have a client that wants to retain all historical statistics but at this point, trying to view any of them results in a timeout. In the current state, other than ...
Terri Donahue
07/10/2016 21:04:33
Last post: 11/10/2016 15:01:18
Compiled error code 1
If I go to CMS>Management Center>System>Searching>Products I get error window with this message. Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service th ...
Yung Yi Wong
06/10/2016 16:14:27
Last post: 07/10/2016 15:33:56
Don't save country during checkout
Using "create user during checkout" feature, and it save everything, except the country, anyone had this issue, know a fix, or is it a bug? <div class="form-group required"> <label for="EcomOrderCustomerCountry">@Translate("Country", "Cou ...
Heine Virenfeldt Kristensen
10/08/2016 08:26:39
Last post: 06/10/2016 16:12:46
Filters displayed inconsistently in language layer
Hi Guys, I have this solution: www.ppt.ro that runs on Dynamicweb 8.7.2.8 We are trying now to add a new language layer for Bulgarian. The problem I am struggling with, is the way the filters are rendered. On http://www.ppt.ro/produse/barbati/imbraca ...
Adrian Ursu
03/10/2016 12:03:55
Last post: 05/10/2016 11:18:15
Price Rounding
Hi, We have a client that detected price calculation differences in one order see bellow (total price in database is 56.025): To solve this we set rounding (down) in the ecommmerce and assign to the currency, see the config bellow with the expected r ...
António Ramos
12/07/2016 15:49:06
Last post: 03/10/2016 11:04:36
Override group in index
Hi I'm setting up a productlist with products from different groups. I use the new index. I have a parameter named groupid, and if I input a single group id in the 'Override default parameters' it only shows products from that group. If I input multi ...
Thomas Schroll
05/05/2016 16:56:40
Last post: 29/09/2016 14:53:56
19
Subscribe
Error deleting a variant
Hello, I'm getting the following when trying to delete a variant: The DELETE statement conflicted with the REFERENCE constraint "EcomProductCategoryFieldValue$ProductForeignKey". The conflict occurred in database "dev.fasteddie.dw-demo.com", table "d ...
Mario Santos
23/09/2016 13:31:34
Last post: 27/09/2016 11:24:21
10
Subscribe
New product tag
Hi guys, In one of our projects we are listing variants as products and we need to show the variant text in the product list. At the loop VariantCombination we have the "Ecom:VariantCombination.VariantText" that returns the label of the variant but i ...
António Ramos
08/09/2016 10:47:43
Last post: 27/09/2016 08:15:31
11
Subscribe
Add expression button disappears
Hi guys, I was trying to create a simple query only with active and isvariant expression but when trying to add the second expression the button dissapears. See attach: http://screencast.com/t/rj1cWhdMVbc Other thing i detected is when adding a query ...
António Ramos
26/09/2016 13:17:50
Last post: 26/09/2016 13:31:07
Error Indexing at 8.8.1.16
Hi guys, We just upgrade our solution to the latest version 8.8.1.16 and when running a new build the index starts to throw error. I checked the log (in attach) and it seems a NullReferenceException at products that don't have VariantID. DW Version: ...
António Ramos
15/09/2016 16:53:23
Last post: 23/09/2016 10:49:32
Case insensitive sorting of product using product name
Hi, I've tried creating a sorting field using CaseInsesnitiveKeywordAnalyzer but sorting is still case sensitive. Please see the attached screenshot and let me know if i need to change anything in the setup. Thanks. Regards, Thaw ...
Thaw Htun Lynn
21/09/2016 12:23:22
Last post: 23/09/2016 05:33:36