Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Paul Bennett 30 posts 53 karma points
    Dec 14, 2011 @ 15:12
    Paul Bennett
    0

    Error when selecting orderConfirmation email

    When I select the orderConfirmation node in the E-Mail Template field I get the following errors - but when I leave this blank, the html of the page from which the email was called is emailed out.

    Any thoughts anyone?

    Exception occoured while processing pipeline 'UCommerce.Pipelines.Checkout.CheckoutPipeline'. 
    See inner exception for details. UCommerce.Pipelines.PipelineExecutionResult Execute(T)    
    at UCommerce.Pipelines.Pipeline`1.Execute(T subject)     
    at UCommerce.Transactions.CheckoutService.Checkout(Basket basket)     
    at UCommerce.Xslt.TransactionLibrary.Checkout()     
    at UCommerce.Xslt.Library.HandledCall[T](Func`1 method)
    
    
    A relative URI cannot be created because the 'uriString' parameter represents an absolute URI. 
    Void CreateThis(System.String, Boolean, System.UriKind)    
    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)     
    at UCommerce.Transactions.EmailService.Send(EmailProfile profile, String emailTypeName, MailAddress to, IDictionary`2 templateParameters)     
    at UCommerce.Pipelines.Common.SendEmailTask.Execute(PurchaseOrder purchaseOrder)     
    at UCommerce.Pipelines.Pipeline`1.Execute(T subject)
  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 09, 2012 @ 11:46
    Søren Spelling Lund
    0

    It's a known issue. Basically we assume that all URIs are relative, which is the default in Umbraco. But you can override that in the Umbraco config with "useDomainPrefixes". If you set that to false it'll work.

Please Sign in or register to post replies

Write your reply to:

Draft