Skip to content

Commerce Connect

Categories

JUMP TO ANOTHER FORUM

43 results found

  1. A client suggested that making the breadcrumb in the commerce catalog clickable would help navigate the catalog.
    I would agree, it would mean that you don't need to keep the treeview open.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. While being within Commerce and trying to remove a block that is used you don't get a proper warning. One can use flag EnableFeatureGetReferencesInCatalog which replaces ReferencedContentResolver with CommerceReferencedContentResolver.
    It looks like there is a bug/missing functionality in this class.
    While it works fine when a block is used within ContentArea, it does not work when a block is used within IList<ContentReference>
    Steps to reproduce:
    0. Make sure you have EnableFeatureGetReferencesInCatalog set to true
    1. Add a field of type IList<ContentReference> in Commerce context (ie on Product page
    2. Create a new block and add it to newly created field…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. The scheduled job 'Archived schedule job' is only for archived Commerce content. Change the name to 'Commerce Archived schedule job' and change the description to 'This job will permanently delete archived Commerce items if they're archived over threshold. Default is 30 days.'

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. In the Catalog tab, you are unable to collapse/hide/pin the Import/Export tab. It takes up a significant amount of the viewable space and is especially problematic on smaller screens.
    Please enable the ability to collapse or hide this vertical tab or rework the UI to not have a tab that consumes so much screen space.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    1. 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.
    2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. (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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Committed  ·  0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. As a developer I want the ability to use the Smooth Deploy capability while deploying updates to my Commerce applications. I want the customer experience to remain open with the ability for customers to transact while my deployment is processing, with the ability to test and seamlessly roll back if required.

    27 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?