HTML Code Zeile bei leeren Shop ausblenden

  • Hallo zusammen, habe da mal wieder ein kleines Problem, ggf. können die HTML bzw. PHP Cracks mir weiterhelfen:


    Ich habe im Header ein HTML Feld in dem der Warenkorb und Summe angezeigt werden. Also auch bei 0 Artikeln und 0€


    Dieses ist dauerhaft zu sehen. Gibt es die Möglichkeit die drei HTML Zeilen auszublenden solange keine Artikel im Shop sind ? Also irgendeine Abfrage ggf. mit If über "widget_quantity_total" ?


    Beispiel Seite: http://www.anastasias-playground.de/


    Die drei Zeilen oben rechts:

    Code
    1. <br><a style="text-decoration: none;"href="http://www.anastasias-playground.de/cart/"><img src="../png_images/Shop.png"><font color="#ca044f">&nbsp;&nbsp;Warenkorb</font></a></br>
    2. <br><a style="text-decoration: none;"href="http://www.anastasias-playground.de/cart/"><span style="color: #FFFFFF; font-family: Arial; font-size: 12pt; font-weight: normal; font-style: normal;" class="widget_quantity_total"></span><font color="#ca044f">&nbsp;&nbsp;Artikel ausgewählt</font></a></br>
    3. <br><a style="text-decoration: none;"href="http://www.anastasias-playground.de/cart/"><span style="color: #FFFFFF; font-family: Arial; font-size: 12pt; font-weight: normal; font-style: normal;" class="widget_amount_total"></span><font color="#ca044f">&nbsp;Gesamtwert</font></a></br>