Rank: Advanced Member
Groups: Authorized User, Developers Joined: 5/30/2020(UTC) Posts: 125
Thanks: 14 times Was thanked: 3 time(s) in 3 post(s)
|
Set up a simple handler via a plug-in to see which of AC9's events fire when. For the most part events seem to fire when I would expect them to. However, when using the Returns tab on an order to return items, neither of these events are firing: ShipmentReturned -OR- ShipmentReturnedPartial.
As a side note, since neither of these events are firing, I can't tell if these events are solely based on products? The return panel only allows me to return products, not shipping. So if there are 2 products and 1 shipping line... Clearly if I only return 1 product it should be ShipmentReturnedPartial. However, if I return both products but the shipping line can't be removed via the Returns tab, should it be firing ShipmentReturned or ShipmentReturnedPartial?
|
|
|
|
Rank: Advanced Member
Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System Joined: 10/11/2018(UTC) Posts: 110
Thanks: 19 times Was thanked: 18 time(s) in 18 post(s)
|
Hi,
The ShipmentReturned and ShipmentReturnedPartial events aren't implemented although these appear in the list of available events. If you see the DefaultEventHandler.cs, you will notice NotImplementedException is thrown for both events. Even these events aren't hooked anywhere which is why it isn't triggered.
|
|
|
|
Rank: Advanced Member
Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System Joined: 10/11/2018(UTC) Posts: 110
Thanks: 19 times Was thanked: 18 time(s) in 18 post(s)
|
By the way, I have this logged to be investigated for a future version. Thank you!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close