Re: Mini-cart (or other functionality) on a non-xcart page
I added
@include_once $_SERVER['DOCUMENT_ROOT'] . "/store/top.inc.php";
@include_once "../top.inc.php";
@include_once "../../top.inc.php";
To auth.php and everything is working
Thanks for your help
|