Jump to content
xt:Commerce Community Forum

Warenkorb Box ?ndern...


haski07

Recommended Posts

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

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

Archived

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

×
  • Create New...