115 results found
-
Cart History Status Option for PunchOut
When the status is "PunchOutOrderRequest", the only option is to "Resubmit to ERP". However, if the orders we called in/manually submitted to the ERP, I can attached the ERP Number to the "ERP Order Number" input but can't update the status.
There should be a way to manually "close" out that cart.2 votes -
Order Upload - Add handling of duplicate part number prior to upload
Order upload can use any of the following as the "Item Number" in the file. However, not all of these are guaranteed to be unique. When there is a duplicate ManufactureItem number, for example, Opti just picks the first one and adds it to the Cart. Opti does not say "Wait, this is a duplicate. Hey user, what do you want me to do with this?" The result is the wrong product can getting added to Cart.
* CPN.Name
* ErpNumber
* ManufacturerItem
* Sku
* UPCCode
* Unspsc2 votes -
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 -
Salesperson View
The salesperson should have a seperate view. They should be able to see every account assigned to them, pending orders for each customer, pending quotes, etc. In addition, as some sales people take orders over the phone, they should be able to input orders on behalf of their customers.
The ISC_User role comes close, but it does not meet the needs mentioned above.1 vote -
Show a Child Variant Product also as an Individual Product
As an eCommerce Manager with hundreds or thousands of Variant Products, I often end up with specific child variants which are now being Liquidated, Discontinued, etc - and I want to have a Specific Category where my Customers can go see those specific Products.
Standard functionality is - when a Product is a Child Variant - it will not show up to any other Categories where it is assigned.
My request is the capability to make specific Child Variant Products, also visible as a standard product.3 votes -
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 -
Enable "Allow Editing" on Wish Lists
Admin > Marketing > Lists
Would like the ability to toggle on the field "Allow Editing" within Product Lists (Wish Lists. So customers from the front end would have access to making edits.1 vote -
Fix bundles to work like they are described in commerce connect
Currently bundles and kits work identically in Configured commerce - allowing you to create a BOM. I have reached out to support and they tell me these are identical features so I'm not sure why they both exist in Configured commerce. For users who have integrated to an ERP this feature is not usable as you need the item in your ERP to accept an order, at which point you would just make it in your ERP.
The use case for bundles as described in Commerce Connect is perfect for Configured commerce users who have integrated with an ERP. Specifically…1 vote -
User Administration feature should be independant from Budget Management feature
As a client, I want to setup user administration feature without enabling Budget Management.
In this configuration, the only role that shows on the User Administration page is "Administrator", and that means that customer admins can only create other admin users. It should also show at least the role "buyer3", so Admins could create buyers, and manage buyers.
Activating the Budget management feature does bring all roles to that page, but there's no interest in that feature from the client.2 votes -
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 -
Website Security - WAS Scan Report - Vulnerabilities
150004 Predictable Resource Location Via Forced Browsing:
Access controls prevent unauthorized use of both examples.
150112 Sensitive form field has not disabled autocomplete
Can be addressed via customization. A feature request could change base code.
150123 Cookie Does Not Contain The "HTTPOnly" Attribute
These cookies are used by JavaScript to influence front-end behaviors and cannot be marked HTTPOnly. A feature request could redesign this functionality to not be cookie based to prevent this finding.
150476 Cookies Issued Without User Consent
The listed cookies are currently essential for proper site functionality and do not contain PII. I'm not qualified to say…1 vote -
Search Within on Spire Page Tree
It would be nice to have the ability to be able to "search within" the spire page tree particularly when you have many many content pages
2 votes -
Option to Have Bulk Edits to Project Lists
We want to be able to bulk update list items. Deleting, Removing or Adding products primarily to multiple lists at once.
1 vote -
Promotion Redemption Report
Create an easily downloadable report that shows any promotions running on the site and their redemption.
2 votes -
Cant give a new console roll access to media and indexing
The Console role access for Library ? Media and Marketing ? Search ? Indexing are hard coded in the base code. So I can not give a new console role access to Indexing or Media by doing changes in Application Dictionary.
You should be abele to give access to these two menus when its possible to change the access to everything else.2 votes -
Cookie Policy + Compliance in Configured Commerce
As privacy policy standards continue to evolve and become increasingly complex in different countries, such as the General Data Protection Regulation (GDPR for EU countries, as well as various state-specific regulations within the United States (e.g., California Consumer Privacy Act [CCPA] and Virginia Consumer Data Protection Act [CDPA], it is essential to address these requirements within the platform.
To ensure compliance and meet the expectations of users, it is vital that the Configured Commerce product incorporates mechanisms to handle these complex privacy policy standards seamlessly. This would include the ability to:
Clearly present and explain all base cookies utilized by…8 votesCurrently we provide space via a pinned banner to allow customers to link to their appropriate privacy policy for additional details. This is for 'acceptance' only in that all cookies leveraged out of the box are considered first party functional cookies (https://support.optimizely.com/hc/en-us/articles/4413199721229-Cookies-in-Spire-CMS) for the website
- The Accept button allows the pinned banner to disappear in acceptance of the policy
- The other option is to 'close' the window, which is why it still displays if not 'accepted' on future pages/navigation of the user. This is not a 'reject' button out of the box today.
Rejection of cookies or enhanced cookie management requires use of third party consent management system and is encouraged especially if additional cookies are leveraged or if changes are made to existing flows altering the functional first party cookie status of existing out of the box cookies.
While looking into making existing cookies more configurable we found we…
-
Improved Job Scheduling Options
This is probably scattered around other feedback entries, but in general, looking for improved scheduling options for job definitions.
1. Amore robust scheduling option, perhaps using CRON expression
2. A flag on the job definition "Allow Simultaneous Jobs" to restrict it so it can't run the same job definition more than once at the same time
3. Give us an option like our custom scheduler has - "Do Not Run If Any of These Other Jobs are Running" - To prevent incrementals from overlapping with fulls2 votes -
Include information about errors on the email notification triggered by a failed integration job execution
Currently when the execution of an integration job ends in failure, we get notified; however, the email itself says nothing about the reasons as to why the job failed, it only says "job failed".
I'd like to suggest that the email notification should have more information to troubleshoot without having the users to go into the admin console. As a use case, some users that are on the distribution list that were notified may not even have admin console accounts, but probably need to be notified that an order was not integrated correctly into their ERP. Ideally, the notification could…16 votes -
Export option for Order and Invoice History
Customer would like to be able to export order history and invoice history into an excel spreadsheet
5 votes -
Email CC's when test email is set
This is a request to either place the actual to/cc/bcc emails into the email body if the test email setting is on, OR at least let us customize MailMessage or the CheckTestMode method. It's basically impossible to test if cc and bcc functionality is working in lower environments because of this.
2 votes
- Don't see your idea?