1.0.8.15 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.0.8.15 Questions / Comments / Concerns

Post by raiwa »

MATC does use

Code: Select all

Customers::select_pages(
which does not include checkout_confirmation.
MATC is used in checkout_confirmation by many shops and it was included in the old MATC hook.
I added it to the page list in admin/includes/classes/customers.php, but maybe it could be added only in the MATC customer data module.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: 1.0.8.15 Questions / Comments / Concerns

Post by ecartz »

raiwa wrote: Tue Oct 11, 2022 11:59 am I added it to the page list in admin/includes/classes/customers.php
That won't do anything, as checkout_confirmation doesn't show customer data modules.

Currently, there is no way to turn off MATC on the checkout_confirmation page without uninstalling the module or manually deleting the hooks. I.e. there is no way in the UI to turn MATC off on checkout_confirmation but on on create_account.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.0.8.15 Questions / Comments / Concerns

Post by raiwa »

Yes, you are right. The module shows on the checkout_confirmation page, but can't be removed.
Another solution would be good. Maybe using the old hook as a checkout_confirmation page hook.

It is used in many shops there and required by law in EU.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27


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