Jump to content
xt:Commerce Community Forum

Kasse und Konto von "abmelden" trennen


Jeannie

Recommended Posts

.... Kasse und Konto sollen wo anders stehen, was muss ich alles mit nehmen, und was muss bei logoff bleiben ???

{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#} | {php} } {/php}{/if}{if $account}{#link_account#} | {/if} {#link_checkout#}

Wie immer danke ich im voraus !!

Gruß

Jeannie

Link to comment
Share on other sites

Moin Jeannie,

kannst Du aufsplitten - so müsste es gehen:

Kasse und Konto

{if $account}{#link_account#} | {/if} {#link_checkout#}
Logout
{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#} | {php} } {/php}{/if}[/code]

Die Pipes | kannst Du rausnehmen oder durch irgendwas anderes ersetzen.

Cheers,

J

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...