Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm working through the example of how to create a license shop with Tea Commerce.
In the WebshopEvents_AfterOrderFinalized event there is some code to send an email which is generated from an XSLT file.
It uses the following as part of this:
XSLTHelper.InvokeXSLT( emailLicenseXsltFile, null, parameters, false );
The latest version of this TC library requires and additional parameter for this method, umbracoLanguageId.
What should I be setting this with?
Regards,
Matt
Hi Matt,
You should just set it to the orders umbracoLanguageId.
/Rune
Hi Matt
You have order.UmbracoLanguageId - thats it.
Kind regardsAnders
Hahah, I came first Anders :P
Thanks guys.
Yes Rune gets the karma. He's obviously not as busy as you this Friday. ;)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
XSLTHelper.InvokeXSLT umbracoLanguageId parameter
I'm working through the example of how to create a license shop with Tea Commerce.
In the WebshopEvents_AfterOrderFinalized event there is some code to send an email which is generated from an XSLT file.
It uses the following as part of this:
XSLTHelper.InvokeXSLT( emailLicenseXsltFile, null, parameters, false );
The latest version of this TC library requires and additional parameter for this method, umbracoLanguageId.
What should I be setting this with?
Regards,
Matt
Hi Matt,
You should just set it to the orders umbracoLanguageId.
/Rune
Hi Matt
You have order.UmbracoLanguageId - thats it.
Kind regards
Anders
Hahah, I came first Anders :P
Thanks guys.
Yes Rune gets the karma. He's obviously not as busy as you this Friday. ;)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.