Is there any way to move the position of the MATC checkbox so its above the payment, in this case, PayPal section. Customers are clicking on the PayPal buttons and expect to be taken to the PayPal page but instead get a message to click the MATC. Or even move it to a different page.
Image showing new location.
Move position of MATC on checkout_payment.php
-
BrockleyJohn
- Certified Developer
- Posts: 173
- Joined: Mon Mar 01, 2021 5:37 pm
- Phoenix Version:
- : Buy Me A Beverage
- Has thanked: 2 times
- Been thanked: 30 times
Re: Move position of MATC on checkout_payment.php
This is checkout_confirmation.php
Override it in your template and move
above
Override it in your template and move
Code: Select all
echo $hooks->cat('injectFormDisplay');Code: Select all
if (is_array($payment_modules->modules)) {