|
|||
|
Hallo,
da ich mich mit php leider nicht so gut auskenne, hoffe ich das mir jemand weiterhelfen kann diesen php Code Code:
{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a>
Code:
<ul class="headernav"> <li>hier Abmelden</li> <li>hier Ihr Konto</li> <li>hier Warenkorb</li> <li>hier Kasse</li> </ul> |
|
|||
|
hier Abmelden :
{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a>{php} } {/php}{/if} hier Ihr Konto: {if $account}<a href="{$account}">{#link_account#}</a>{/if} hier Warenkorb: <a href="{$cart}">{#link_cart#}</a> zur Kasse: <a href="{$checkout}">{#link_checkout#}</a> |
![]() |
| Lesezeichen |
| Stichworte |
| abmelden, code, html, kasse, konto, warenkorb |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Ausloggen | Ihr Konto | Warenkorb | Kasse | topseller | Installation und Konfiguration | 6 | 15.10.2007 23:14 |
| Konto Warenkorb Kasse anders platzieren | skales-it | Template System | 1 | 04.05.2007 10:21 |