Getting the _ExcludedCatalogEntryMarkets MetaField using Service API
I am trying to update my product availability using the _ExcludedCatalogEntryMarkets MetaField in Service API. I think I can PUT a new field for the product but i can't GET what is already set. There...
View ArticleTranslate blocks on page
I have a multi-langual site and I want to let the editors to follow the master site and translate whatever content that they need and leave the rest. To do that, I didn't decorate my content area with...
View ArticleEPiServer Forms Submissions - Database table
Hello,Does anybody know the database table that contains EPiServer Forms Submissions?Thanks
View ArticleImages not rendering
Set up the site first time and did not add the follows in web.config:<blob defaultProvider="azureblobs"> <providers> <add name="azureblobs"...
View ArticleContentArea property for CatalogContentBase derived types
Is it allowed to use properties of ContentArea type for catalog content classes? public class CategoryItemContent : NodeContent { public virtual ContentArea Banners { get; set; }} Actually I've tried...
View ArticleThe store was queried with a [string] but the entity id is a [undefined]
When loading a page in OnPageEdit I first see a warning in the console: "Observable store detected, but no sort order specified. You may experience quirks when adding/updating items. These can be...
View ArticleCSV Import DictionaryMultiValue
I'm trying to quickly get an overview of the Catalog CSV Import for a client to see how we can handle the issue, but I cannot really find much information.How would one go about mapping a CSV file...
View ArticleReplace built in IInitializableModule.
Hello,scenario: I want to introduce an IInitializableModule to ensure the database, this to facilitate a local dev setup. This module needs to run before the built in DataInitialization which ensures...
View ArticleEPiServer Live Monitor 8.4.0 does not appear in the cms menu
Hi,I installed Live Monitor 8.4.0 using the nuget. Installation passed successfully. After that live monitor tab didn't showed up in the CMS.There is no error in the log file or in the EventViewer.Mine...
View ArticleForum - cannot log in
Hi.When ever I try to log into the forum I get the error messageWrong Username or Password, or inactive account. Check your user name and password, or check your associated email inbox for an account...
View ArticleUpdates via Service API not visible in Commerce Catalog
I update category date using the Service API. That data is not visible in the Commerce Catalog GUI. The site is updated with the new data. Am I missing something here?
View ArticleData was corrupted by "Remove orphaned MetaKeys" step
Hello, CommunityToday we faced with issue related to one of migration steps. RemoveOrphanedMetaKeysStep works with table MetaKey and after executing it should remove all orphaned data. This step works...
View ArticleCustomer Group and enable possible items to buy
Hi all,Version 10.4 and legacy promo systemI have demand for enabling so that some customer group can buy 10 item and other only 3.How would you solve it? what is best practice?Example:if...
View ArticleGet rid of the pictures in the Find result
Hi,How to get rid of the pics from the WPi-find results list?
View ArticleReach out to Partners/Customers on security patches
This is more of an update to process than the actual product itself. The current bug listing on episerver world + regular updates is useful - but it requires customers/partners to be super proactive in...
View Article$$epiforms is not defined when using Form in footer
@* ... *@ @Html.Raw(Html.RequiredClientResources("Header")) I get this javascript error when adding a EPiServer Forms form to the footer. I guess it has to do with something not loading in the correct...
View ArticleMaster key for StaticallyCacheFor
Hi,If I do something like this:cache.Insert( key, value, new CacheEvictionPolicy( null, new string[] { "otherKey" }, new string[] { "MasterKey" }, new TimeSpan(0, 5, 0), CacheTimeoutType.Absolute);What...
View ArticleCommerce SEOUri urls unable to find template on first try
Hello,We are using hierarchial URLs for our CMS/Commerce site, but we would like to start using the SEOUris as well. For some reason though they always render an error message on the first visit.Here...
View ArticleITypeSearch BestBets
Hello,The current functionality of "ApplyBestBets" when used with ITypeSearch is not the same as when used with unified search. Why is that?The only properties I can see that are required on the...
View ArticleI have a PurchaseOrder... how to find the related CartId?
Hi,I have a PurchaseOrder. It was created from a Cart, then the Cart was deleted.Is there any way to figure out the CartId that was used to create this PurchaseOrder? Or is it impossible because the...
View Article