Page 1 of 1
How to turn off "legal agreements" slide?
Posted: Mon Apr 05, 2021 1:27 am
by plamastus
Hi,
How do I turn off the "legal agreements" slide?
Thanks,
Patrick
Re: How to turn off "legal agreements" slide?
Posted: Mon Apr 05, 2021 5:18 am
by Kofod95
templates/default/includes/hooks/shop/siteWide/MATC.php
(something like that, delete that file)
//Daniel
Re: How to turn off "legal agreements" slide?
Posted: Mon Apr 05, 2021 12:53 pm
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