So we upgraded from teacommerce 2.4 to 3 to fix a few bugs that we were experiencing. We read the change logs and understood that there would be some code migration that would need to be done.
Now the problem. We were relying heavily on the OrderCalculator::CalculateOrderTotalPrice method that is now removed.
Is there any work around for this? I have tried everything thing I can think of. I have hooked into every event on app start and none are accomplishing what I need.
We "locked" the order calculator as we added the marketing suite. What do you do in the calculate order total price that can not be done with the marketing stuff?
I had created my own discount code module that I would like to continue to use (instead of migrating to Teacommerce's). I would apply the discount at the very end in the CalculateOrderTotalPrice. I have tried to hook into the OrderPropertiesUpdated event and just apply it there, but I am not fully understanding when it gets triggered. It seems like it is only triggered when a property is added or removed and NOT when values on existing properties are updated, is this correct? I will look into the marketing sweet to see if it offers what I need.
Thanks for the support. Any idea when this will be released? Or would it be possible to get a nightly build of this? We are launching at the end of next week, so time is of the essence. My email is [email protected] if you can send a nightly.
Teacommerce 3 Migration
Hi,
So we upgraded from teacommerce 2.4 to 3 to fix a few bugs that we were experiencing. We read the change logs and understood that there would be some code migration that would need to be done.
Now the problem. We were relying heavily on the OrderCalculator::CalculateOrderTotalPrice method that is now removed.
Is there any work around for this? I have tried everything thing I can think of. I have hooked into every event on app start and none are accomplishing what I need.
Thanks.
Hi Logan
We "locked" the order calculator as we added the marketing suite. What do you do in the calculate order total price that can not be done with the marketing stuff?
Kind regards
Anders
Hi Anders,
I had created my own discount code module that I would like to continue to use (instead of migrating to Teacommerce's). I would apply the discount at the very end in the CalculateOrderTotalPrice. I have tried to hook into the OrderPropertiesUpdated event and just apply it there, but I am not fully understanding when it gets triggered. It seems like it is only triggered when a property is added or removed and NOT when values on existing properties are updated, is this correct? I will look into the marketing sweet to see if it offers what I need.
Thanks!
Hi Logan
I see your problem. We will open small parts of the order calculator again to support older code. It will be in 3.0.1.
Kind regards
Anders
Awesome!
Thanks for the support. Any idea when this will be released? Or would it be possible to get a nightly build of this? We are launching at the end of next week, so time is of the essence. My email is [email protected] if you can send a nightly.
Thanks again! Logan
Any ETA about 3.0.1 ?
Cheers
Hi Jonas
We hope for this week for the Umbraco 7 version. Still some minor bugs we want to fix
Hi Jonas
We found a minor thing in the core that we want to fix before we release. So next week will be the release week for 3.0.1
Ok,
thanks for keeping us updated!
3.0.1 has been released
is working on a reply...