Jump to content
xt:Commerce Community Forum

Search the Community

Showing results for tags 'xt_bestseller_products'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • xt:Commerce - Professionelle eCommerce Shopsoftware
    • Fragen zur Software
    • xt:Commerce Plugins
    • xt:Commerce 4 Sprachen
    • xt:Commerce Online Handbuch
    • Häufige Fragen (FAQ)
    • Fragen zur Software (Pre Sale)
    • Anleitungen - Patches - Downloads
  • xt:Commerce Office - Shop & Warenwirtschaft
    • Allgemeine Fragen
  • xt:Commerce Allgemein
  • xt:Commerce 3 Shopsoftware Community Area (nur Lesen)
    • Allgemeine Diskussionen
    • Installation und Konfiguration
    • Shopbereich
    • Admininterface
    • Modul Entwicklung
    • Template System
    • xt:Commerce Schnittstellen ERP Systeme
    • PHP & MysQL Forum
    • HTML & CSS

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


ICQ


Yahoo


Jabber


Skype


Location


Interests


Biografie


Wohnort


Interessen


Beruf

Found 1 result

  1. Hallo Leute, das ist wahrscheinlich für alle anderen eine Selbstverständlichkeit, aber ich bekomm das einfach nicht gebacken. Bin blutiger Anfänger. Ich möchte gerne auf die xt_bestseller_products Seite außer "Unsere Top Artikel" noch ein paar informative Sätze hinzufügen. Ich dachte, das geht ganz einfach mit Content über den Content Manager und laut Handbuch kann man an beliebiger Stelle den folgenden Code setzen: {content cont_id=7 is_id=false} {$_content_7.content_title}<br /> {$_content_7.content_body} Aber wohin damit? Ich wollte das Template-File aus dem Ordner plugins/xt_bestseller_products/templates/boxes in mein Template kopieren und bearbeiten. Da gibt es nur die box_xt_bestseller_products.html. Ist das die richtige Datei? So sieht die aus: {if $curr_url != 'bestseller_products'} {include file="includes/box_sidebar_products.html" code="xt_bestseller_products" heading_text=$smarty.const.TEXT_HEADING_BESTSELLER_PRODUCTS product_listing=$_bestseller_products classes="" active="" _show_more_link=$_show_more_link _show_page_link=$smarty.const.ACTIVATE_XT_BESTSELLER_PRODUCTS_PAGE } {/if} Obigen Code hinein und das ganze in mein Template gespeichert: {if $curr_url != 'bestseller_products'} {include file="includes/box_sidebar_products.html" code="xt_bestseller_products" heading_text=$smarty.const.TEXT_HEADING_BESTSELLER_PRODUCTS {content cont_id=7 is_id=false} {$_content_7.content_title}<br /> {$_content_7.content_body} product_listing=$_bestseller_products classes="" active="" _show_more_link=$_show_more_link _show_page_link=$smarty.const.ACTIVATE_XT_BESTSELLER_PRODUCTS_PAGE } {/if} Und nichts passiert. Vielen Dank für eure Hilfe!
×
  • Create New...