ut2k3 Posted August 11, 2004 Report Share Posted August 11, 2004 welche variablen sind zust?ndig ... das der shop wei? wo ein user ist also wenn jemand auf im catalog rumsucht oder so ... ich br?uchte das f?r navitabs .... beim warenkorb habe ich das zum Beispiel so gel?st : {if $account}{php} if ($_SESSION['cart']->count_contents() == 0) { {/php}<a onmouseover="light('korb','korb2');" onmouseout="light('korb','korb1');" href="{$cart}"><img src="{$tpl_path}img/tab_cart2.gif" border="0" name="korb" !width="" !height=""></a></td>{php} } {/php}{/if} {if $account}{php} if ($_SESSION['cart']->count_contents() > 0) { {/php}<a href="{$cart}"><img src="{$tpl_path}img/tab_cart3.gif" border="0" name="korb" !width="" !height=""></a></td>{php} } {/php}{/if} nur ich br?uchte halt irgeneine variable die gesetz wird ... {$navtrail} zeigt ja auch an wo man ist ! danke im voraus f?r eure antworten mfg Robert Hoppe Link to comment Share on other sites More sharing options...
Guest HHGAG Posted August 11, 2004 Report Share Posted August 11, 2004 $_GET['cPath'] =) Link to comment Share on other sites More sharing options...
ut2k3 Posted August 12, 2004 Author Report Share Posted August 12, 2004 ok ich schau ma Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.