Could you write us an email: info (at) teacommerce.net - so we can send you a nightly build with some major changed to the event model to support your case.
Thanks! Canceling the confirmation email is now done properly with e.CancelSending = true;
One small "but" though, the issue from here happened again (except the error was ~ 'Sequence contains more than one element'), because after I installed the new package there were two
Hmm we have a install action to remove the duplicates in the installedPackages.config. What was the exact name of your package element in the xml file? We look for "Tea Commerce" and "teacommerce" - that casing.
Cancel confirmation email when PaymentState != PaymentState.Authorized
Hello,
This is what I tried:
I see the log message, but the confirmation email is still sent. How can it be canceled?
Thanks!
P.S. U 6.2.1, TC 2.3.0
Could you write us an email: info (at) teacommerce.net - so we can send you a nightly build with some major changed to the event model to support your case.
Kind regards
Anders
Thanks! Canceling the confirmation email is now done properly with e.CancelSending = true;
One small "but" though, the issue from here happened again (except the error was ~ 'Sequence contains more than one element'), because after I installed the new package there were two
Regards, Bogdan
Hmm we have a install action to remove the duplicates in the installedPackages.config. What was the exact name of your package element in the xml file? We look for "Tea Commerce" and "teacommerce" - that casing.
Kind regards
Anders
It was exactly "Tea Commerce" (from svn):
package id="4" version="2.3.0" url="http://www.teacommerce.net" name="Tea Commerce" folder="17a8b22d-8967-4294-bf9e-1c350408ccad" packagepath="" repositoryGuid="" packageGuid="" hasUpdate="False" enableSkins="False" skinRepoGuid="00000000-0000-0000-0000-000000000000"
and the new node:
package id="5" version="2.3.2b3" url="http://www.teacommerce.net" name="Tea Commerce" folder="2785f18d-ff38-4ab9-b4a2-aa3b043237bf" packagepath="" repositoryGuid="" packageGuid="" hasUpdate="False" enableSkins="False" skinRepoGuid="00000000-0000-0000-0000-000000000000"
is working on a reply...