Migration from EPi6 to EPi11
Hi,We are planning to Migrate to EPi11 for the below versions.EPiServer CMS6 & EPiServer Commerce R2SP2 to EPiServer 11.EPiServer CMS7.5 & EPiServer Commerce 7.5 to EPiServer 11.Please let me...
View ArticleUpdating a property of product programmatically in the catalog
Hi Guys,i have a EntryUpdating Event listener. Basically given a boolean property (ShowCommercialName) on the TileVariant model in my catalog it should update the RouteSegment (for the url) of the...
View ArticleSite running as Azure Web App throws exception on startup
We're developing a new Commerce solution and we have test/prod environments running as web apps in Azure with automated deployment. I configured the solution for Azure using this documentation, and...
View ArticleIssue with catalog search
I have setup catalog search with the LuceneSearchProvider:<Indexers basePath="..\appdata\Search\ECApplication"><add name="catalog"...
View Article"Create a new block" link not showing in Content Area in Commerce
Hello,I am using some content areas in commerce, but I only can drag and drop blocks on them. I am not able to see the "create a new block" link, like it appears in CMS.My CMS versions are:CMS:...
View ArticleAuthorize.NET SALE sometimes throws E00039 exception.
As I am not able to login into Support, I will post this here.AUTHORIZE request handles E00039 error correctly because it uses AuthorizeNetCimBasedManager.CreateCustomer which handles this. But SALE...
View ArticleInvalid object name 'MetaClass'.
Hi,I get an error after uploading my website to DXC.If I run it locally (but connect to the same database) It works fine.Error message (both CMS and Commerce have the same exception)Server Error in '/'...
View ArticleQuicksilver: how does recommendation click tracking work?
I found that click tracking sets cookie...
View ArticleDealing correctly with the cart-to-order process
HiI have a case right now where the call to _orderRepository.SaveAsPurchaseOrder() has succeeded, but where a call to _orderRepository.Save() later has failed, leaving me with an order that is missing...
View ArticlePoor performance when updating catalog entries from inRiver Pim -> Commerce
When the catalog are updating products via our inriver connector, it takes between 6-10 seconds to update 1 product from Pim -> Commerce.It looks like the database runs the stored procedure...
View ArticleIssues Migrating commerce
I am new to commerce and i am running into an issue during the migration set. 12:06:10 PM: Completed migration step: Migrates published Catalog Content 12:06:10 PM: Migrates published Catalog Content...
View ArticleSorting results of related products
Hi,I can't find the answer to this one anywhere. Related Entries appears to be an orderable list within the CMS but using GetRelatedEntries() returns an IEnumerable<ContentReference> which of...
View ArticlePersonalized Find: in which controller should I refresh properties?
I am looking at personalization documentation: https://world.episerver.com/documentation/developer-guides/personalization/personalized-find/It says that I have to refresh properties. For this reason, I...
View ArticleMultiple Target Markets
HiWe have a client who would like to be able to select multiple target markets for campaigns. I can add a custom SalesCampaign with a multi market property but how can this then be applied to the...
View ArticleCommerce personalization package release notes
I am wondering if there are some release notes for personalization packages. For example, yesterday's updates:https://world.episerver.com/releases/episerver---update-199/The links for...
View ArticleCannot update line items quantity in cart
LineItem quantity will not save, what do i do? private List<LineItem> IncreaseOrDecreaseQuantity(string productCode, bool decrease) { var contactId =...
View ArticleCSV import to ItemCollection<T> property
Hi allWe have a product model that contains an ItemCollection<T> property that editors can use to make multiple selection for that property.We are trying to import a list of products where we...
View ArticleSingle Sign On With Azure AD for Episerver 11 and Commerce 11
I'm implementing https://world.episerver.com/documentation/developer-guides/CMS/security/integrate-azure-ad-using-openid-connect/ for the first time on the CMS but I want to have this work for commerce...
View ArticleCannot not update internal block property by setting Value
Hi!After upgrade to Commerce 11 I cannot update an internal block on a page by setting the propertyData.Value. The property looks ok before publishing, it has values but they doesn't show up in the...
View ArticleProgrammatically Update the Inventory [ Bulk Update ] without API
Hi All,We have more than 1000 products. Need to update the Inventory in each product by programmatically in every one hour ( task schedular ). If use the API means, Site will be slow.. How to bulkly...
View Article