View Single Post
  #2  
Old 03-02-2005, 03:02 PM
 
markwhoo markwhoo is offline
 

X-Adept
  
Join Date: Nov 2003
Posts: 799
 

Default Re: Changing the default cart closed page

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?
__________________
vs 4.1.12
Reply With Quote