haski07 Posted February 11, 2005 Report Share Posted February 11, 2005 Halli hallo alle zusammen, leider brauch ich wieder eure hilfe, vor kurzem habe ich mir ein neues Design gemacht in dem ich oben rechts im Header eine kleine box habe wo die Warenkorb Box reinsoll... Ich habe einiges ausprobiert aber es traten fehler auf. Es soll so sein das wenn mann keine Artikel im Warenkorb hat soll dort Sie haben noch keine Produkte in Ihrem Warenkorb stehen, und wenn man was im Warenkorb hat soll dort Sie habe X/Anzahl Produkte im Warenkorb stehen. Wie sollte dann der Code sein, leider kenn ich mich dammit nur sehr gering aus, aus diesem Grund dieser Thread. Ich hoffe ihr k?nnt mir helfen, danke schon im Vorraus. MFG KalsCom Elektronik Link to comment Share on other sites More sharing options...
haski07 Posted February 11, 2005 Author Report Share Posted February 11, 2005 Ich glaub so schwer ist das doch gar nicht oder? Kann mir den keiner helfen, ich raff das zeug einfach net. MFG KalsCom Elektronik Link to comment Share on other sites More sharing options...
techway Posted February 11, 2005 Report Share Posted February 11, 2005 Hi, {config_load file="$language/lang_$language.conf" section="boxes"} {if $empty=='false'} {$PRODUCTS} Artikel {else} 0 Artikel{/if} Gru? TechWay :rock: Link to comment Share on other sites More sharing options...
dukie6666 Posted February 11, 2005 Report Share Posted February 11, 2005 oder so: {if $deny_cart neq 'true'} <table width="170" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="infoBox_right2" align="left"><table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="boxText"><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td class="boxText"><img src="{$tpl_path}img/cart.jpg" alt="{$store_name}" /></td> <td class="boxText"> {if $empty=='false'} Derzeit befinden sich {$PRODUCTS} Produkt{if $PRODUCTS > 1}e{/if} im Warenkorb.<br/> <b>{#text_total#}: {$TOTAL}</b> {else} {#text_empty_cart#} {/if} </td> </tr> </table></td> </tr> </table></td> </tr> </table> Link to comment Share on other sites More sharing options...
haski07 Posted February 11, 2005 Author Report Share Posted February 11, 2005 danke euch beiden und wo kann ich den Text ?ndern ? Link to comment Share on other sites More sharing options...
dukie6666 Posted February 11, 2005 Report Share Posted February 11, 2005 na in der box_cart.html Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.