ImageFile export
I currently want to compress the images we have on our website(jpg and png). There are about 1k of them so I've used the export function and selected the ImageFile.The things I would like to have...
View ArticleEPiServer and ImageResizer in Azure
HelloWe are looking into adding ImageResizer to one of our sites running in Azure(not DXC).Simply just adding ImageResizer is no problem. Our questions are about caching.Do the DiskCache plugin work in...
View ArticleCollectionEditorDescriptor does not show value of calculated field in table...
In my project, we have a field using IList<Item> in a page type, we have an issue when we edit a page using this page type:When I add a new value to IList using CollectionEditorDescriptor:The...
View ArticleError "Index was outside the bounds of the array." while loading purchase order
We added new custom properties to the PurchaseOrder. The new properties of type of "DictionaryMultiValue" and "DictionarySingleValue". Now in our code when we convert cart to order it works perfectly...
View ArticleUpdating hidden field with javascript. The value doesn't submit.
I've got a couple of Hidden fields where I'm setting the values with jQuery but the values don't come through in the submission.Data array.I can see in the browser dev tools that it is set.Any clues?
View ArticleRoute /api/episerver/v2.0/content not found (but /api/episerver/v2.0/site is)
Hello,I'm trying to enable the Content Delivery Api in my application, but it seems I have a problem with routing. I simply added the NuGet packages "EPiServer.ContentDeliveryApi.Cms" and...
View ArticleNo parameterless constructor defined for this object. Stuck
Hello everyone,so, here is my problem:I have a controller. There are 2 action methods. One for Get and the second for Post:Get method works just fine. Instantiates the ViewModel, passes to the view.But...
View ArticleQuestion regarding IDatabaseHandler & IDatabaseExecutor
I'm following a tutorial related to storing custom data in Episerver, and one of the libraries referenced is IDatabaseHandler, which is obsolete. The documentation states to use IDatabaseHandler, but...
View ArticleEPiServer.Forms.Samples Resources Returning 404
Hello,I'm trying to install the EPiServer.Forms.Samples package in order to use Google reCAPTCHA. However when I add the form element to a form and try to load the page, several of the resources needed...
View ArticleCustom Content Provider route
I use custom Content Provider with route defined as:RouteTable.Routes.MapContentRoute("CustomMedia",ProviderKey + "/{node}/{partial}/{action}",new { action = "index" }, s => root.ContentLink);I set...
View ArticleAvalara Configuration
Hi,Trying to get information on configuring Avalara within Episerver commerce. The following link doesn't seem to...
View ArticleWhat are the differences between Min/max quantity in Inventory, quantity in...
What are the differences between Min/max quantity in Inventory, quantity in wareshouse and Min/max quantity in pricing of Commerce manager?
View ArticleError "Index was outside the bounds of the array." while loading purchase order
We added new custom properties to the PurchaseOrder. The new properties of type of "DictionaryMultiValue" and "DictionarySingleValue". Now in our code when we convert cart to order it works perfectly...
View ArticleDelay before comments show up?
When a new comment is placed on our site we send an email to notify administrators that a new comment has been placed. They've reported that it sometimes takes a while before that comment shows up on...
View ArticlePageInfo.PageSizePageInfo
Hi all!I was wondering if anyone knows whyPageInfo.PageSizehas a secret upper limit that is less than it's data type max value (int32.max)?Also why does that upper limit differ when doing queries to...
View ArticleWhy create MediaTypes?
Hi,I don't understand why do we need to additionally create extended media type models, as explained here -...
View ArticleCreating custom Big Table
I'm working on creating a custom table for storing log data for a module we have, and have ran into an issue with the create routine. I've been following this tutorial, and I've implemented it as shown...
View ArticleForm Steps, gives 500 (Internal Server Error) when clicking on Next step button
Using Episerver.Forms 4.11.0.0 and Episerver 11.9.1.0.I have created a form with steps. When clicking on Next step i throws a 500 (Internal Server Error) in Chrome/Console.Any idéas? With grateful...
View ArticleHow to create user for Commerce Manager?
We have a separate login for Commerce Manager (CM) user and CMS user. How to create one for CM?
View ArticleHow to view custom metadata added to line item?
How to view custom metadata added to line item? It is visible until the status of line item is completed. The new property was added from GUI as explained in...
View Article