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