Jump to content
xt:Commerce Community Forum

Shop verliert Warenkorb


waldhufen

Recommended Posts

Ich habe mit einem ansich funktionieren xt-commerce 3.04sp2.1 das Problem, dass der Warenkorb bei klick auf Angebote und Home gelöscht wird.

Die dafür wohl verantwortlichen Zeilen aus dem index.html lautet:

-----------------------------------------snip---------------------------------------

<tr>

<td align="left" valign="top"><div id="menu"> <a href="http://meinshop-tt.de/shop">Home</a>

<a href="http://meinshop-tt.de/shop/specials.php">Angebote</a>

{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></div></td>

</tr>

-----------------------------------------snap---------------------------------------

Gibt es für "Home" und "Specials" sowas wie {#link_home#} bzw. {#link_specials#}? Oder liegt es gar nicht an diesen Links?

Ich bin für jede Hilfe sehr froh!!

Gruß,

Andreas

Link to comment
Share on other sites

Archived

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

×
  • Create New...