156 results found
-
Dynamic Filtering: Enhancing UX on list page
Proposed Enhancements:
* Add a fixed top panel to display all applied filter options
* Allow users to remove individual applied filters by clicking an "X" on the top panel
* Replace checkboxes for filter options with visually distinct selectable buttons
* Automatically filter relevant items as each filter option is selected or removed
* Remove the "Apply Filter" button to make filtering immediate
* Keep the "Clear All" hyperlink button in the top panel to reset all filters
Benefits of Proposed Changes:
* Improved user experience with real-time filtering
* Increased engagement as users see instant results
* Competitive…1 vote -
Download backup of production database
Each day database backups are created of the production website. I would like to have the option in Mission Control to download a backup which was made days or even weeks ago.
1 vote -
Content Field on Product Detail Page Should be Controlled by CSS
In configured commerce, go to: Admin Console > Catalog > Products, then select a product and go to the "Content" area. There is a rich text editor field for adding product description/detail info. This editor gives the option to change fonts, styles, colors, etc. allowing different users to potentially create on-page content with inconsistent styling. There should be a way to either (1 lock down this editor to ensure only approved fonts and stylings can be selected, or (2 control the appearance of this text area with CSS to match the stylings of the site overall. No matter who on…
1 vote -
Configured Commerce fraud detection
Had a request from a customer wanting to add fraud protections such as:
1. Rate limiting
2. Bot detection
3. Bot detection with javascript to identify headless browsers
4. Captcha functionality - when users initially come into the site or users are starting an order or users are entering credit card information
5. WAF compromised credentials check1 vote -
Allow the possibility to manage multiple category trees by customer
n a large project with many different customers, not all of them are expected to use the same categories with the same names. We would like to have the possibility to assign categories to specific customers. This will result in a menu and categories adapted to the product assortment subset they are using.
1 vote -
Allow a way to see server side rendering on Sandbox
As someone responsible for site availability/uptime AND SEO, there should be a way for QA testers (not just developers on their local instance to trigger SSR in Spire on Sandbox in order to do basic QA on the site. Currently, on Sandbox any "bot" user agents (Googlebot cause a block at the Cloudflare level.
There are some React packages (i.e. sessionStorage that when referenced/used in code will work fine in a browser but cause a 500 error when server side rendering. This makes testing by QA folks basically impossible.
A suggestion for this would be a SSR toggle asked for…1 vote -
Admin API V1 Password Grant deprecation and Swagger Documentation updates
Admin API Token Endpoint - Currently, it uses an Oauth 2.0 Password grant. The documentation does not explicitly state this, but that is the grant type.
https://docs.developers.optimizely.com/full-stack/docs/using-the-rest-api
If you look up the information about this grant type, it is stated that it is deprecated.
https://oauth.net/2/grant-types/password/
Wondering if are there any plans to update the token endpoint?
I have been working on an integration with Infor M3 CSDE, and I had issues with adding the Admin Api to the new ERP's API gateway; the major blocker was that the Gateway does not support the Oauth 2.0 Password grant. I ended up…1 vote -
Please add the ability to grant impersonate permissions to custom roles
I want to be able to create a custom role for the admin console users that while given limited permissions through the Application Dictionnary would also be granted the ability to impersonate website users.
Currently, the impersonate feature is limited to 4 roles: ISCSystem, ISCImplementer, ISCAdmin, ISCUser. Being able to customize the CanCurrentUserImpersonateAnotherUser method used by the AccountController would give more flexibility.1 vote -
Add Preview Option to Email Message Logs
Currently, we copy the html from the Email Message Logs and save to an html file to "preview" the email in the browser. It seems that this would be a great enhancement for Opti to add a "Preview" button on the page. This would be similar to the "Preview Revision" option on the Email Templates, but using the actual html from the delivered email.
1 vote -
Add Audit Logs for incorrect password login attempt logs and user locked out logs
In Audit logs, we are getting admin user logins and password change related logs. But we are not getting incorrect password login attempt logs and user locked out logs.
* How do we know if someone's account was locked due to incorrect password login attempts ?
* How do we know if someone trying to login with brute force attack ?1 vote -
Add "Enforce Password History" on Website and Console Security Settings
Add "Enforce Password History" on Website and Console Security Settings
How it works:
When you set this option, the system stores a certain number of your past passwords, and when you try to set a new password that matches one of those stored, it will not allow you to do so.
Configuration:
You can usually set the number of past passwords to remember, meaning how far back the system checks when you try to set a new password.
Importance:
Using Enforce Password History is a crucial security measure to prevent someone from easily guessing your password by trying previously used…1 vote -
PIM - Ability to archive assets with upload
As a B2B users, we're constantly updating datasheets and tech drawings for products when the manufacturers make updates to their documents. We can overwrite some of the documents. It would be helpful to be able to upload a list to archive documents in mass rather than doing them 1 by 1.
1 vote -
PIM - User Roles Don't Work
Optimizely confirmed the existing PIM roles do not work but asked me to enter it as feedback instead of a bug. A user must be an Admin to update an image, which is not optimal. There are existing PIM roles with Edit permissions for items and images, but they do not work. Fix the existing roles, or custom roles and permission so a user doesn't have to have full admin authority to edit an image or an item field.
1 vote -
Change default (list / msrp) price to match alternate unit of measure
When using real time pricing we are locked into one list / msrp price. when a user changes to an alternate UOM the sale price will change but the List price remains static and no longer matches what the user is buying.
1 voteThank you for submitting this feedback, can you advise if you've sent this through our support system to review the example in more detail?
We would want to have the 'msrp' calculations reviewed, as well as the connecting out of the box property being used or if there are customizations affecting this display.
-
Optimize Wishlist Updates: Refresh Line Item Only, Not Entire Page
Optimize Wishlist Updates: Refresh Line Item Only, Not Entire Page.
Current Behavior (for customers using live inventory and price via API):
In Configured Commerce, when a user updates a product within a list or quote (e.g., changing quantity or removing an item), the entire list page refreshes. This results in longer load times and a less efficient experience, particularly for large lists.Requested Enhancement:
Modify list/quote functionality so that updates apply only to the specific line item being changed, rather than forcing a full list refresh (must also adjust the product total). Ideally, this would be handled via an asynchronous…1 voteThank you for submitting this request! Currently in order to handle the complexity of keeping the data consistency between the My List Details and My Lists Page(s) across the wide customer base we require resetting the state after updates on the line item(s) within Lists.
While we do not have any changes planned to alter this behavior on base please feel free to continue sharing feedback and impact.
-
Fraud prevention
We are working to resolve ongoing issues with fraudulent ecommerce orders. Frequently, bots have placed orders using stolen credit card information with valid bill-to addresses but random ship-to addresses. Unfortunately, these orders were shipped before we received dispute requests, which forced us to issue credits to customers and resulted in unrecoverable product losses.
We attempted to implement the DataDome solution; however, it was not compatible with Optimizely. I also understand that Optimizely currently uses the Spreedly gateway for credit card processing, and I’m aware that Spreedly provides a fraud prevention solution that is not included with Optimizely.
Could you please…
1 vote -
group lines in my list
Provide the ability to group items in a My List. For example, if a user is creating a My List to capture all the materials used to install bathrooms in a house they could group them by Master Bath, Half Bath, Guest Bath. If there are groups and a product isn't assigned to one, have a default category or "Other"
1 voteThank you for submitting this request! We have added this item to our backlog for future consideration and prioritization.
-
barcode labels
We are trying to leverage and promote the barcode label printing feature of My Lists. According to the documentation and print dialog select, we should print labels on the 1" x 3" 2 Column Avery 94224 labels.
We have two problems with this.
1. Those labels are hard to come by. They are not stocked in Staples nor are they easy to find on the Avery website.- When printing multiple pages of labels, the print creeps off the label starting on page two. This seems to be an issue with the label. Same behavior happens when printing the labels from…
1 voteThank you for submitting this request! Our team is currently reviewing if and how we may implement this feature, particularly with consideration of our wide client base. We will update this ticket once we have completed this investigation.
If this is urgent for particular customer(s) or project(s) please note that labels/printing were built with ability for partners to customize/override the existing template.
-
Promotion Functionality - Managing Stacking and Category Assignment
E-Commerce Lead
Promotion Functionality Improvements Background
At WeSupplyTrades, we rely heavily on Optimizely’s promotion functionality to deliver flexible and customer-centric offers. While the system is powerful, we’ve identified a few areas where usability and efficiency could be significantly improved, particularly in promotion creation and rule management.
Challenges Identified
Stackability Rules
Currently, to manage promotion stacking, we need to add each existing promotion into the rules of every new promotion.
When a new promotion is created, we must retroactively update older promotions to ensure they’re included or excluded from stacking.
This process is highly manual, repetitive, and error-prone.
Category Assignment (L1,…
1 voteThank you for submitting this request! We have added this request regarding promotional stacking/setup to our backlog for future consideration and prioritization.
-
Send order confirmation as pdf attachment
Our customers want to receive their order confirmations as a PDF attachment. Many still want to print them, attach a digital copy to their ERP, or save a digital copy. PDF's make this much easier.
Many won't order online since they don't like the order confirmations. Others require us to manually send a PDF version out of our ERP after they have placed their order.
1 voteThank you for submitting this request! Our team is currently reviewing this feature, particularly with consideration of our wide client base. We will update this ticket once we have completed this investigation.
- Don't see your idea?