Daily Archives: April 2, 2025
I have been trying to notify customer when the stock status changed to in stock of the subscribed product from backend (product->edit). Tried with many events and partially won with the catalog_product_save_after event. and below is the function I used for it: public function execute(Observer $observer): void { try { […]
How can I retrieve vendor, user, Pass and partner details from sandbox.paypal.com? I am using PayPal Express Checkout and PayPal Payments Pro. When using PayPal Express individually, it works fine. However, when I use it with PayPal Payments Pro, I receive the following error: “PayPal gateway errors: User authentication failed.” […]
I have installed and am using Klarna Checkout (KCO) on our Magento 2 default development site. However, I encountered an issue when trying to place an order. When clicking the “Pay Order” button, a popup appears with the message: “Sorry, we weren’t able to approve this purchase. Please choose a […]