Jump to content
xt:Commerce Community Forum

Button im Warenkorb keine Funktionim IE


Skippi

Recommended Posts

Hallo,

ich wollte meinen Warenkorb umstellen, leider funktionieren die Button nicht im IE6-IE8, im Firefox, Chrome und Safari geht alles.

Woran könnte das liegen?

{if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1'}
<div class="boxWrap" id="boxCart">
<div class="boxBody cart">
{if $show_cart_content == true}
<h5>{txt key=TEXT_CART}</h5>
<p class="cart1">
{txt key=TEXT_ARTICLE}: <span
class="cart_text">{$content_count}</span> <br />
<strong>{txt key=TEXT_TOTAL}: {$cart_total}</strong></p>
<a href="{link page='cart' conn=SSL}">{button text=$smarty.const.CART file='cart.gif' type='form' btn_template='tpl_button_1.gif' space_left='15'}</a> <a href="{link page='checkout' paction='shipping' conn=SSL}">{button text=$smarty.const.KASSE file='kasse.gif' type='form' btn_template='tpl_button_1.gif' space_left='15'}</a>
{else}
<h5>{txt key=TEXT_CART}</h5>
<p class="cart1">{txt key=TEXT_ARTICLE}: <span class="cart_text">0 </span></p>
<p class="cart_strong">{txt key=TEXT_TOTAL}: 0,00 EURO</p>
<a href="{link page='cart' conn=SSL}">{button text=$smarty.const.CART file='cart.gif' type='form' btn_template='tpl_button_1.gif' space_left='15'}</a> <a href="{link page='checkout' paction='shipping' conn=SSL}">{button text=$smarty.const.KASSE file='kasse.gif' type='form' btn_template='tpl_button_1.gif' space_left='15'}</a>
{/if}
<p><a href="{link page='cart' conn=SSL}">{txt key=TEXT_CART} »</a></p>
</div>
</div>
{/if}[/HTML]

Der Link: <p><a href="{link page='cart' conn=SSL}">{txt key=TEXT_CART} »</a></p>

Funktioniert problemlos.

Danke im Vorraus für eure Hilfe!

Link to comment
Share on other sites

Archived

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

×
  • Create New...