Skip to content

Commerce Connect

Categories

JUMP TO ANOTHER FORUM

43 results found

  1. 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)
  2. Commerce Connect > Edit product/variant

    When viewing the All Properties of a product, variant or SKU, it would be useful to show a list of any marketing campaigns/discounts that the item is included in.

    This would help a marketer clean up campaigns and reduce the risk of items being added to wrong/multiple campaigns in error.

    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)
  3. The previous Commerce 13 version allows customization of edit form for Business Foundation objects (contacts, orders, organizations).

    We want users to be able to select which fields are displayed, sort order, and which fields are readonly.

    In addition, user should be able to group fields into sections.

    Request the same feature in Commerce 14 as we have too many custom fields in Business Foundation objects.

    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. A commerce manager wants to be able to search organizations by values in custom fields, when selecting one to the Organization field on a customer contact view (or when selecting a parent organization on a organization view).

    Currently the view only shows Name and Type fields, and only searches in those fields. However, I see that it is technically extendable internally.

    Even if we can only search on custom fields, but not list them, it would be a start.

    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)
  5. (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)
  6. 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)
  7. 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)
  8. 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)
  9. As a marketer working daily with promotions and discounts for multiple sites and markets, I would like to be able to save/bookmark after I have created different marketing filter settings and that they are set when visiting the page.
    I can see that the url is updated when setting different filter options but they are not taking in consideration when trying to browse to the page with the url.

    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. 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)
  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. 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)
    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. 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)
  14. 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)
  15. Commerce Connect > Marketing > Campaign > Edit discount

    If an item is included in multiple active discounts - and exclusions are not set up - there's a high chance of a wrong discount being applied (discount-on-discount).

    This could be avoided if the user is presented with a notification/warning that the item added is also included in another active discount/campaign.

    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)
  16. Commerce Connect > Marketing > Campaigns > Edit Discount

    When viewing the items added to a discount/campaign, the list of items can grow long and jumbled. It's harder to find products to remove/edit when the list is in no particular order. There should be a way to quick-sort the list of items in Alphabetical order, by Publish/Modified date, or by Publish State (unpublished/published/expired).

    (If sorting by Publish/Modify date, the unpublished/expired items can be listed at the bottom - perhaps negating the need for sorting by State).

    The existing drag-n-drop sort feature, as well as the "Move up/Move down" context option,…

    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)
  17. Commerce Connect > Marketing > Campaigns > Edit Discount

    When viewing the products/variants/SKUs that is added to a campaign, the name is often cut off because there is not enough space. This makes it harder to differentiate between similar-named items.
    Meanwhile, the items' publish/modified date and the user that published the item, is less important in this context and can be moved/shrunk to give more space back to the item name.

    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. Several Partners wants to give read only access to induviduals to view Orders and Carts in UI, but not able to add or edit existing ones.
    example url:
    mycommercesite/EPiServer/Commerce/OrderManagement#/

    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)
  19. We recently encountered issues with users getting http 429 errors while navigating our site. It turned out we were exceeding our QPS and had no idea as that information is not available to us. As a technical manager overseeing the health and stability of our websites, it would be helpful in Optimizely:
    1. to have a view/graph of our current and historical average Queries Per Second (QPS) to see how we are trending and see the impact that code changes may have had. We should be able to adjust the timescale to show several weeks (months?) worth of information. (See…

    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)
  • Don't see your idea?