Developer forum
Subject
Replies
Started by
Last reply
Missing last RMA
Hi After the creation of a new RMA, this new RMA is not displayed in the RMA list of the Ecom module when the RMAs are sorted as descending by name. However, it is displayed when sorting as ascending by name. Proof: https://drive.google.com/file/d/1l ...
Tomas Gomez
11/06/2020 14:39:07
Last post: 11/08/2020 14:48:57
List box custom order field
I would like to add a dropdown/select field to the checkout with predefined values and labels from the DynamicWeb backend. When I add a new custom order field I don't see a field type option 'list box' or anything that I can use. What's the best way ...
John Broers
10/08/2020 14:25:35
Last post: 10/08/2020 14:55:43
Move group in eCommerce
Hi, I want to move a subgroup in the eCommerce, from Group1 to Group2. In the PIM there is a "Move group" menu, but this option is not in the eCommerce (see images) Another way would be to attach the subgroup to Group2, but then the subgroup appears ...
Tomas Gomez
06/08/2020 12:27:17
Last post: 06/08/2020 13:07:06
Subgroups loop seems to ignore assortments
Hi guys, I have a solution running DW 9.8.8. I am trying to list the Subgroups of a group and the loop seems to ignore the assortment. In the navigation, the groups without products are hidden. In the Subgroups loop, they are visible. Is this the exp ...
Adrian Ursu
14/07/2020 10:30:21
Last post: 03/08/2020 16:59:30
Control scoring of keywords in search results
Hi guys, I have a scenario where I need to control the scoring or relevance of different fields or expressions. For example, I want to show first the products whose name starts with the keyword then products that contain the keyword in the descriptio ...
Adrian Ursu
24/07/2020 10:01:26
Last post: 03/08/2020 15:26:38
eCom:Related.CustomersWhoBoughtThisItemAlsoBought shows products filtered out by index query
I have a customer who have been using the eCom:Related.CustomersWhoBoughtThisItemAlsoBought loop, and they have recently reported, that some proudcts that show up in this loop, should have been filtered out by the index query expressions. Does this l ...
Mads Riis Jensen
29/07/2020 13:39:49
Last post: 29/07/2020 16:13:22
GetBoolean("Ecom:Product.NotificationRegistered") in ProductViewModel
Hi guys, Is there any way I can get the information about "BackInStock" notification in ProductViewModel? Some API method based on ProductID? Thank you, Adrian ...
Adrian Ursu
27/07/2020 20:26:07
Last post: 28/07/2020 11:47:58
GetImagePathFromSettings() only returns the settings parameters
Hi, I was using the GetImagePathFromSettings() to avoid hardcoding the image handler path for the secondaryImage and I realised that this only returns the settings paramenters. That meant I had to concat the method with the GetImage path and the imag ...
Mafalda Correa
27/07/2020 15:43:24
No replies yet
Error when defining variants
Hi guys, I have a plain vanilla 9.8.9 solution with clean Rapido, no data. I have defined 2 Variant groups and their corresponding options. I have tried defining variants manually (from PIM section) and I got a bunch of errors. First, after I have ad ...
Adrian Ursu
26/07/2020 17:02:39
Last post: 27/07/2020 11:52:21
Using voucher/giftcard for shipping fees
Hi, Is it possible to use a discount voucher as payment for the shipping fee? My example is that a customer has a 200 DKK voucher and buys a 100 DKK product. Then the customer still has to pay for the shipping fee of 39 DKK. Can it be set up so the v ...
Lars Pham
27/07/2020 11:07:24
Last post: 27/07/2020 11:36:12
Error when merging carts
Hi there, We checked both the "Keep anonymous cart when user logs in" and "Merge the anonymous cart content with the cart saved on the user when logging in" in Settings - Ecommerce - Advanced -> Shopping Cart, but when there is already something i ...
Asdis Gudmundsdottir
14/05/2020 14:48:07
Last post: 23/07/2020 10:11:33
11
Subscribe
Beanstream - Dad is not happy
Hi, Some users have experiencing the "Dad is not happy" exception while using Beanstream checkout handler: https://www.screencast.com/t/ooAgea50L. Can we have a fix for this? DW version - 9.8.7. Thanks, BR, Mario ...
Mario Santos
12/06/2020 16:19:54
Last post: 23/07/2020 10:03:36
Save values in ListBox type field
Hi guys, I am using DW 9.8.8 and I am experiencing issues in adding values (options) to Product Category fields of type ListBox. I get a console error everytime I try to save a new value. "FieldOptionsList.validate is not a function" Anybody else exp ...
Adrian Ursu
14/06/2020 14:07:46
Last post: 20/07/2020 12:32:25
Add to cart and checkout on the same page
Hi See attachment. What would be the best way to do this? What we want is, when you enter the page the cart contains 50 DKR (considering using a product named 1DKR costing 1,-DKR a piece) On this same page, it shall be possible to change the cart (ch ...
Hans Ravnsfjall
09/07/2020 17:22:55
Last post: 10/07/2020 08:49:38
Access Stored field from Index in Product list
Hi guys, I know it might sound stupid, but I have to ask. If I define a Grouping field in the index and set it to "Stored", is there any way of reading it in the template on the regular GetLoop("Products")? Thank you, Adrian ...
Adrian Ursu
07/07/2020 17:32:58
Last post: 08/07/2020 10:01:17
Facets
Greetings, We are having trouble with our facets regarding the count of product for each option. In our solution we have 2 websites. On one of them the facet options shows the correct amount of products for each option in the facets. But our other we ...
Anton Marinó Stefánsson
06/07/2020 11:09:23
Last post: 06/07/2020 11:36:06
Disable Live Pricing for newly created accounts
Hi guys, I have a situation where I need to set DisableLivePricing = true when registering new users from the website. I could not find a way to handle it with Template/Form tags. How do I handle it? Thank you, Adrian ...
Adrian Ursu
05/07/2020 17:04:12
Last post: 06/07/2020 09:55:44
Determine why building index is slow
Hi, I need some help/pointers so that I can investigate why an index of less than 40k products (log attached) with a very basic IndexBuilderExtender (code also attached) would take 10min to run. Any pointers? Best Regards, Nuno Aguiar ...
Nuno Aguiar
22/06/2020 13:45:16
Last post: 03/07/2020 20:27:22
DynamicFacets HowTo
Hi guys, I am trying to optimize performance by using DynamicFacets. What I don't understand about it, is if I still need to define Expressions in Query for each parameter used in the Facets I have made the following steps: 1. I have set the "Allow d ...
Adrian Ursu
25/06/2020 14:23:35
Last post: 03/07/2020 10:47:59
Best practice for projects with multiple websites and high number of fields for filtering
Hi guys, I am trying to optimize the performance of a project that has a couple of characteristics: 1. Multiple websites, multiple shops 2. High number of categories and subcategories 3. High number of properties for filtering The performance is affe ...
Adrian Ursu
27/06/2020 14:44:34
Last post: 01/07/2020 20:23:58