-
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 -
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 -
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#L411 vote -
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…
1 vote -
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 shutdownAfter 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 -
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 -
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 -
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 -
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 -
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($"Mapping.CalculatePrice({guid})"))
{
var prices = CatalogLibrary.CalculatePrice(new[] { guid });
var matchingPrice = prices.Items.FirstOrDefault(x => 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 -
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 -
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 "e;. That is not really an issue, but upon subsequent saves for unrelated changes, it then gets escaped again and changes to &quote; and every subsequent save the ampersand is escaped leaving me values like 7&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 -
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 -
Test 1
Test 1
1 vote -
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 -
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…1 vote -
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 -
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 -
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 -
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
- Don't see your idea?