Hi,
How do I turn off the "legal agreements" slide?
Thanks,
Patrick
How to turn off "legal agreements" slide?
- Kofod95
- Senior Contributor
- Posts: 748
- Joined: Sat Feb 06, 2021 7:38 pm
- Phoenix Version: 1.0.8.20
- Has thanked: 99 times
- Been thanked: 179 times
Re: How to turn off "legal agreements" slide?
templates/default/includes/hooks/shop/siteWide/MATC.php
(something like that, delete that file)
//Daniel
(something like that, delete that file)
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
Here are a lot of corns: Phoenix user guide
-
plamastus
- Member
- Posts: 82
- Joined: Fri Mar 12, 2021 2:09 am
- Phoenix Version:
- Has thanked: 1 time
- Been thanked: 2 times
Re: How to turn off "legal agreements" slide?
Hi,
I am using PWA so I did the following and it works like a charm
mv templates/default/includes/hooks/shop/siteWide/MATC.php templates/default/includes/hooks/shop/siteWide/MATC.php.removed
mv templates/override/includes/hooks/shop/siteWide/MATCpwa.php templates/override/includes/hooks/shop/siteWide/MATCpwa.php.removed
The reason I left it there is for tracking more purposes...
Thanks,
Patrick
I am using PWA so I did the following and it works like a charm
mv templates/default/includes/hooks/shop/siteWide/MATC.php templates/default/includes/hooks/shop/siteWide/MATC.php.removed
mv templates/override/includes/hooks/shop/siteWide/MATCpwa.php templates/override/includes/hooks/shop/siteWide/MATCpwa.php.removed
The reason I left it there is for tracking more purposes...
Thanks,
Patrick
patrick