Programmatically remove expired block content from edit mode
I am trying to make a scheduled job that will remove expired content from content area or xhtml string to clean up the edit mode of unused blocks, but not move it to the recycle bin because maybe...
View ArticleSearching custom objects - order by relevancy?
Hi,I have some custom objects indexed and would like to know if, when searching, I don't specify a sort order will the results be ordered be relevancy by default? I would assume they are?Also, is it...
View ArticleCommerce Manager - cannot add Lineitem to existing Order
Commerce 12.11.0When I try to add a line item to an existing Order in Commerce Manager, I get the following errorThe Product '' does not have a valid max quantity setting and was removed from your...
View ArticleUpdating crawler's start URL - will indexed WebContent on old URL domain be...
I have a Crawler connector where I've updated the Start URL from domain1.se to domain2.se. Do I need to clear the index by myself or will the crawl process clear the previously indexed domain1 items...
View ArticleDeleting media in PIM does not properly remove the image from Epi CMS
Hi there,Adding images and deleting images works fine in PIM. But when I go back to the item the media belongs to in the CMS I can see the image is no longer there but the row for it is still there...
View ArticleAction text on custom activity in Activity logging
I have made a new Activity type to use for logging changes to Users. So that changes will show up in the Change Log in episerverThis is my new activity:public class UserActivity : Activity{Â public...
View ArticleIncreased performance for viewing scheduled job in admin
Problem:If you are in admin and click on a scheduled job with a lot of text in history tab, Episerver will respond very slow. This can occur for instance for the Episerver Find schuduled job which can...
View ArticleUnpublish a project in Episerver
We were working upon a translation project that requires us to create a project so that this can create a translation package that can be sent to a translation company.During this process a user...
View ArticleTrigger ProcessPayment
We have implemented a custom payment provicer which works fine when buying with credit card.We get an Authorization on the payment, and when entering commerce manager and release the shipment and...
View ArticleRender properties in template
Hi,We are working on a intranet solution where the users are allowed to create news pages. The form should be in the public pages and not in edit mode. The gui should look like the "all propertis" view...
View ArticleLock Carts to prevent issues during online payment
Currently we're facing some challenges in our EPI Commerce implementation. In our setup convert a cart to an purchase order after the payment step (last step) in the checkout process has been...
View ArticlePossibility to update the Primary Category on Product view in Catalog UI
Could you please take in consideration to provide the ability of editing Primary Category in CMS: Commerce -> Catalog in a similar way of how Additional Categories are edited?We have a client that...
View ArticleCMS UI and SVGs
Hi All,Really enjoying the UI enhancement to display thumbnail images when used in the CMS. However, when using SVGs the thumbnail doesn't render:Any ideas on how to fix this?Alex
View ArticleMultiple StyleFormats TinyMCE v2
Is there a way to have different StyleFormats for different styleselectsIn this example I would like the styleselect by the epi-link and anchor to only show button-style1 and the styleselect by the...
View ArticleWhat is EPiServer.Packaging.Converter?
What is EPiServer.Packaging.Converter and how can i use it?Description is "Converts Addons to Visual studio based nuget packages"Exists here:...
View ArticleLocal environment: Server Error in '/' Application, The network path was not...
Hi dear Episerver community!I have recurring error that my local development environment stops working if I am not using in often. I used to be able to fix it by simply setting up the project again but...
View ArticleImage not get deleted from folder though removed from CMS
I have deleted assets (an image )to trash, it goes awayh from assest tab under "For this Block" tab, the file exists in the folder though.
View ArticleSelectionFacroty not working
I have a page which has IList<Fruit> property in CMS. My fruit class has Benefit property. User can add Benefits from the same page in different tabs and those saved benefits are displayed in...
View ArticleBVN 404 handler not triggered for invalid deep URLs
I use the BVN 404 handler on a website with both CMS and Commerce content.However, it only triggers on URLs to non-existent pages directly below the start page. It does not trigger on URLs pointing to...
View ArticleHow to makes blocks searchable in episerver?
I have used below code for making blocks searchable.ContentIndexer.Instance.Conventions.ForInstancesOf<BlockData>().ShouldIndex(x => true);Why specific blocks are not searchable in edit mode?
View Article