Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Vcard zum Download im Footer unter Zahlungsmetoden hinzufügen

    longchuan

    • Viel Schreiber
    • Beiträge: 640
    • Geschlecht:
    Ich probier mich schon eine ganze weile damit herum.
    bekomme es aber nicht wirklich hin wie man sieht.
    Würde gerne Vcard zum Download anzeigen lassen im Footer Siehe Bild.
    Shop 2.0.3.0 Org Responsive Teplatte
    Folgenden Text habe ich in der box_miscellaneous.html eingefügt
    Code: Text  [Auswählen]
    {config_load file="$language/lang_$language.conf" section="boxes"}
    {config_load file="lang_`$language`.custom"}
    <div class="box3">
      <div class="box3_header">{#heading_miscellaneous#}</div>
      <div class="box3_line"></div>
      <p><img style="max-width:25%;" src="{$tpl_path}img/img_eustandardtransfer.png" alt="Euro" />
         <img style="max-width:25%;" src="{$tpl_path}img/img_paypalclassic.png" alt="paypal" />
         <img style="max-width:25%;" src="{$tpl_path}img/img_cash.png" alt="cash" />
      </p>
    </div>
    <div class="box3">
      <div class="box3_header">{#heading_miscellaneous1#}</div>
      <div class="box3_line"></div>
    <p><img style="max-width:25%;"><a target="_blank" href="https://www.kubotanshop.at/images/Kubotanshop.vcf"><img style="max-width:50%;height:auto;" src="{$smarty.const.DIR_WS_BASE}templates/{$smarty.const.CURRENT_TEMPLATE}/img/vcard.png" alt=„card“/></p>
      /a></p>

    </div>
    habe ich probiert

    danke für jeden Tip

    LG

    Linkback: https://www.modified-shop.org/forum/index.php?topic=38196.0
    Shop Hosting

    Modulfux

    • Experte
    • Beiträge: 3.590
    • Geschlecht:
    Re: Vcard zum Download im Footer unter Zahlungsmetoden hinzufügen
    Antwort #1 am: 07. November 2017, 12:45:26
    Den fehler siehst du doch in der Ausgabe.

    Ändere
    Code: PHP  [Auswählen]
    <p><img style="max-width:25%;"><a target="_blank" href="https://www.kubotanshop.at/images/Kubotanshop.vcf"><img style="max-width:50%;height:auto;" src="{$smarty.const.DIR_WS_BASE}templates/{$smarty.const.CURRENT_TEMPLATE}/img/vcard.png" alt=„card“/></p>
      /a></p>
    in
    Code: PHP  [Auswählen]
    <p><img style="max-width:25%;"><a target="_blank" href="https://www.kubotanshop.at/images/Kubotanshop.vcf"><img style="max-width:50%;height:auto;" src="{$smarty.const.DIR_WS_BASE}templates/{$smarty.const.CURRENT_TEMPLATE}/img/vcard.png" alt=„card“/></a></p>

    longchuan

    • Viel Schreiber
    • Beiträge: 640
    • Geschlecht:
    Re: Vcard zum Download im Footer unter Zahlungsmetoden hinzufügen
    Antwort #2 am: 07. November 2017, 13:05:39
    Super Danke Modulfux
    und wie bekomme ich noch das Wort VCard über das Simbol
    Danke
    5 Antworten
    3016 Aufrufe
    19. Juni 2019, 10:08:32 von Timm
    15 Antworten
    7616 Aufrufe
    26. Januar 2015, 17:46:15 von Emma2011
    16 Antworten
    13860 Aufrufe
    07. Juli 2011, 14:14:52 von Tomcraft
               
    anything