Something went wrong when requesting a xslt with invokeXSLT():
HI I had the whole order process working and have been working on the rest of the site. Just tested teh basket again and all works fine expect for when I return to the site after paying for the order with paypal i can display the order confirmation fine on the confirmation page but when I receive the email through the XSLT file set in Confirmation E-mail in Tea Commerce General Settings I get this error in the email instead of any of the order information can you see why
Something went wrong when requesting a xslt with
invokeXSLT(): Unable to load one or more of the types in assembly
'Umbraco.Courier.uComponents, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null'. Exceptions were thrown: System.TypeLoadException: Method
'ExtractingProperty' in type 'Umbraco.Courier.uComponents.ImageDropdownlist'
from assembly 'Umbraco.Courier.uComponents, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null' does not have an implementation. System.TypeLoadException:
Method 'ExtractingProperty' in type
'Umbraco.Courier.uComponents.ImageRadioButtonList' from assembly
'Umbraco.Courier.uComponents, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null' does not have an implementation.
Looks like a dll/assembly cant be loaded in the request and it looks like something with Courier. Try and strip your email template to almost just a test string to see if it works. Then start adding stuff again until it fails and you should be able to oin point the area of problem.
Cheers Anders I have got it down to just this simple test string and it still gives me the same error on recept of email I reinstalled teacommerce to reload the dlls etc incase Courier had affected them but still no change what code in the teacommerce jquery files are used when sending the email or any ideas where I should go from here
Great to hear it works - sounds like a false reference to a Courier dll. You will properly have to ask the question in the Courier support forum as this is out of my knowledge.
Something went wrong when requesting a xslt with invokeXSLT():
HI I had the whole order process working and have been working on the rest of the site. Just tested teh basket again and all works fine expect for when I return to the site after paying for the order with paypal i can display the order confirmation fine on the confirmation page but when I receive the email through the XSLT file set in Confirmation E-mail in Tea Commerce General Settings I get this error in the email instead of any of the order information can you see why
Something went wrong when requesting a xslt with invokeXSLT(): Unable to load one or more of the types in assembly 'Umbraco.Courier.uComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.TypeLoadException: Method 'ExtractingProperty' in type 'Umbraco.Courier.uComponents.ImageDropdownlist' from assembly 'Umbraco.Courier.uComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. System.TypeLoadException: Method 'ExtractingProperty' in type 'Umbraco.Courier.uComponents.ImageRadioButtonList' from assembly 'Umbraco.Courier.uComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
My XSLT OrderConfirmation code is
Hi Phil
Looks like a dll/assembly cant be loaded in the request and it looks like something with Courier. Try and strip your email template to almost just a test string to see if it works. Then start adding stuff again until it fails and you should be able to oin point the area of problem.
Kind regards
Anders
Cheers Anders I have got it down to just this simple test string and it still gives me the same error on recept of email I reinstalled teacommerce to reload the dlls etc incase Courier had affected them but still no change what code in the teacommerce jquery files are used when sending the email or any ideas where I should go from here
cheers phil
Think it has something to do with Courier. Have you tried to uninstall it and see if it works?
Cheers uninstalled courier and all is working fine after i reinstalled tea commerce again does that mean I can't use Courier with tea commerce
Great to hear it works - sounds like a false reference to a Courier dll. You will properly have to ask the question in the Courier support forum as this is out of my knowledge.
Kind regards
Anders
is working on a reply...