Open craigfleming opened 2 years ago
Did you make sure to create a bug report for this other module? If I open up the template of that module that is causing this error (please note it is NOT my module causing the error but the other module), I can see that the variable $serializedPixelCode
is not defined if the action is different: https://github.com/Affirm/Magento2_Affirm/blob/master/view/frontend/templates/pixel/confirm.phtml#L45 First of all, they have hard-coded their template so it only works if the URL is literally checkout/onepage/success
which makes sure third party modules like the Yireo CheckoutTester2 are no longer worker. That's perhaps their business decision, I don't know. But second, their PHTML template is just written with a bug inside it, and you encountered that bug. I assume you therefore already reported this with them?
Hi @jissereitsma,
Thanks for the prompt response and for clearing up where the issue originates from.
I will escalate to Affirm and create a bug report with them.
Sorry for wasting your time.
Thanks,
Craig
Exception notice when Magento v2.4.3-p2 and Affirm Finance v3.1.3 are installed with the latest version of yireo/magento2-checkouttester2 and you attempt to preview the checkout success page.
Tried magepal/magento2-preview-checkout-success-page:1.1.0 instead and encountered no issues when previewing the checkout success page with Affirm Finance v3.1.3 installed and enabled.
Here is the exception report: