Trade Republic - Provisionsfrei Aktien handeln
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: I want to add CSS in smarty

    papalife

    • Mitglied
    • Beiträge: 174
    I want to add CSS in smarty
    am: 18. März 2014, 09:34:50
    Hello,

    I have this {$box_content.PRODUCTS_SHIPPING_LINK} and I want to add CSS only in this link. I dont want to touch STYLESHEET.CSS file. How ?? {$box_content.PRODUCTS_SHIPPING_LINK} is a link.

    Thanks

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

    Modulfux

    • Experte
    • Beiträge: 3.590
    • Geschlecht:
    Re: I want to add CSS in smarty
    Antwort #1 am: 18. März 2014, 10:31:46
    Add an inline style to this variable PRODUCTS_SHIPPING_LINK in the correpondent php-file.

    noRiddle (revilonetz)

    • Experte
    • Beiträge: 13.991
    • Geschlecht:
    Re: I want to add CSS in smarty
    Antwort #2 am: 19. März 2014, 15:29:49
    Better, do it with the regex_replace modifier directly in the template,
    as explained by me in another thread where you asked how to format the price.

    Gruß,
    noRiddle
    15 Antworten
    1509 Aufrufe
    27. April 2023, 13:51:26 von noRiddle (revilonetz)
    2 Antworten
    3046 Aufrufe
    10. Juli 2009, 00:00:16 von bencore
    7 Antworten
    4282 Aufrufe
    10. Juni 2009, 08:42:09 von Tomcraft
    1 Antworten
    2162 Aufrufe
    07. April 2013, 14:34:16 von Modulfux
               
    anything