Can't register services with LightInject in Umbraco - The non-generic method 'Composition.Register(Type, Lifetime)' cannot be used with type arguments

We've generally used Autofac as our go to dependency injection container in Umbraco but we like to keep projects as lean as possible so wanted to start using LightInject for Umbraco V8 projects but…

Read this article

How To: Return the customer to your site after paying with WorldPay

Stripe is generally our go-to PCI compliant payment gateway but from time to time we're asked to use alternatives such as WorldPay. For the most this is fine but redirecting the shopping from WorldPay…

Read this article

View the property values in SQL for latest version of a page in Umbraco

I've previously blogged about how to download any Umbraco document as a CSV from SQL but we hit a slightly different issue today and needed to view the values for a property in SQL. By default Umbraco…

Read this article

How to: Send order confirmation emails to multiple recipients in Ucommerce

Sometimes it's the simple things that are hardest to find/remember but if you've ever needed to send the same Ucommerce email to multiple recipients you'll be pleased to hear that it's built in.To…

Read this article