Developer forum

Forum » Ecommerce - Standard features
Subject
Replies
Started by
Last reply
CART - Sending emails
Hi, We have one customer they have two websites, in the first is OK the emails in the cart (when have one order the system are sending emails to the owner and to the customer) The second website, the order are not sending to the customer, but is send ...
George Nelzo Pereira
01/06/2015 14:03:58
Last post: 01/06/2015 15:26:35
RE: Startup product price and other price on the following
Hi I am looking for at way to have a product startup price on lets say 200 for 1 piece but if I add 2 pieces to the cart the price is 201 i.e. the following only costs 1 Below is of the same product type, 4 different product types can have different  ...
Peter Klünder
22/05/2015 12:49:05
Last post: 01/06/2015 12:45:59
Output new indexes
Hi Dw, How do I output results from the new index (not products)? Which module am I missing? Best regards, Anders ...
Anders Ebdrup
29/05/2015 16:33:59
Last post: 30/05/2015 13:35:22
Variant list not updated
Hi, We found a little bug. When you edit a variant from the product list and make changes to fields like stock and price, the product list is not updated, so we get the impression they were not updated. Best Regards, Nuno Aguiar ...
Nuno Aguiar
28/05/2015 17:11:04
No replies yet
Fuzzy search
Hello, Do you guys know if the search in DW support fuzzy search or if it will be implemented in a future release? ...
Dan Avramescu
28/05/2015 10:59:58
Last post: 28/05/2015 15:47:27
Removing variant combination doesn't remove product row
Hi there, When you have a complex variant set up, and then remove that variant combination again through the UI, the underlying record is not removed from the EcomProducts table. Is that by design or is it a bug? Imar ...
Imar Spaanjaars
21/05/2015 23:36:22
Last post: 26/05/2015 13:15:13
GetLoop("Details") returns one empty node if the list is empty
Hi Guys, It looks like after ugrading to 8.4.1.25 (have not noticed this before the upgrade but this does not mean it was not there) the GetLoop("Details") returns one empty node. Meaning that @foreach (LoopItem i in GetLoop("Details")){ @ i.GetStrin ...
Adrian Ursu
04/03/2015 15:06:35
Last post: 26/05/2015 03:11:41
Facebook/Google login in DW
Hi! We've made it possible for customers in a new shop, to use either their Facebook or Google account to login with. The login is made with standard DW in the cart-step 2, and works as it should. The problem is, that when the user returns from eithe ...
Martin Gammelholm
21/05/2015 10:50:13
Last post: 22/05/2015 13:19:02
Multishop and multiple users with same ID
We have set up two websites (Website A and Website B). Attached to each website we have setup up one shop for each (Website A/Shop 1 and Website B/Shop 2). Both websites are connected with their shops. Then we have two users (Username/Shop 1 and User ...
Martin Grønbekk Moen
13/05/2015 11:26:08
Last post: 22/05/2015 09:47:03
Order details UI bug
Hi, Looks like there's a UI bug in the order details page in the backend. The system is adding the Surname to the Customer Name, instead of displaying the Surname as a seperate fields with it's own label. Check attachment ...
Nuno Aguiar
18/05/2015 19:03:17
Last post: 21/05/2015 15:58:49
Filter ProductGroup Loops with Where
Hi Guys, I was wondering if I can do something like this to filter the ProductGroups loop: @foreach(var tmp in GetLoop("ProductGroups").Where(Ecom:Group.Name = "filter_string")){ do something; } Actually I would like to know if I can do that for Prod ...
Adrian Ursu
20/05/2015 11:16:38
Last post: 20/05/2015 16:35:02
Date in order_step mail
I need the order_step mail to have the date it is sent in the mail but this does not work in the mail received (so not the order date). < Global:Server.Date > < DwDate.Day >-< DwDate.Month >-< DwDate.Year > ...
Per Søgaard
20/05/2015 15:38:58
No replies yet
Searching in a product catalog
Hi DW team. We have a solution where we search the product catalog by query like so: "/produkter.aspx?q=searchterm" This is all fine since it executes the search, but it seems like it only searches on the products name, not on etc. brand. We would li ...
Jonas Mersholm
20/05/2015 10:49:48
Last post: 20/05/2015 11:26:48
Highly customized assortments
Hi there, I have a customer that requires a highly customized assortment for their users. Here's the situation: 1. There are 5000 products in the catalog (rough estimate) 2. A customer has access to one or more products in that catalog (rough estimat ...
Imar Spaanjaars
17/05/2015 21:55:29
Last post: 19/05/2015 21:30:02
Data integration logs on scheduled tasks
It looks like we only get log entries on manually triggered data integration jobs. http://screencast.com/t/KtTKI8seb It does not look like scheduled integration import jobs are adding entries in the log. Is this an correct assumption? We would very m ...
Martin Grønbekk Moen
18/05/2015 09:52:03
Last post: 18/05/2015 15:35:54
Some ecom templates not in Designsfolder
Some of the ecom templates like PrintOrder.html, Track-trace, Order-steps etc. can online be used from the Templates/eCom(7) folder and not from the Designs/mysite/ecom(7) folder. Why is that? Would be so much easyer to work with if templates were in ...
Per Søgaard
15/05/2015 16:45:08
No replies yet
Bug: Error when adding a new RMA to an order with a Fixed OrderLine
I don't know if this has been already reported, but I'm posting this, in case it hasn't been. The Problem: When I try to Register a new RMA ( Register new RMA in Ecom) on an Order, which has a Fixed OrderLine, the following error occurs: Server Error ...
Alexander P.
30/04/2015 12:03:06
Last post: 14/05/2015 08:56:27
Translation tags in PrintOrder.html
I cannot get my translations, which are working fine in Order.html template etc., to work in PrintOrder.html on bandagist-centret.dk/webshop Are they not supported there? ...
Per Søgaard
11/05/2015 15:37:16
Last post: 13/05/2015 17:57:43
Range filter
Hi I have a range filter that spans both negative and positive value (eg. from -1 to 400). In this case Ecom:Filters.Range.CurrentFrom is 1 instead of -1 and when I change the slider to -1-300, Ecom:Filters.Range.CurrentTo stays at 400. Does anybody  ...
Thomas Schroll
27/03/2015 14:37:27
Last post: 13/05/2015 16:11:05
Variant Image
Hi Guys, I have this situation: Shop with mixed products. Some have variants some don;t. In the product list we display for all ProductImages based on usual template tags. No problem so far. But when the user ads a variant in the cart, the Product Im ...
Adrian Ursu
12/05/2015 21:26:34
Last post: 13/05/2015 14:45:55