Quote:
Originally Posted by frankdux
I am trying to change the default cart closed page by modifying the config.php where it says:
Code:
$shop_closed_file = "shop_closed.html";
I tried to change it to my own page in the following way:
Code:
$shop_closed_file = "my_own_page.php";
For some reason though when I do this (whether my own page is in the X-cart directory or not), my page does not load up. Instead the browser just shows one unformatted sentence: "Sorry, the shop temporarily unaccessible. Try again later." Anyone have an idea what I am doing wrong?
|
Why not just open up the html page that exists and edit that and be done with it?