Jump to content
xt:Commerce Community Forum

Was ist das? Wo bekomm ich das her?


Recommended Posts

Wie wäre es mit zusätzliche Produktinfo??

Und das ganze Kleingetippt, in der mitte einen Unterstrich und mit .zip am Ende liefert dir bei Onkel Google das Modul als download:)

Ist auch relativ schnell eingebaut.

Link to comment
Share on other sites

Hey, vielen Dank. Habe es gefunden, nur ein Punkt ist jetzt noch. I bekomm das bestimmt iwie installiert aber diesen teil hier versteh i nit :(

Datenbankeintrag :

ALTER TABLE `products_description` ADD `products_mini_description` TEXT NULL ;

ALTER TABLE `products_description` ADD `products_midi_description` TEXT NULL ;

ALTER TABLE `products_description` ADD `products_maxi_description` TEXT NULL ;

neue Dateien :

inc/xtc_get_mini_description.inc.php

inc/xtc_get_midi_description.inc.php

inc/xtc_get_maxi_description.inc.php

Was muss i machen? Die anderen sahen änder i in den php.dateien, das is kein problem aber das is zuviel.

Kann mir jmd. helfen?

Link to comment
Share on other sites

ALTER TABLE `products_description` ADD `products_mini_description` TEXT NULL ;

ALTER TABLE `products_description` ADD `products_midi_description` TEXT NULL ;

ALTER TABLE `products_description` ADD `products_maxi_description` TEXT NULL ;

Mittels PHPMyAdmin direkt in der Datenbank ausführen

inc/xtc_get_mini_description.inc.php

inc/xtc_get_midi_description.inc.php

inc/xtc_get_maxi_description.inc.php

Dateien in den Ordner /inc einfügen

Link to comment
Share on other sites

  • 4 months later...

hallo

ich bräuchte auch mal eure Hilfe.

Ich sitze jetzt auch schon seit ein paar Stunden an den "erweiterten Produktbeschreibungen".

Ich habe alle Änderungen wie beschrieben vorgenommen und über mySQL die Datenbankeinträge erstellt.

Nun erhalte ich beim Aufruf einer Artikelbeschreiung folgende Fehlermeldung:

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM orders_products opa, orders_products opb, orders o, products p, products_de' at line 16

select p.products_fsk18, p.products_id, p.products_price, p.products_tax_class_id, p.products_image, pd.products_name, p.products_vpe, p.products_vpe_status, p.products_vpe_value, pd.products_short_description, pd.products_mini_description, pd.products_midi_description, pd.products_maxi_description, FROM orders_products opa, orders_products opb, orders o, products p, products_description pd where opa.products_id = '2' and opa.orders_id = opb.orders_id and opb.products_id != '2' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' and pd.language_id = '2' and opb.products_id = pd.products_id group by p.products_id order by o.date_purchased desc limit 6

[XT SQL Error]

Ich kann da leider im Moment nichts mit anfangen wie ich den Fehler beheben kann und was diese Meldung überhaupt aussagt.

Kann mir da von euch eventuell jemand weiter helfen?

Vielen Dank

Gruss Roman

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...