X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Changing the default cart closed page (https://forum.x-cart.com/showthread.php?t=12518)

frankdux 03-02-2005 06:31 AM

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?

markwhoo 03-02-2005 03:02 PM

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?

frankdux 03-02-2005 06:32 PM

Re: Changing the default cart closed page
 
Quote:

Originally Posted by markwhoo
Why not just open up the html page that exists and edit that and be done with it?


Because the page needs to be a PHP page so I can use PHP includes.


All times are GMT -8. The time now is 06:32 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.