Thread: Login Link
View Single Post
  #70  
Old 07-30-2010, 12:00 PM
 
Nour Nour is offline
 

Member
  
Join Date: Jul 2010
Posts: 29
 

Default Re: Login Link

I am lost
here is what I have done
edit [skin1]/common_templates.tpl and add:
Quote:
{elseif $main eq "mainlogin"}
{include file="customer/main/login.tpl"}

I add it that on the end of common_templates.tpl

step 2
I created a new tpl customer/main/login.tpl
and past the auth.tpl in it

Now just create the login.php file, with:

Quote:
<?

require "../smarty.php";
require "../config.php";
@include "./https.php";
require "./auth.php";

$smarty->assign("main","mainlogin");
$smarty->display("customer/home.tpl");

?>

the result
http://www.prestigedentalproducts.com/customer/login.php

it redirect me to
http://www.prestigedentalproducts.com/customer/index.php
Not Found



I have tried all different ways nothing worked !!!!!!!!!!!!!!!!

I have x-cart-4.3.2gold
__________________
x-cart-4.3.2gold
Reply With Quote