43 results found
-
Ability to Show Customers Assigned to Sales Rep AND Website User
If you use the Sales Reps in Opti, when the sales rep logs in, they only see the customers assigned to them. It would be amazing if they could see those customers AND any additional customers assigned to their website user.
1 vote -
If your project has Commerce Catalog then Catalog items should sort properly
Users have to create project with catalog items and make changes to a few catalog items and then sort by status in order for the sorting to appear correctly.
Why would there be an option for adding commerce content to projects in the first place if the sorting does not appear correctly?1 vote -
Version Conflict Between CMS and Commerce Latest Packages with TinyMCE Version (4.8.0/4.7.2
I'm running into a version conflict when trying to upgrade to the latest versions. CMS 12.31.2 references TinyMCE 4.8.0, but Commerce 14.29.0 requires 4.7.2, which causes the package restore to fail, while we can directly reference the dependency to get it to work, we still get warnings, and these warnings cause our validation pipeline to fail, which blocking us from pushing the upgrade changes.
2 votes -
Issue with legacy ExposedDropdownMenu component
We are currently utilizing Commerce version 14.28.2 and have encountered a UI alignment issue within the Admin Roles Dropdown under the contacts section. The dropdown values are not anchored to the textbox; instead, they float and misalign when the screen is scrolled. Attached is a screen recording for your reference. It appears to be a UI bug.
1 vote -
MetaClass - UIReadonly feature
Currently it is possible to set MetaClass (e.g. CustomerContact field to ReadOnly.
After this the field is greyed out in Commerce Manager and it is not possible to update its value.
Unfortunately it also works on changes done from code, not only from the UI.
It would be good to have such flag only on UI. So editors are not able to edit specific fields, but these fields can still be updated from code.9 votes -
Support IValidate<> for Meta classes
It would be great if MetaClasses (e.g. CustomerContact support IValidate<>validation.
It would allow to write code like this
public class CustomerContactValidator : IValidate<CustomerContact>
{
public IEnumerable<ValidationError> Validate(CustomerContact instance
{
if (string.IsNullOrEmpty(instance.Email
{
yield return new ValidationError
{
ErrorMessage = "Email is required.",
PropertyName = nameof(instance.Email,
Severity = ValidationErrorSeverity.Error,
ValidationType = ValidationErrorType.PropertyValidation
};
}
}
}1 vote -
Export and Columns Option in Meta Class Data
- Missing Export Option: In Commerce 13, there was an option called "Printer Version" for all the meta class data. While I can see an export option in the contacts, this option is missing in all other meta class data.
- Column Visibility in Meta Class Data: In the meta class data, not all columns are visible in the default view. For contacts, there is an option called "Columns" that allows us to add any columns to the default view. This option is missing in all other meta class data.
1 vote -
EPiServer.Business.Commerce > Catalog Menu not auto hidden so reduces working area
The CMS12 Commerce Catalog Menu with the class oui-vertical-tab stageitemcontent--column doesnt seem to hide so is always visible to the users.
In our business case we have users that only use the commerce UI and having this open does reduce the amount of area they have to use. Also in Our use case we are using Avensia storefront to connect to D365 so we are not using the in built catalogs menu at all so this constantly being open is also not needed and unwanted.
In the CMS site the epi-side-bar-navigation is auto hidden as you would expect.…6 votes -
Add a 'select/deselect all' button in 'Target markets' modal
As an administrator, I would like to be able to select/deselect all markets in the 'Target markets' modal, so that I can select the desired market faster. For example, one site has ~50 markets and we only wish to select one, but in order to do so, we must deselect all other markets one by one.
11 votes -
Allow to override the Built In Prosperities from the Contact and Organization Entities
I would like to override the build in properties of Contact/Organization Entity.
For ex: Email property from Contact Entity
I wish to make it read-only/disable to prevent update it.3 votes -
Unable to edit shared blocks on commerce pages
Issue raised on behalf of partner:
"I am facing an issue when a shared block is used on commerce pages like category or product page, and when i edit the block it saying "This item is not used anywhere.""4 votes -
Allow to create blocks as a children of Product/Category pages
As an Catalog editor I want to be able to create blocks with option known from CMS - For this page.
Reproduction steps:
* I have my Product page that inherits from ProductContent
* I add a property of ContentArea type to that page
* On ContentArea control I press Select Content button
* I would expect to see "Create a new block" option - same as it works in CMS
It is somehow possible to accomplish by making Product class to implement IResourcable as suggested here https://world.optimizely.com/blogs/david-harlow/dates/2018/3/extending-commerce---content-area-functionality/ and here https://world.optimizely.com/forum/developer-forum/Commerce/Thread-Container/2018/1/quotcreate-a-new-blockquot-link-not-showing-in-content-area-in-commerce/
The thing is that once this is done and…2 votes -
Implement list properties same way as in CMS
Hello, on CMS there is a feature called "List Properties", explained in the docs here (https://docs.developers.optimizely.com/content-management-system/docs/property-value-list .
It would be useful if the same mechanism was available for products/variants/bundles in Commerce as well.
Currently it is quite confusing that a certain type of property types is available on CMS but not on Commerce.
You can check my world.optimizely forum post for more details:
https://world.optimizely.com/forum/developer-forum/Problems-and-bugs/Thread-Container/2024/5/error-when-trying-to-create-a-list-property-with-object-extending-blockdata-cms-12-29-1commerce-14-21-0/17 votes -
Allow customize business object class edit form
The previous Commerce 13 version allows customization of edit form for Business Foundation objects (contacts, orders, organizations.
User can select which fields are displayed, sort order, and which fields are readonly.
In addition, user should be able to group fields into section.
Request the same feature in Commerce 14 as customer TRM has too many custom fields in Business Foundation objects.4 votes -
Restore the fine grain permissions for business foundation objects
We have some business logic where we need fine grain permission control over business foundation objects, such as create, view, delete, update for each user's group.
10 votes -
Support for handling historical order data
There are 30-something order tables which are associated with orders (including line item, payments, addresses etc. Over time these tables grow very large, which affects not only the size of the tables but also the indexes.
Customers that have run Commerce for a couple of years can easily have millions of orders in the system and tens of millions of line items.
A database design where orders created today "compete" with orders that were made 4 years ago is inefficient by nature.
* The structure will gradually decrease performance as data volume increase.
* The size of the database itself…6 votes -
Use the "Stocked At Warehouse Level" flag to allow customers to filter products that are in stock
(From Tim Gagnon, Architect
For our client, customers are limited to purchasing products from within the specific market/region they are assigned to.
One thing we wanted to explore is if there was a way to use the "Stocked At Warehouse Level" flag to allow customers to filter products that in stock when browsing.
However, my understanding of the "Warehouses" that are setup is that there is not a way to limit which warehouses a customer can see. They are just shown for all customers across the website the Warehouse is assigned to.
Assuming that this is accurate, could we create…1 vote -
Allow sorting of catalog nodes
As a product catalog editor I would like to be able to sort catalog nodes, in the same way as I can sort catalog entries (click on Sort Mode.
This is a common request we get from customers.26 votes -
Two-Factor Authentication (2FA
As a CTO I would like to have support for two factor authentication during login to the admin interface to increase security for a business critical system.
9 votes -
Promotion usage report
At the moment there is no way to get a list of orders that used a promotion. It would be very helpful to get a report that showed what was ordered and how much was spent to analyse the effectiveness of a promotion code.
2 votes
- Don't see your idea?