Exception in template (Designs\McHutch\Paragraph\EmailShippingAddressPreview.cshtml): System.NullReferenceException: Object reference not set to an instance of an object.
   at McHutchison.eCommerce.ShippingEmail.SetTags(User user, ShippingAddress address, Template template)
   at McHutchison.eCommerce.ShippingEmail.RenderTemplate(User user, ShippingAddress address, String templatePath)
   at CompiledRazorTemplates.Dynamic.cbdfaebedc.Execute()
   at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context)
   at RazorEngine.Razor.Parse[T](String razorTemplate, T model, String cacheName)
   at Dynamicweb.Rendering.Template.Output()
@using System; @using System.Collections; @using System.Linq; @using McHutchison.eCommerce; @using System.Web; @using System; @{ } <div style="font-family: Verdana, sans-serif;width: 700px;"> @(RazorPreviewShipping.Preview()) </div>