166 results found
-
Enable 3DS API Integration Support for Bambora
Bambora currently supports 3D Secure (3DS) authentication, which is an industry-standard security protocol designed to reduce fraud and increase authorization rates during online transactions. However, Configured Commerce does not currently offer out-of-the-box support for Bambora's 3DS API integration.
This would include:
• UI/Settings support to enable/disable 3DS within Bambora configurations.
• Backend integration to perform 3DS authentication flows as part of the payment process.
Priority: high - currently unnecessary risk for TD/Bambora enabled customers to accept online payments without 3DS.
1 vote -
PIM - bulk product descriptions
There are no way to export all product description in bulk from Optimizely PIM. I want to be able to export the descriptions for both the main language and the translated languages.
When I export only one product at a time it works. But having thousands of products in multiple languages is not sustainable. I want to be able to export all product descriptions in bulk.Also, the product description gets exported in "code format", meaning the symbols like "<p>" gets embedded in the text. It would be very good if the descriptions could be exported in a clean format…
1 vote -
Power BI Integration with Optimizely Configured Commerce for one of the client
The client requires seamless integration of Power BI reports directly within their Optimizely Configured Commerce site to enable:
Real-time business analytics dashboards
Embedded sales, inventory, and customer insights
Interactive reporting for internal users
To integrate Power BI reports into Optimizely Configured Commerce site, we need to whitelist the required DLLs.
DLLs to Whitelist
The following DLLs need to be whitelisted for Power BI integration:Microsoft.PowerBI.Api.dll
Microsoft.Identity.Client.dll
Microsoft.Rest.ClientRuntime.dll
1 vote -
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 -
Spire CMS - Identifying widgets missing content in current language
In the Classic CMS, we were able to see a warning or indication style on widgets that did not have content in the current language. However, in Spire CMS, this visual indicator does not seem to be available.
We would like a way to clearly identify in Spire CMS which widgets have been localized to the current language and which have not, similar to the warning indication available in Classic CMS.
2 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 -
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
-
CMS backup
I'd like to suggest implementing an automated backup system for the CMS to avoid potential data loss or mishaps. Currently, backups can be done manually, which could leave us vulnerable to issues such as data corruption, system failure, or human error.
Automating backups (daily or even more frequently) with proper versioning and offsite storage would ensure data integrity, minimize downtime, and provide a reliable rollback option in case of any unforeseen events.
1 vote -
Prevent bot spamming logs
We often see a lot of errors in the application logs related to bots spamming the website with URL requests that do not even exist, quite often these end in .php extension; example: https://[ConfiguredCommerceURL]/admin/function.php. These seem to be attacks that try to find vulnerabilities on the website. While often times these are harmless, they do pollute the application logs, making it harder for developers to find actual errors that are worth reporting. This feature request is to simply capture that kind of spam requests and simply block them, without processing anything else (these often come with errors such as 'Unity.Exceptions.InvalidRegistrationException'…
15 votes -
Removed the ability to restore all site content in Production
Remove the ability (or add in a configuration setting to disable the option) to rollback all site content in production. This configuration allow for the opportunity to wipe out all site content very easily.
1 vote -
Attribute Value Character Limit Raise
I frequently run into products that have more data for specs category attribute values that exceed Optimizely's 255 character limit in Configured Commerce. My source system has a limit of 400. I was wondering if it would be possible to raise the limit in OPTI from 255 to 400 ? An example attribute is "Suitable For Use With" which often has long lists of applicable model numbers.
1 vote -
Attribute filters
We would like the Attribute filters to have more form factors than simply a check box. Some attributes have to many options for this to be useful. we would like the option to use sliders when there are many number values, swatches to display colors, etc.
3 votes -
Abandoned Cart Email Metrics
We'd like to see the ability to get metrics on abandoned cart emails that are sent from the configured commerce system.
We're currently using this functionality, however we have no insight into there effectiveness, if customers are viewing them, clicking on them or using them to come back to complete a purchase of an abandoned cart.
I think it would be beneficial to all customer who use this feature to be able to see at least some standard metrics on these emails. Open rate, Click rate, conversion rate, revenue generated, transactions, etc.3 votes -
Show which user is throwing errors in application logs
Often when a customer is experiencing an error, we can see some sort of notification within the console describing what API failed it's call, what service timed out, or some other details about the failure.
Typically, the error message includes no identifying information on which user had the error. Meaning that a frequent error could be either 1 user is having an issue 100 times, 100 users having an issue 1 time, or any range in between.
If a website user is logged into our site, and an error is thrown from an action they take, that should be an…2 votes -
Split Customer on Punchout Customer Data Mapping into 2 fields (BT & ST
Our shared client would be interested in seeing the Customer field on the Punchout Customer Data Mapping split/separated into two fields, one for the Bill To and one for the Ship To. Once the user selects the Bill To, the Ship To options become available for selection.
2 votes -
Enable DotLiquid in email subject, using the same model as the email body
As a business user I want to add dynamic fields to the email subject of emails sent by Configured Commerce.
Specifically, the Subject field of an Email List (Marketing / Email Lists / <selected list>
Example: OrderConfirmation
Subject: Order Confirmation: [[Model.OrderNumber]]
Result: "Order Confirmation: WEB001117"
With DotLiquid evaluation of the subject, we could even add logic like:
Subject: Order Confirmation: [[Model.OrderNumber]] [% if Model.CustomerPO != null and Model.CustomerPO != "" -%] (PO: [[Model.CustomerPO]] [% endif -%]
Result: "Order Confirmation: WEB001117 (PO: 12345"
if the order had a PO assigned.
The Model used for evaluation should be the same as for…2 votes -
Native Support for Implementing Microsoft Ads
Similar to the native integration for Google Ads GA4, it would be nice to have a native integration with ads.microsoft.com as well.
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 -
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…2 votes -
Option to Preventing Users from Adding More to Cart Than Available for Discontinued Items
We would like to implement a restriction to prevent users from adding more items to their cart than the available stock for discontinued items. Specifically, when an item is discontinued, users should not be able to add more units than are available in the AFS (Available for Sale quantity.
1 vote
- Don't see your idea?