Sorting 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 ArticleCommerce manager 11.8.0 run on IIS
I have been trying to configure development environment on IIS and can't figure out what I'm missing. Almost everything is working:I can login to CMSI can create new siteI can see catalogI can change...
View ArticleCreate Discount from code
Is it possible to programmatically create a Discount?Same as would happen if it were done from UI, http://prntscr.com/ie4s65Regards,/Stefan Sonesson
View ArticleCatalog migration
Hi team,Using One catalog( included the catagory,products) as a main one(example:akg). The user has option to select the category or product ( checkbox ) for migration.We Cloned selected categories...
View ArticleGetDefaultPrice method is slooooooow
Hi,Whe're having performance issues when using the GetDefaultPrice in EPiServer.Commerce.Catalog.ContentTypes. I see a LOT of queries getting user data in the database. Multiple queries per...
View ArticleCommerce Manager OpenID Roles & Claims not working as expected (11.7.1)
Hey all,I have configured OpenID authentication to Azure AD using the guides for both the CMS and Commerce Manager on a test instance of Episerver. I have the user logging in to both of these and they...
View ArticleHow to handle already discounted items with Commerce Promotions?
Hello,We run an episerver commerce (10.0.2) site where products for sale are imported from a different sales system.The sales system can have promotions on products, and in these cases we get 2 prices...
View ArticleHow do you predict shipping discount generically prior to selecting the...
As there any way to predicate the discount rate of a shipping rate prior to selecting it?We have the following scenarioUser adds items to the basketUser as a discount based upon code to the bakse that...
View ArticleCan I apply multiple discounts using a single promotion code
HiWe have a client that would like to create campaigns where they can enter a single promotion code which will apply multiple discounts. Ideally the promotion code would be set at the campaign level...
View ArticleProgrammatically updating MetaField attributes
HiI'm trying to programmatically change some attributes on a MetaField it doesn't persist. For example:metaClass.Fields["MyField"].Attributes["MaxLength"] = 123;I don't get any errors from this code,...
View ArticleHow to fetch and display discounted shipping price before the shipping method...
Hello,We're currently listing available shipping methods on our checkout page with their base prices next to them, for instance 49 SEK for home delivery.Now say that we have a promotion with free...
View ArticleHow do you predict shipping discount generically prior to selecting the...
As there any way to predicate the discount rate of a shipping rate prior to selecting it?We have the following scenarioUser adds items to the basketUser as a discount based upon code to the bakse that...
View ArticleImporting media using the episerverapi/commerce/import/assets with file
Hi, I have tried to understand how to generate media.xml file following the instructions here and the the given XSD, but I couldn't figure it out by myself.Currently I have images uploaded to blob...
View ArticleCreate an order return
Hi,EPiServer CMS: 11.3.3EPiServer Commerce: 11.8.1I'm trying to create a return on an order and have found this,...
View ArticleSearch index processor problem
Hi!Could someone explain to me what has happened when the Commerce search index goes into state Invalid?At first the index got invalid when I published a product but that was solved via this...
View ArticleMultiple fulfillment centers - error in Commerce Manager
We're doing a Commerce implementation with multiple warehouses, and we've created a custom IFulfillmentWarehouseProcessor as per the suggestions in this article:...
View ArticleAdding a secondary node - entry relation takes a long time for some categories
We have some categories with 10's of thousands of products in them for organizational purposes. Adding products to one of the categories (as a non-primary relation) can take a long time (> 1 min)...
View ArticleCommerce manager 11.8.0 run on IIS
I have been trying to configure development environment on IIS and can't figure out what I'm missing. Almost everything is working:I can login to CMSI can create new siteI can see catalogI can change...
View ArticleSaving OrderGroup TaxAmount not working
I'm calling the IOrderRepository method Save that takes an IOrderGroup, but the TaxTotal amount I update is not persisting to the database.Here is a code snippet (pulled from many methods to be...
View ArticleCorrect way to change Product-Category association
Hi all,[using commerce 9.24]A while back, I associated products (and variants) to Categories, by doing this:// Create new Category relation: var nodeRelation = relations.NewNodeEntryRelationRow();...
View Article