|
|||
|
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 : Code:
{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}
{$navtrail} zeigt ja auch an wo man ist ! danke im voraus f?r eure antworten mfg Robert Hoppe |
![]() |
| Lesezeichen |
| Stichworte |
| frage, navigation |
| Themen-Optionen | |
| Ansicht | |
|
|