j.kt Posted November 12, 2005 Report Share Posted November 12, 2005 Hallo, ich m?chte gerne in der checkout_information.html nicht nur den Artikelnamen sondern auch die dazugeh?rige Art.Nr. darstellen. Die Anzeige- infos kommen wohl aus der $products_block, die in der checkout_confirmation.php erzeugt wird. Mehr hab ich bis jetzt nicht gefunden. Wei? jemand Rat? Danke. Link to comment Share on other sites More sharing options...
dabreese Posted November 12, 2005 Report Share Posted November 12, 2005 Mu?t in der Datei checkout_confirmation.php diese Zeile suchen. $data_products .= '<tr>'."\n".'<td width="80%" class="main" align="left" valign="top">'.$order->products[$i]['qty']. und das dranh?ngen !! $order->products[$i]['model']. Bei mir sieht die Zeile dann so aus ! $data_products .= '<tr>'."\n".'<td width="80%" class="main" align="left" valign="top">'.$order->products[$i]['qty'].' x '.$order->products[$i]['model']. ' '.$order->products[$i]['name'].'</td>'."\n".' ? ? ? ? ? ? ? ?<td width="100%" class="main" align="right" valign="top">'.$xtPrice->xtcFormat($order->products[$i]['final_price'], true).'</td></tr>'."\n"; MfG Dabreese Link to comment Share on other sites More sharing options...
j.kt Posted November 12, 2005 Author Report Share Posted November 12, 2005 Originally posted by dabreese@Nov 12 2005, 02:33 PM Mu?t in der Datei checkout_confirmation.php diese Zeile suchen. $data_products .= '<tr>'."\n".'<td width="80%" class="main" align="left" valign="top">'.$order->products[$i]['qty']. und das dranh?ngen !! $order->products[$i]['model']. Bei mir sieht die Zeile dann so aus ! $data_products .= '<tr>'."\n".'<td width="80%" class="main" align="left" valign="top">'.$order->products[$i]['qty'].' x '.$order->products[$i]['model']. ' '.$order->products[$i]['name'].'</td>'."\n".' ? ? ? ? ? ? ? ?<td width="100%" class="main" align="right" valign="top">'.$xtPrice->xtcFormat($order->products[$i]['final_price'], true).'</td></tr>'."\n"; MfG Dabreese Quoted post Super Service!! Danke Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.