169 results found
-
Product Video in Primary Image Carousel
While this can be customized we would like to see it offered in base to allow 'video' content to be loaded or linked to and displayed within the standard featured product images as part of the existing image carousel.
1 vote -
Marketplace for Partner Customizations
Be able to leverage an Optimizely marketplace for things like approved connectors, blueprints, layouts, widgets etc. from partners rather than relying solely on project level customizations.
1 vote -
Use Graph to index and expose all catalog content
Make using Configured Commerce catalog outside of Spire easier. Helps to enable headless commerce by unlocking your catalog data for any channel.
This feature would provide a modern API (GraphQL) to easily access and use your product, customer, and order information to power marketing sites, mobile apps, or other custom experiences.
1 vote -
Copy promotions from Sandbox to Production
Allow for copy of promotion from Sandbox to Production to allow for testing in Sandbox without having to recreate the Promotion from scratch.
It is also important to be able to copy in bulk as sometimes campaigns can contain upwards of 100 promotions
1 vote -
Allow Shared Lists / Transfer Owners
Ability to transfer a list from one user to another, or have multiple owners of a list (for when B2B User leaves company the lists shared by them are no longer 'abandoned')
1 vote -
Improve performance for "Add Saved Cart to Cart" and "Add Recently Purchased List" to Cart
Speed performance declines when using the "Add saved cart to cart" functionality for orders with 50 or more items as well as extremely large "Recently Purchased" dynamic lists, and is user evident when using the functionality for 100 or more items
While this can be handled at the project level via customization we'd like to see the performance improved within base.
1 vote -
Outside Sales Rep - Actionable Dashboard
Have an embedded dashboard on the website for outside sales reps to be able to make data driven decisions, including showing a list of their customers, who has logged in, who has placed an order.
1 vote -
Pre-Built Experimentation
Leveraging Optimizely Web Experimentation offer experimentation built into Configured Commerce via Spire
1 vote -
Configured Commerce B2B Analytics - allow more than GA4
We would like to use the standard B2B Analytics package included with Configured Commerce. We do not want our data to pass through a GA4 account. We are requesting the ability to use the analytics functionality with an alternative account or platform that allows us to fully own and control our data.
1 vote -
Optimizely CMP - Publish into Spire
Unleash the potential of your marketing team and publish into Spire out of the box with Optimizely CMP: One workspace to plan, track & distribute work, Creative tools to produce, edit & proof content, Multiple views to visualize campaigns: calendar, timeline, Kanban, lists, & more.
Currently available as customization and add-on, we would like embed publishing from CMP into Spire.
1 vote -
Whitelist/Allow Polly library usage for Retry/Circuit Breaker usage
Polly is a great library to implement retry policies for api, it's already available as a transient reference in the insite packages.
Would love to be able to use it instead of having to copy code to do the exact same thing.
1 vote -
Budgement Enforcement at Order Level
Looking to have an option to enforce a budget at the order level. We have customers who aren't looking to approve all orders, but only orders over a certain dollar amount for the Buyer 2 role.
1 vote -
Many customers change their SKU and it's not really supported in Configured Commerce
We have several client which rename SKUs in their ERP instead of deactivating and create a new one for multiple reasons. Recently one of them ask us to create a "Master UID" for them to map and update our products, but this field is internal only and not visible to the customers, so it's an internal ID used between the ERP, PIM and Configured Commerce to update the product.
Can such a field be added and could be used as an alternate natural key to simplify everything? Seems to us like a common issue.
3 votesThank you for submitting this request! I can confirm that this would be a significant architectural change to implement and is not something we would be able to add to the roadmap at this time.
We can leave this enhancement request open in order to receive related feedback, but we do not have plans to add this feature at this time.
-
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.
3 votes -
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.
6 votesOur development team is currently working on this item, and it’s likely to be added to the roadmap soon - pending any technical challenges
-
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…3 votesThank 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…
4 votes -
Request for an out of the box configuration setting for when sessions are fully expired
Request for an out of the box configuration setting for when sessions are fully expired:
• Session Expiration and let the client decide if they would like to redirect to Session Expired Page, or use Overlay with Session Expired Modal on same page.
• In this setting we could also provide additional sub-setting with ability to enable a session expiration warning (admin can set the number of minutes)Incomplete Client-Side Inactivity Timeout: We have two different issues with this vulnerability,
• If a customer steps away from their system without an automatic logout after a period of inactivity, there is…6 votes -
Export product list from a category
In PIM: I want to export all products that are assigned in a certain category. For example, I have category A with 300 products, and I want to export these 300 products in category A. As for now, when I'm in category A in PIM and click on "products" I get the listed products assigned to category A, BUT I can't export them in a excel list or other files types.
2 votes -
Better extensibility options for Search V2 Indexing
We have a requirement on our project that requires us to change the behavior of the search indexing v2. In trying to do so, our development team ran into an issue where the class we needed to extend was not extensible (internal, sealed, or non overrideable methods).
Basically what we are trying to do is remove the condition that excludes child products when fetching indexable products that is in line 896 of class Insite.Search.Shared.DocumentTypes.Product.Index.SearchV2.Models.Product (this is in version 5.2.2412.1705)
What we would like to see changed is:
1 - Make the SearchV2.Models.Product public instead of internal and remove the sealed…
7 votes
- Don't see your idea?