Skippi Posted March 15, 2010 Report Share Posted March 15, 2010 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 More sharing options...
objekt Posted March 15, 2010 Report Share Posted March 15, 2010 nutz mal die Suchfunktion im Forum. @oldbear hatte auch dieses Problem, und hat es rausgefunden.... Link to comment Share on other sites More sharing options...
Skippi Posted March 15, 2010 Author Report Share Posted March 15, 2010 Danke für deinen Hinweis, jetzt habe ich alle Beiträge durchgeschaut aber nichts gefunden. Banal, aber ich finde keine Lösung. Link to comment Share on other sites More sharing options...
oldbear Posted March 15, 2010 Report Share Posted March 15, 2010 hi, keine Ahnung, wo Du genau bist, sieht nach subpage_confirmation aus. Probier mal aus, statt type='form' --> type='img' zu nehmen ... Grüsse Link to comment Share on other sites More sharing options...
amilo Posted March 15, 2010 Report Share Posted March 15, 2010 Hallo, den Fehler hab ich auch mal gemacht. Das liegt daran, das du einen Formular Button ohne Formular erstellt hast, wie Oldbear auch schon geschrieben hat. MfG. Hansen Link to comment Share on other sites More sharing options...
Skippi Posted March 16, 2010 Author Report Share Posted March 16, 2010 .... ich danke oldbear für seine Hinweis mit dem img. Diese Lösung funktioniert!!! Danke!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.