Jump to content
xt:Commerce Community Forum

Abmelden | Ihr Konto | Warenkorb | Kasse - in anderen HTML Code


SonGoku

Recommended Posts

Hallo,

da ich mich mit php leider nicht so gut auskenne, hoffe ich das mir jemand weiterhelfen kann diesen php 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>
in diesem HTML Teil einzufügen.
<ul class="headernav">

	<li>hier Abmelden</li>

	<li>hier Ihr Konto</li>

	<li>hier Warenkorb</li>

	<li>hier Kasse</li>

	</ul>[/code]

Danke schön

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Archived

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

×
  • Create New...