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)
-   -   cannot connect link to page (https://forum.x-cart.com/showthread.php?t=15837)

mmoskva 08-11-2005 07:39 AM

cannot connect link to page
 
I made a seperate login page and it works like the like how is was supposed to in the posting but I am having trouble changing the page links. When a user log(s)in I don't want the page to link to:
store/help.php?section=Login

Because their not really trying to get help to recover their password. I would like it to read something like this:
store/customer/home.php?main=Login


My Changes:

1.I tried changing the path of the index.tpl to:
{if $section eq "Login"}
{include file="customer/Login.tpl"}

{elseif $section eq "Login_message"}
{include file="customer/Login_message.tpl"}

{elseif $section eq "Login_error"}
{include file="customer/Login.tpl"}

2. I positioned the Login.tpl in the customer folder
3. I changed the link button in the head.tpl to read: {$lng.lbl_login}

I just get directed back to the same home.php page, no login page. I don't know what I am doing wronge? I need some help.

balinor 08-15-2005 03:01 PM

Check your case...i.e. login is not the same as Login


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

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