Move position of MATC on checkout_payment.php

Open to all! Ask other shopowners for help.
Post Reply
14Steve14
Senior Contributor
Posts: 921
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Move position of MATC on checkout_payment.php

Post by 14Steve14 »

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-mact-above-paypal.png
You do not have the required permissions to view the files attached to this post.


Join The Code Co-op to get access to your library in the Code Co-op Forum
BrockleyJohn
Certified Developer
Posts: 173
Joined: Mon Mar 01, 2021 5:37 pm
Phoenix Version:
Has thanked: 2 times
Been thanked: 30 times

Re: Move position of MATC on checkout_payment.php

Post by BrockleyJohn »

This is checkout_confirmation.php

Override it in your template and move

Code: Select all

  echo $hooks->cat('injectFormDisplay');
above

Code: Select all

  if (is_array($payment_modules->modules)) {
14Steve14
Senior Contributor
Posts: 921
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Move position of MATC on checkout_payment.php

Post by 14Steve14 »

@BrockleyJohn Many thanks. Worked like a charm.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply