Email validation on import for customer - should replace data with NULL and NOT fail the import
Current process for import of Customer data uses a regex to validate if the data is good.\nThe basic criteria it uses is something@something.com, it is looking for a string that includes the @ and "." (period) symbol.The import will allow a NULL v...
Email Lists and Customer Segments created based on user behavior
It would be excellent if Administrators had the ability to set up Customer Segments and Email Lists based on user behavior in addition to the system automated messaging. \nBehaviors like a purchase, account activation, etc should be available for ...
Create Account -field visibility and required enhancement
When a web site visitor creates an account, they are only asked for email address, username, password. Realizing keeping the ask down to avoid customer abandonment, however, this should be an option for us to add fields as we need to fit our bus...
Brand Page - need widget that shows only products from that brand.
On brand pages, we have option to add product widget, however there is no way to show only products from that brand. Need this option as a widget. Often brands are protective of what can be shown on their pages and so we need this to fully show...
Allow customers to attach pictures (png, jpg, etc...) and documents to the request RMA functionality.
We're starting to push the request RMA functionality for our d customers (our lowest level customers). Our returns team has asked if we could add functionality to allow the customer to upload a picture and/or documents to their RMA request. Freigh...
When creating a product list to send to customer dashboards from Marketing, it would be extremely helpful to be able to segment recipients of that list. For companies with a lot of different customer types/persona, this kind of option would be val...
Return current QPS to allow me to throttle my traffic to the Find service
As a site ownerI don't want my Find to stop working because we are querying the service too many times a second.If the QPS could be returned in as part of the responses, then customers could use that value in order to implement throttling.The cust...
As a developer I want to be able to search within an area. For examle "Find all dealers within 100 miles from this location".Something like this:var result = SearchClient.Instance.Search<DealerProduct>() .Filter(x => x.DealerLocation....