Episerver provides a simple API to get an order's and line item's monetary discount value. Though sometimes you have to know more about the discount. I will show you how to get a percentage or monetary value from the promotions applied to the order.
Episerver provides a simple API to get an order's and line item's monetary discount value. Though sometimes you have to know more about the discount. I will show you how to get a percentage or monetary value from the promotions applied to the order.
Some time ago, Joel Abrahamsson wrote an article about how to hide Episerver's category property. But sometimes you need to hide it only for specific content types. You can filter by OwnerContent
, but then you have to add all content types you want to filter, to the descriptor class. It is not a flexible solution.
Recently I received a question from a customer regarding combining different discounts. They had an issue that a discount with a bigger discount value was overridden by another discount which was applied with a coupon code. We were trying different combinations to enable such discounts without any luck and then asked Episerver support for help.
In January I wrote an article about new APIs Episerver has created for working with Scheduled Jobs. Unfortunately, the feature starting the job doesn't work reliably. At least it doesn't work when you start a job from another job.
Recently I got a message from the customer about missing products in content areas. They added few products but those were gone the next morning.
A few years ago I wrote an article on how to work with Episerver scheduled jobs programmatically. Since then Episerver has improved the API.