156 results found
-
Separate the "build email" step from the "send email" step for easier extensibility
As a partner developer
I want to have a point of extension between building an email and sending an email
So that I can modify the email properties (ie. To, CC, Body without overriding the code responsible for sending the email.
The following files have this issue, but there may be others:
* C:\projects.insitesoft\insite-commerce\Src\Backend\Plugins\Insite.Plugins\Emails\ShipmentConfirmationEmail.cs
* C:\projects.insitesoft\insite-commerce\Src\Backend\Modules\Insite.Modules\Rfq\Services\Handlers\UpdateQuoteHandler\900SendEmail.cs
* C:\projects.insitesoft\insite-commerce\Src\Backend\Modules\Insite.Modules\Cart\Services\Handlers\UpdateCartHandler\3200SendConfirmationEmail.cs1 vote -
Sandbox IP Restriction
A nice enhancement that could be added to your native offer will be the be able to restrict per IP the sandbox environment.
By doing this, we will be able to provide a list of IP when configuring the environment and hide it from the public area.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 -
Running Total Inventory Report
Using the real-time inventory option and would like an option to generate a running total report for a product over a specified time frame.
1 vote -
Role based access for
Hi team,
We are working on role and access restrictions for users through Application Dictionary access configurations.
The Console role access for Library ? Media, Marketing ? Search ? Indexing and Jobs --> Schedule Job 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.
Please refer https://support.optimizely.com/hc/en-us/requests/16185021 vote -
Requisition and order requests feature needed on the app
Would like the requisition and order requests feature that is on desktop v. to also be available on the app. For some of our customers they're not at a desktop often and would like the option to approve orders while they are on the go. Piggybacking off of this, when that feature does become available, the app should have a push notification or an app icon notification when there is a pending request to be approved.
1 vote -
Request to whitelist the Coveo.Connectors.Utilities.PlatformSdk to allowedLibraries list
Hello Team Optimizely, we are working on the Coveo integration for one of our projects and having Coveo.Connectors.Utilities.PlatformSdk -Version 11.2.0 added to allowedLibraries would be of great help for this integration.
As additional information Coveo.Connectors.Utilities.PlatformSdk (https://www.nuget.org/packages/Coveo.Connectors.Utilities.PlatformSdk/ library allows you to communicate with the Coveo Cloud Platform public APIs and the Push API.1 vote -
Request for Enhanced Web User Activation Link Resend Functionality
We would like to request an enhancement to the admin console for web user activation links. Specifically, we would like the ability to either:
1. Resend Activation Links from List View: Enable the option to resend activation links directly from the list view of web users, rather than requiring users to navigate into each individual contact record.
2. Bulk Resend Option: Allow the admin users to select multiple web users and prompt a resend of activation links for all selected contacts at once to those who have expired.
This functionality will improve efficiency and streamline the process of managing user…1 vote -
Recently Purchase List at USER Level
Currently the Recently Purchased list shows previously purchased items at the customer # (company level. It would be nice if you had the option to leave it like that or change to the username level. We have many customer #'s that sell plumbing and HVAC (etc. One user buys the plumbing and one user buys the HVAC. They would like to see only what they are buying, as seeing the entire company's purchase history is a lot of noise for them (unrelated products to their job.
1 vote -
Product Replacement Transition
I have a series of parts that are going to be replaced with new parts. Is there a way in Optimizely that I can have the base items there but not viewable until we sell out of the old part?
Say I have part A and part B, once I sell the last part A I want part B to be viewable in the categories/search and orderable but not before it is sold out.
I do understand that I could designate part A as Discontinued and part B as its replacement part. The thing that I don't want is that…1 vote -
Pending Orders - Popup message to not remove an approver or change the Buyer role if there is an order pending
Pending Orders - Popup message to not remove an approver or change the Buyer role if there is an order pending. The order is stuck in limbo when this happens.
1 vote -
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 -
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 -
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 -
Make Lists toggle on/off
I suggest that the Lists feature be able to toggle on/off, just like other features like budgets, user management, and quotes.
1 vote -
Improve notify conditions for jobs
Currently options for selecting a condition to send email notification from a job are:
* Completion (job ran and could have completed successfully, with errors or warnings or job ran and failed
* Success Job ran successfully
* Failure ; Job ran and completed with errors or warnings or job ran and failed
It is not intuitive that Completion includes jobs that failed
It is not intuitive that Failure includes jobs that completed with errors or warnings.
So I propose to make the options more granular and allow user to select one or more of the following conditions:
* Completion…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 -
Feature Enhancement Request List Buttons
We are running into an issue with our customers while using the mobile app. When a user opens the mobile app and then looks at one of their lists, they see 2 buttons on each item, 1 button to order the item and another button to delete the item from the list. These 2 buttons are very small and very close to eachother. Customers keep accidentally hitting the delete button and since there is no confirmation popup, the item is removed from the list and they have no idea how to get the item back on the list. We used…
1 vote -
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…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
- Don't see your idea?