uCommerce

New and returning users may sign in

Sign in
prestine
(thinking…)
Password icon
Sign in with: Facebook Google
Forgot password?
Create a password
Signed in as (Sign out)
Close
Close
  • Sign in
  • Sign up

Ucommerce

Welcome to our official feedback forum. Please report bugs, make feature requests, or ask any question you’d like here. Thanks!

Feedback

10 10 votes

Ucommerce

Categories

  • CATEGORIES
  • All ideas
  • My feedback

(thinking…)
  • Searching…

    No results.

    Clear search results
    • Ucommerce 79 ideas
  • uCommerce

I suggest you ...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the "My feedback" filter and select "My open ideas".
(thinking…)

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can support and comment on it.

If it doesn't exist, you can post your idea so others can support it.

Enter your idea and we'll search to see if someone has already suggested it.

votes
Sign in
prestine
(thinking…)
Password icon
Sign in with: Facebook Google
Forgot password?
Create a password
Signed in as (Sign out)
Close
Close
Cancel Submitting...
  • or
  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback
  1. commerce:SimpleValidationSummary

    We are getting a bug on a Sitefinity implementation

    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Unknown server tag 'commerce:SimpleValidationSummary'.

    Source Error:

    Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ValidationSummaryDisplay.ascx.cs" Inherits="UCommerce.Web.UI.Controls.ValidationSummaryDisplay" %>
    Line 2:

    Line 3: <commerce:SimpleValidationSummary meta:resourceKey="Validator" runat="server" ShowMessageBox="false" ShowSummary="true"></commerce:SimpleValidationSummary>

    Source File: /ucommerce/Controls/ValidationSummaryDisplay.ascx Line: 3

    3 votes
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  2. commerce:SimpleValidationSummary

    We are getting the following bug with an implementation on Sitefinity

    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Unknown server tag 'commerce:SimpleValidationSummary'.

    Source Error:

    Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ValidationSummaryDisplay.ascx.cs" Inherits="UCommerce.Web.UI.Controls.ValidationSummaryDisplay" %>
    Line 2:

    Line 3: <commerce:SimpleValidationSummary meta:resourceKey="Validator" runat="server" ShowMessageBox="false" ShowSummary="true"></commerce:SimpleValidationSummary>

    Source File: /ucommerce/Controls/ValidationSummaryDisplay.ascx Line: 3

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  3. Update TinyMCE editor

    At the moment when looking at the demo store https://umbracodemo1.ucommerce.net it seems the TinyMCE is pretty old - v3.5.7

    https://umbracodemo1.ucommerce.net/umbraco/ucommerce/scripts/tinymce/tinymce.js

    It would be great to update this to a newer version and better match the TinyMCE used in e.g. Umbraco where v4.9.2 is used.
    https://github.com/umbraco/Umbraco-CMS/blob/v8/dev/src/Umbraco.Web.UI.Client/package.json#L41

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  4. RavenProductIndexer returns NullReferenceException when no image selected on product

    When running RavenProductIndexer (Index everything from scratch) it return NullReferenceException in log file.

    It does the following in the RavenProductIndexer:

    PrimaryImageUrl = _imageService.GetImage(product.PrimaryImageMediaId).Url

    ThumbnailImageUrl = _imageService.GetImage(product.ThumbnailImageMediaId).Url

    but it doesn't check for null before requesting Url. If I replace the RavenProductIndexer with my own, where it does the following null check, there are no of these log entries.

    PrimaryImageUrl = _imageService.GetImage(product.PrimaryImageMediaId)?.Url

    ThumbnailImageUrl = _imageService.GetImage(product.ThumbnailImageMediaId)?.Url

    There might be other methods in the API that don't have this null check at GetImage() as well.

    Often product images are not set from backoffice image picker, but referencing to external images or images in a local folder.

    If developers want a fallback image it is possible to handle this using ImageProcessor or similar tool.

    When running RavenProductIndexer (Index everything from scratch) it return NullReferenceException in log file.

    It does the following in the RavenProductIndexer:

    PrimaryImageUrl = _imageService.GetImage(product.PrimaryImageMediaId).Url

    ThumbnailImageUrl = _imageService.GetImage(product.ThumbnailImageMediaId).Url

    but it doesn't check for null before requesting Url. If I replace the RavenProductIndexer with my own, where it does the following null check, there are no of these log entries.

    PrimaryImageUrl = _imageService.GetImage(product.PrimaryImageMediaId)?.Url

    ThumbnailImageUrl = _imageService.GetImage(product.ThumbnailImageMediaId)?.Url

    There might be other methods in the API that don't have this null check at GetImage() as well.

    Often product images are not set from backoffice image picker, but referencing to external images or images in a…

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  5. Not able to install ucommerce 8.3.1.19271 on fresh sitecore 9.0.2 version

    I have downloaded latest ucommerce package "uCommerce-for-Sitecore-8.3.1.19271.zip" and trying to install it on fresh vanilla sitecore 9.0.2 instance. After starting installation i am getting below errors in log file,

    WARN Sitecore shutting down
    WARN Shutdown message: Change Notification for critical directories.
    bin dir change or directory rename
    Hosting Environment initiated shutdown

    After this msgs new log file is created and Installation screen not showing any progress nor the log file showing any errors. I tried multiple times, observed same pattern of errors.

    Sitecore instance is running well and doesn't show any such shutting down msg for any other process or package installation. I am getting this error only when i am trying to install ucommerce package.

    I didn't find any compatibility table or older ucommerce version link for particular sitecore version. Can anyone please help me to resolve this issue?

    I have downloaded latest ucommerce package "uCommerce-for-Sitecore-8.3.1.19271.zip" and trying to install it on fresh vanilla sitecore 9.0.2 instance. After starting installation i am getting below errors in log file,

    WARN Sitecore shutting down
    WARN Shutdown message: Change Notification for critical directories.
    bin dir change or directory rename
    Hosting Environment initiated shutdown

    After this msgs new log file is created and Installation screen not showing any progress nor the log file showing any errors. I tried multiple times, observed same pattern of errors.

    Sitecore instance is running well and doesn't show any such shutting down msg for any other process or…

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  6. Return OrderLine in TransactionLibrary.UpdateLineItem

    Since UCommerce v7.0.0.16029 TransactionLibrary.AddToBasket has returned OrderLine (where it previous returned void).

    I think TransactionLibrary.UpdateLineItem should return OrderLine as well instead of void.

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  7. Bug - Updating deleting from basket Umbraco 8

    Runing .Net Framework 4.7.2, Umbraco 8.1.1 and Ucommerce 8.3 together with Ucommerce Accelerator I get the following error when updating or deleting from the basket.

    Method not found: Umbraco.Core.Models.PublishedContent.PublishedContentType Umbraco.Core.Models.PublishedContent.IPublishedElement.get_ContentType().

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    planned  ·  1 comment  ·  Flag idea as inappropriate…  ·  Delete…  ·  Admin →
  8. Duplicate a Ucellerate component on the same page

    To speed up content creation, it would be faster to duplicate existing Ucellerate components on the same page, without reloading the page. This could also be paired nicely with Umbracos Content Templates and saving those Component Configurations (buttons, texts, placements etc.) as a template, would really speed things up.

    4 votes
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Delete…  ·  Admin →
  9. Set publish dates for Ucellerate Grid Components

    When using Ucellerate components in the grid builder, all of the components will be published when the page is published. It would be great if each grid component could be schedulable, in order to change a page layout, a component at a time.

    4 votes
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Delete…  ·  Admin →
  10. Variant parent price not being used in CatalogLibrary.CalculatePrice(...)

    Given this code:
    public static decimal? CalculatePrice(Guid guid)
    {

       //todo: move this into ajax call to get all prices at once. 
    
    using (MiniProfiler.Current.Step($&quot;Mapping.CalculatePrice({guid})&quot;))
    {
    var prices = CatalogLibrary.CalculatePrice(new[] { guid });
    var matchingPrice = prices.Items.FirstOrDefault(x =&gt; x.ProductGuid == guid);
    return matchingPrice?.PriceExclTax;
    }

    }

    If I pass in the Guid of a variant, and that variant has no price set, I would expect to get the price of the parent product.
    But I get null.

    3 votes
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  11. Could not load type 'UCommerce.Installer.ConnectionStringLocator' from assembly UCommerce.Installer

    While trying to upgrade Sitecore Ucommerce to the latest version, I got this error
    Could not load type 'UCommerce.Installer.ConnectionStringLocator' from assembly 'UCommerce.Installer, Version=8.3.0.19193, Culture=neutral, PublicKeyToken=null'.

    I use sitecore 8.2

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  12. BUG: Text sanatizes the sanatized input every save.

    UCommerce 8.1.0.1903 and Sitefinity 11.2

    When adding a quote to a shorttext or longtext field and save the value it gets switched to &quote;. That is not really an issue, but upon subsequent saves for unrelated changes, it then gets escaped again and changes to &amp;quote; and every subsequent save the ampersand is escaped leaving me values like 7&amp;amp;amp;amp;quote (if i've saved 3 times).

    Allowing quotes is important for fields for US imperial measurements where quotes denote inches.

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  13. BUG: Facets using the wrong name when returned by SearchLibrary.GetFacetsFor(category)

    the facets returned use the Display name for both the DisplayName and Name property.
    e.g. I have a product property "BowlSize" , with an English display name of "Bowl size"
    facet.name = "Bowl size"
    facet.DisplayName = "Bowl size"

    facet.Name should probably use the culture invariant property name "BowlSize" instead

    6 votes
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    2 comments  ·  Flag idea as inappropriate…  ·  Delete…  ·  Admin →
  14. Test 1

    Test 1

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  15. Add "Next Product" and "Previous Product" feature

    It would be extremely nice with a feature that allows one to move to the next or previous product, when standing on a product in the backend. As it is now, I have to go back to the product category and enter a new product every time. In cases where I have to for instance add the same text, button etc. to all products within a category, it's a lot of extra work that I can't just press "next" or "previous", but instead have to move in and out of the products.

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  16. How do I automatically purge old baskets from the database?

    I've just found that we have an enormous ratio of empty baskets to completed orders in our Ucommerce_PurchaseOrder table. Somewhere in the ratio of 1000:1. We now have so many redundant PurchaseOrder Baskets that it is seriously impacting performance across our entire site.

    A rough back of the envelope calculation would suggest that every visit to our site automatically generates a new PurchaseOrder with OrderStatusId = 1 (Basket), but these unused baskets never get removed.

    Is this expected out of the box behaviour?
    Is there a standard uCommerce or Umbraco pattern/pipeline for removing zombie Baskets?
    Are there Basket settings we can use to stop this happening, or at least reduce it?

    I've just found that we have an enormous ratio of empty baskets to completed orders in our Ucommerce_PurchaseOrder table. Somewhere in the ratio of 1000:1. We now have so many redundant PurchaseOrder Baskets that it is seriously impacting performance across our entire site.

    A rough back of the envelope calculation would suggest that every visit to our site automatically generates a new PurchaseOrder with OrderStatusId = 1 (Basket), but these unused baskets never get removed.

    Is this expected out of the box behaviour?
    Is there a standard uCommerce or Umbraco pattern/pipeline for removing zombie Baskets?
    Are there Basket settings we…

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  17. Possibility to resend emails

    It would be great if there were a possibility to resend emails, if customer have entered a wrong email or just for testing email template changes.

    3 votes
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  18. how Send mail when order status changed to cancel and send eapproval mail for order

    how to Send mail when order status changed to cancel and send e-approval mail for order in Ucommerce kentico.

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    1 comment  ·  Flag idea as inappropriate…  ·  Delete…  ·  Admin →
  19. Fix errors in documentation please!

    "Enable the Ucommerce E-commerce API Outside the Web Context"

    https://docs.ucommerce.net/ucommerce/v8.0/system-integration/enable-api-outside-web-context.html

    "Modify App.Config" section talks about copying segments of your web.config to your app.config that don't exist

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
  20. Question: Can I install on umbraco cloud, using the same DB, without losing previous work done?

    The question comes from this quote:

    "If you want Umbraco to use the same database as Ucommerce, just let the connectionStrings section be empty and remove the value from umbracoConfigurationStatus in appSettings."

    From this link: https://docs.ucommerce.net/ucommerce/v7.1/umbraco/Uaas/install-ucommerce-on-uaas.html

    I could be misunderstanding the steps, but it seems to me that doing that would then perform a fresh install of umbraco, thus wiping out work I have done. Is that correct?

    1 vote
    Vote
    Sign in
    prestine
    (thinking…)
    Password icon
    Sign in with: Facebook Google
    Forgot password?
    Create a password
    Signed in as (Sign out)
    Close
    Close
    You have left! (?) (thinking…)
    0 comments  ·  Flag idea as inappropriate…  ·  Edit…  ·  Delete…  ·  Admin →
← Previous 1 2 3 4 Next →
  • Don't see your idea?
uCommerce
uCommerce Terms of Service Powered By UserVoice

Your password has been reset

We have made changes to increase our security and have reset your password.

We've just sent you an email to . Click the link to create a password, then come back here and sign in.