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)
-   -   Modifying home.php content (https://forum.x-cart.com/showthread.php?t=8506)

frankdux 08-27-2004 05:27 PM

What if instead of using of just changing the text of the welcome page (customer/home.php) you wanted to make it so your own URL always loads up wherever the welcome page would have been called. What I am looking to do is have my site's home page come up always instead of customer/home.php.

Wizard 08-27-2004 09:59 PM

splash page is annoying
 
Has this changed in 4.0 ... I can not find that splash page anywhere... even under the language text sections....

lildawg 08-28-2004 08:30 AM

What do you mean exactly by splash page?

Wizard 08-28-2004 06:58 PM

The doorway page mentioned in the first post in this thread....

The one that says "This is a demo store powered by the X-Cart..." then you click on it and it takes you to your site....

I am trying to figure out where to go to modify this page in v4.0 . ... a previous post says the text is in the Language files but I am unable to find it...

although I would rather find where it is called in a tpl so I can just bypass it

adpboss 08-28-2004 09:01 PM

LEARN TO USE WEBMASTER MODE

and then you won't have to make a bunch of redundant posts.

Wizard 08-29-2004 04:18 AM

wow
 
I appreciate you making me feel welcome and like I belong here....

Such a friendly place....

lildawg 09-01-2004 06:38 AM

Wizard: The splash page is actually named index.html in the xcart folder. Delete this and it will get rid of this step and take you right to the customer/home.php instead.

frankdux: To make it so your site always goes to your own choice of page create an index.php file that refers your customer to the page you want. An example of an index.php file would be this

<?
header("Location: catalog/yourcostumpage.html");
?>

Then put it into your root folder.

Hope these 2 answers help for the questions I saw asked later in this post. Let us know if you still have problems.

Wizard 09-01-2004 04:35 PM

Sweet
 
Now thats sweet... worked like a charm....thank you so very much!

Parrot 09-09-2004 01:49 PM

Mike,

Did you find the text file for the "welcome to x-cart..."?

It is in languages in the text files and on the last page under the text name txt_welcome.

You will also have to edit:
txt_site_title
txt_privacy_statement
txt_faq
txt_conditions_affiliate
txt_conditions_customer

Hope this helps!


All times are GMT -8. The time now is 02:40 PM.

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