World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
By default, the orders numbers are generated by an instance of EPiServer.Commerce.Order.IOrderNumberGenerator. The default number generation is: So, to change this, first we need to inject a custom implementation and remove the default one. On an...
Scenario: Wanted to add a new schema, table and stored procedure to the same database where CMS is installed. The script should run only once after deployment to an environment. Using IMigrationSet can do this job, although is different from a...
Even with access rights correctly in place, the “For all sites” folder did not appear. So, went to the Website settings at Admin, and remove the check on “Use site-specifics assets”, save and recheck again to true. It worked for me, and the images...
Suppose the front end code wants supply a way to download images from the assets folder. Consider the following code: Assuming that 127.0.0.1:5500 is your EPiServer instance, you can say that the image will be downloaded. Note that download anchor...
Creating a new page under root’s page site, the New Page menu was disabled. So, checked the available languages for the site and the master language was not set: Checked the English language and also check the language setting for the root page...