PDA

View Full Version : Tried to add a link to the login page to no avail...


cathobby
June 4th, 2003, 07:53 PM
Hi again,
Say, I was looking through the forums and there was a topic about adding a link to the login page. It stated to do something like this:

http://www.YourSite.com/index.php?show_login=1&shipping_info=1

I tried this and... ummm... ours doesn't work. It just shows a blank center page. Here's our link:

http://www.cathobby.com/index2.php?show_login=1&shipping_info=1

(note: we're still developing, so our main page is called index2 for now)

Thoughts?

Jamie
June 5th, 2003, 10:17 PM
That link only seems to work when you have something in your shopping cart.

Try this:

in your cart page, below this line:

include "$cart_isp_root/cart_content.php" ;


add this line:

if ($show_sep_login) login();


Then, make your URL:
http://www.yoursite.com/index.php?show_sep_login=1&shipping_info=1

Thanks,
Jamie