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: Hide download caption

    jey

    • Frisch an Board
    • Beiträge: 92
    • Geschlecht:
    Hide download caption
    am: 24. Februar 2016, 11:30:22
    In our downloadable products shows the shopping card page "Downloads:Zip file"

    We don't want display this caption in all area like shopping card, confirmation page, invoice, etc., so where i have to remove this caption?

    Linkback: https://www.modified-shop.org/forum/index.php?topic=34437.0
    Templateshop - Eine große Auswahl an neuen und modernen Templates für die modified eCommerce Shopsoftware

    Bonsai

    • Viel Schreiber
    • Beiträge: 4.127
    • Geschlecht:
    Re: Hide download caption
    Antwort #1 am: 24. Februar 2016, 11:37:39
    IF you open one of these html files you will find a tag that looks like this:

    Code: XML  [Auswählen]
    {#my_name#}

    And at top of the file a tag that includes a conf file:
    Code: XML  [Auswählen]
    {config_load file="$language/lang_$language.conf" section="product_info"}

    This conf files
    /lang/english/lang_english.conf
    /lang/german/lang_german.conf

    Contains then

    Code: XML  [Auswählen]
    my_value='Some text'

    And this 'Some text' text is what you see in the frontend of the shop.
    If you remove the {#my_text#} tags from all the html files, the text will dissapear. You also could remove the complete line in the conf file, but carefull!!! It revoves it from the whole shop and probably from a place where you still need it. So in most cases it is better to do the removals in the html (also for performance better)
    0 Antworten
    2557 Aufrufe
    20. März 2012, 11:12:37 von jey
    0 Antworten
    2610 Aufrufe
    12. April 2016, 11:53:22 von jey
    1 Antworten
    2501 Aufrufe
    01. Juni 2012, 06:47:58 von h-h-h
    1 Antworten
    2703 Aufrufe
    01. März 2012, 14:32:33 von kumpelmagnet
               
    anything