How to turn off "legal agreements" slide?

Open to all! Ask other shopowners for help.
Post Reply
plamastus
Member
Posts: 82
Joined: Fri Mar 12, 2021 2:09 am
Phoenix Version:
Has thanked: 1 time
Been thanked: 2 times

How to turn off "legal agreements" slide?

Post by plamastus »

Hi,

How do I turn off the "legal agreements" slide?

Thanks,

Patrick
patrick


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
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?

Post by Kofod95 »

templates/default/includes/hooks/shop/siteWide/MATC.php
(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
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?

Post by plamastus »

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
patrick


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