Konair23 Posted June 16, 2009 Report Share Posted June 16, 2009 Hallo, ich würde gerne ein Bild im Warenkorb integrieren. Leider funktioniert das nicht. Meine Cart.html sieht zu diesem Eintrag so aus: <td class="image" valign="middle" align="center"> <a href="{img img=$products_image type=m_popup path_only=true}" class="thickbox">{img img=$products_image type=m_info alt=$products_name}</a> Was muss ich ändern, damit das bild korrekt angezeigt wird? Link to comment Share on other sites More sharing options...
DjPro2k8 Posted May 7, 2010 Report Share Posted May 7, 2010 Hi, danke für den Beitrag hat mich echt weiter gebracht. Du musst auf die Variable $data zugreifen. In ihr sind alle produkt-infos drin. Versuch mal so (bei mir hats geklappt): <td><a href="{img img=$products_image type=m_popup path_only=true}" class="thickbox">{img img=$data.products_image type=m_info alt=$data.products_name}</a></td> Link to comment Share on other sites More sharing options...
extra Posted May 15, 2010 Report Share Posted May 15, 2010 Ja, Danke! Die Produktdarstellung im Warenkorb klappt bei mir auch! Allerdings ging der Link immer "ins Leere", von daher hab ich die Verlinkung auf die Produktseite gesetzt, so dass der Kunde zurück zum Artikel kommtn wenn er möchte. Kann ich darüberhinaus die einzelnen Inhalte der "{$data.products_information}" (BUI Produktkonfigurator) einzeln ausgeben lassen? z.B. die "Menge" getrennt von der Produktauswahl.. kann mir da jemand helfen? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.