View Single Post
  #1  
Old 03-02-2005, 06:31 AM
  frankdux's Avatar 
frankdux frankdux is offline
 

Senior Member
  
Join Date: Jul 2004
Location: Manchester, NH, USA
Posts: 125
 

Default Changing the default cart closed page

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?
__________________
X-Cart: 4.0.18
Linux, Apache, MySQL: 4.1.16, PHP: 4.4.2
Reply With Quote