Shop => keine Suchergebnisse

  • chrsitian chrsitian
    Padawan
    0 x
    47 Beiträge
    0 Hilfreiche Beiträge
    10. 09. 2006, 23:03

    T3 4.0.1
    tt_products 2.5.1
    fh_library 0.0.11
    table 0.1.5

    [TS]Constants

    plugin.tt_products.priceDecPoint = ,
    plugin.tt_products.priceThousandPoint = .
    plugin.tt_products.alwaysInStock = 1
    plugin.tt_products.PIDuserFolder = 28
    plugin.tt_products.createUsers = 1
    plugin.tt_products.PIDstoreRoot = 32
    plugin.tt_products.PIDbasket = 30
    plugin.tt_products.limit = 3[/TS]

    hat die Shop-Ver 2.5.1 einen Bug ?
    auf frischen Neuinstallationen bekomme ich keine Suchergebnisse angezeigt.


  • 1
  • chrsitian chrsitian
    Padawan
    0 x
    47 Beiträge
    0 Hilfreiche Beiträge
    12. 09. 2006, 08:57

    Ergänzung:

    die Suchoptionen sind richtig eingestellt, d.h.

    [TS]plugin.tt_products.stdSearchFieldExt = title, subtitle, note[/TS]

    trotzdem werden Suchwörter die in dem Titel/Untertitel vorkommen nicht
    gefunden.

    kann das jemand bestätigen ?

    einen Fehler habe ich bereits gefunden:

    in der ext_tables.sql fehlt in Zeile 47 ein Komma.

    1. CREATE TABLE tt_products (
    2. ......
    3. handling decimal(19,2) DEFAULT '0.00' NOT NULL
    4. ....)

    Tschau
    Christian

  • chrsitian chrsitian
    Padawan
    0 x
    47 Beiträge
    0 Hilfreiche Beiträge
    13. 09. 2006, 23:26

    Hallo nochmals,

    also so langsam, dreh ich am Rad.
    in der neuesten tt_products 2.5.1 vom 12.09.2006

    heißt es in der

    view/class.tx_ttproducts_list_view.php

    $sword = t3lib_div::_GP('sword');

    die Variabeln heissen doch sonst immer swords und nicht sword.

    Wie auch immer, ich geb es mit den neuesten Versionen auf.

    Kennt jemand eine tt_products Version, in der die Suche und das Blättern in der
    Suche funktioniert ?

    Tschau
    Christian

  • Flink Flink
    Jedi-General
    0 x
    1663 Beiträge
    0 Hilfreiche Beiträge
    18. 09. 2006, 13:10

    [quote="chrsitian"]
    $sword = t3lib_div::_GP('sword');

    die Variabeln heissen doch sonst immer swords und nicht sword.
    [/quote]

    Das mußte geändert werden, damit cHash das unterstützt:

    [url=http://typo3.org/development/articles/the-mysteries-of-chash/page/4/?tx_rlmpofficedocuments_pi1%5Bview%5D=multiple&cHash=6fa83ee620]Appendix: Hardcoded Frontend parameters[/url]

    Anbei zum Testen
    [url=http://fholzinger.com/development/tt_products-2.5.1.5.tar.gz]tt_products-2.5.1.5.tar.gz[/url]

  • 1