View Single Post
  #6  
Old 08-30-2004, 11:03 AM
 
shirtshop shirtshop is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 127
 

Default

Thanks Jon, there's no error message but a question

How do i activated the home_partnerid.tpl?

a partner can access now his category for example
www.shirtshop.nl/xcart/customer/home.php?partner=shirtshop

I change the script in your example this way:
if ($partner == "shirtshop") {
$smarty->display("customer/shirtshop.tpl");
}
else {
$smarty->display("customer/home.tpl");
}
?>

and open the skin1/customer/home.tpl and save this as shirtshop.tpl
__________________
ver 3.5.10 with a lot of customizing
now testing 4.4.1 smartytemplate
Reply With Quote