Rescaling images and caching them in the azure blob?
I’m having a bit of trouble to get Image Processor to work in our site.We are using this plugin: http://imageprocessor.org/imageprocessor-web/plugins/azure-blob-cache/We get an error when we try to get...
View ArticleApply order discount for specific user while signed in with another account...
HelloWe are using Commerce 12.8.1I'm looking for how to apply discounts for an order as a specific customer.We are using built in order discounts at the moment, and the customer can apply for a...
View ArticleNotification emails
I’m trying to setup some notifications in our site and the notification is successfully being added to the bell icon in edit mode however we’re not receiving the notification email.I’ve setting up...
View ArticleSaving of content as SaveAction.CheckIn skips Approval Process
Hi Episerver Community, my first post here.Im programatically saving Content Images (ImageData) with the code:_contentRepository.Save(media, SaveAction.CheckIn);This saves the Image content sucessfully...
View ArticleInline Editing of Block in Content Area of the Page!!!
Hello Episerver Devs,In Episerver we are not able to inline Edit the Blocks which are under Content Area. To Edit this we have to edit the block and it redirects us to Block Preview Page where we edit...
View ArticleLimit the selection option of ISelectionFactory checkboxes
I have ISelectionFactory which provides collection of ProductNode and it gives me checkboxes of nodes in admin mode. User can select multiploe options over there. But I want to allow only 2.
View ArticleValidation error when adding role to user with dashes in username
Hi,I'm trying to add a role to an user i episerver CMS Admin but i'm getting an error when trying to save "Invalid email". The user I'm trying to add a role to has dashes in the email and username...
View ArticleScheduled Publish
Hey,Recently my schedule publish has just stopped working. Sometimes it invalidates on remote servers but the current server hasn't been invalidated and some of the post publish code hadn't completed...
View ArticleCreate new promotion campaign in initialization module....
I am trying to create a new campaign for a new promotion in a initialization module, but every time I try to run it, SalesCampaignFolder.CampaignRoot is null. Below is my current...
View ArticleSecurity Exception (Index Site Content)
While trying to access the "Index Site Content" - /EPiServer/EPiServer.Search.Cms/IndexContent.aspx (in cms 11)Im met with a Security Exception :Description: The application attempted to perform an...
View ArticleCopied pages should not be published by default
I have seen https://support.episerver.com/hc/en-us/articles/360002559092 where the copying of a page means the new page is already published.I would argue that this is bad design. As would the various...
View ArticleIs it possible to get content that IsPendingPublish:True
Hi!I have a question if it possible to get content from Find that is "IsPendingPublish$$bool": true,Lets say I create a new page, I set that it should be published tomorrow at 15:00. When I check the...
View ArticleIt takes ages before new content shows on my 2 front ends
HiI have a load balanced setup with one edit server and 2 front ends. When editor does changes to existing content the changes will show on front end servers at once, but if they publish new content it...
View ArticleSelecting default data source of a form
Hello,I have a custom form container that is inherited from FormContainerBlock. How do I set its default data source to an existing implementation of IExternalSystem? I want every instance of this form...
View ArticleCategory AssetLink Id is always 0
I create an asset for a specific category (CMS -> Commerce -> Catalog -> select a category -> select All Properties -> Assets -> Add Media), indicate the name of the group. Then...
View ArticleForm Upload Access Rights
Hello,I have a group that was created before I inherited our site, which allows members to view/download form-uploaded files. I tried to create another group, with the same exact access rights as the...
View ArticleHow to Remove CommerceMedia From CommerceMediaCollection
var commerceMediaToRemove=writableCommerceMedia.FirstOrDefault(x => x.AssetLink.Equals(contentLink)); writableCommerceMedia.Remove(commerceMediaToRemove); // this returns falseDoes anyone have any...
View ArticleGroup to Create Promotional Codes
I would like to create a group for users with permisions to only generate promotional codes. Is this possible? I created a group called "Generate Promo Codes", added the users to that group then...
View ArticleSaving of content as SaveAction.CheckIn skips Approval Process
Hi Episerver Community, my first post here.Im programatically saving Content Images (ImageData) with the code:_contentRepository.Save(media, SaveAction.CheckIn);This saves the Image content sucessfully...
View ArticleEpiserver Find Typed search and fallback languages
We have a customer that has limited content available in English. If content is not available in English then they want to fallback to Dutch. So far so good, and in the CMS itself this works fine....
View Article