mode101 Posted September 5, 2006 Report Share Posted September 5, 2006 Hi, ich bin auf der Suche nach der variable für den Artikelpreis. Anzahl (product_data.QTY) und Beschreibung habe ich schon, aber wie besorge ich mir den Artikelpreis? Hier mal mein Quelltext soweit ... {foreach name=aussen item=products_data from=$products} ... <td class="main"><font size="0" color="0066CC">{$products_data.QTY} x </font></td> <td class="main"><a href="{$products_data.LINK}"><font size="0" color="0066CC"> {$products_data.NAME|truncate:15:"...":true} </font></a></td> <td class="main">HIER SOLL DER PREIS REIN!!!</td> ... Gruß Link to comment Share on other sites More sharing options...
Guest thuhn01 Posted September 5, 2006 Report Share Posted September 5, 2006 Hi, ich bin auf der Suche nach der variable für den Artikelpreis. Anzahl (product_data.QTY) und Beschreibung habe ich schon, aber wie besorge ich mir den Artikelpreis? Hier mal mein Quelltext soweit ... {foreach name=aussen item=products_data from=$products} ... <td class="main"><font size="0" color="0066CC">{$products_data.QTY} x </font></td> <td class="main"><a href="{$products_data.LINK}"><font size="0" color="0066CC"> {$products_data.NAME|truncate:15:"...":true} </font></a></td> <td class="main">HIER SOLL DER PREIS REIN!!!</td> ... Gruß Scheinst da viel selbst gestrickt zu haben, also weiss ich nicht ob es bei Dir noch funktioniert. In meinem Template habe ich das so drin: <td align="right" style="width: 50%;"><span class="price">{$PRODUCTS_PRICE}</span><br> [/html] Sofern Du mit Smarty nicht zuviel rumgeschraubt hast sollte das eigentlich gehen?! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.