Questions tagged [event-observer]
Event/observer is used to work dynamically with Magento without altering the core code.
4 questions from the last 365 days
0
votes
1
answer
43
views
sales_order_place_after event called before stripe redirect to website
I am using stripe for payment and all working fine if stripe payment done on website itself but if stripe is used for redirect to website for payment then the observer is not working as expected.
...
0
votes
0
answers
67
views
Magento 2 creates duplicate inventory_reservation entries on shipment, causing Salable Qty higher and Source Qty lower
I am facing an issue in Magento 2 (MSI enabled) where creating a shipment for an order creates two entries in the inventory_reservation table for the same SKU. This is causing Salable Quantity to be ...
0
votes
0
answers
50
views
How to transfer custom fields to new order when editing from admin panel
In Magento 2, when editing an order from the admin panel, Magento cancels the original order and creates a new one. I have added some custom fields to the sales_order table (these are not part of ...
0
votes
0
answers
62
views
Trying to split cart items Magento 2.4.7
I am having a module which gives the ability to cart with checkbox to select which items you want to proceed to checkout.
Although I have an issue with Observer event and always in order I get all ...