Add hover on list item in admin area
Hi!Could you possibly mark active list item in admin area(where jobs/tools/etc.)? Even with adding "epi-navigation-selected" class to li it looks much better(and informative, that important when you...
View ArticleAfter dxc migration getting error in form submission
After dxc migration getting error in form submission:1) HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. (XHR)POST2) WebSocket...
View ArticleUnifiedSearchHit, i want more details about my hits
When implementing a global search using Unified search i get a list of UnifiedSearchHit as a searchresult. Most of the properties in UnifiedSearchHit is useful to me but i would like to add a few...
View ArticlePromotions - Only apply discounts if item is in stock
Im working with a customer that recently upgraded to the new promotion engine. A type of promotion they frequently used in the old engine was something along the lines of: "% discount as long as the...
View ArticlePromotionTypeHandler.DisablePromotions and DisableBuiltinPromotions no longer...
As topic says. Neither DisablePromotions or DisableBuiltinPromotions works after upgrading to EPiServer.Business.Commerce 12.11.1.0.
View Articlehow the order promotion is applied?
Hi Team,I have created order promotion(spend 500 get 5% off), item promotion(buy 20 item get 28% off) and both promotions are applied to one order.case1: order promotion as a high priority.I got the...
View ArticleEPiFind Nested Sorting Bad Request
Hi,I am trying to sort some objects by a nesten field, but cannot seem to get it working. I would like to sort all the results, (each containing the EnumerableField) based on the first element matching...
View ArticleCMS edit pages redirect issue
Hi Team,I have a requirement of displaying child pages into grid format instead of out-of-box content tree structure. So i have implemented the logic in parent page type and getting all children pages...
View ArticleAdd a CSS class to Collection Editor
We are using 'IList<propertyTypeInHere>' for page properties in a few places, and one of those instances we wish to extend the size of the 'UiWrapperType.Floating' window. We've managed to change...
View ArticleArgument null exception for LinkItemCollection occuring randomly in edit mode...
Hi,I randomly get an error in edit mode for a LinkItemCollection in my solution that is running CMS 7.When clicking on the edit button for a LinkItemCollection the following error is shown in the...
View ArticleAuto increment value to PropertyList class
Hi Team,I have a requirement to auto increment PropertyList class value. Can you please provide suggestions to acheive this? Below are the classes which i have created.public class...
View ArticleDependency Injecting IContentResolver error - No default Instance registered
Hi Guys,in one of my controller i try to inject IContenResolver. Example..All the other DI's services work, but the IContentResolver doesnt. public class OrphanedBlocksReportController : Controller {...
View ArticleError removing the IUser - SqlException: Execution Timeout
I have used,CommunitySystem.CurrentContext.DefaultSecurity.RemoveUser(IUser user);To remove user.However, this was working fine. But suddenly it has given an error. And it keeps happening forever. The...
View ArticleLabels in EPI server forms
Hi,I wonder how to place a label without a text area in EPI server forms, just a text label, any idea? Also I wonder why my captcha is letters not a check box? My episerver is 7.5
View ArticleEpiserver Find Convention Include Setter Ignore
Hi,I have no issues in adding fields so that they get indexed properly in Find and usable for filtering/sorting etc...Now for performance reasons (The example bellow is a simple example) I would like...
View ArticleCannot find product detail page outside of edit mode.
HiI am experiencing something that I cannot figure out. I can view our product details page in edit mode with the Commerce Catalog. When I try to browse the URL, it gives a 404. Cannot seem to figure...
View ArticleMultiple tinyMce Settings for different properties
Episerver 11 with TinyMce 2.How can i create multiple tinyMce Settings for different properties in same pagetype?I tried to do this:config.Default() .ContentCss("/Content/Editor.css")...
View ArticleIndexcontent.aspx throwing permissions error on latest version
While setting up Search on a v11 instance, I noticed that clicking "Index content" in the admin section throws a permissions error. There was one other forum post which hinted at the admin role being...
View ArticleContent Expired Event
Hello,There is already a post for this question but it seems to be archived for new posts. Please refer to...
View ArticleAltText is not displayed in Image (Web forms)
Here is my ImageMedia.cs file which inherits ImageDatapublic class ImageMedia : ImageData { public virtual string AltText { get; set; } public virtual string TitleText { get; set; } }And it is...
View Article