Jump to content
xt:Commerce Community Forum

Checkout_confirmation Artikelnummer


j.kt

Recommended Posts

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

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

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!! :rolleyes:

Danke

Link to comment
Share on other sites

Archived

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

×
  • Create New...