Jump to content
xt:Commerce Community Forum

Sonderangebote - anpassen der Ausgabe


layout

Recommended Posts

Hi,

ich bin gerade dabei, Sonderangebote zu erstellen. Das klappt auch

ganz gut soweit, allerdings fehlt mir im Pulldown Menü die Artikelnr.

In der Datei admin/specials.php habe ich in Zeile 187 den entsprechenden

Ausgabecode entdeckt:


<td class="main"><?php echo ($sInfo->products_name) ? $sInfo->products_name . ' <small>(' . $xtPrice->xtcFormat($price,true). ')</small>' : xtc_draw_products_pull_down('products_id', 'style="font-size:10px"', $specials_array); echo xtc_draw_hidden_field('products_price', $sInfo->products_price); ?></td>
[/PHP]

Was muss ich denn ergänzen, bzw. anpassen, damit die Artikelnummer

ebenfalls angezeigt wird?

Vielen Dank!

T.C.

Link to comment
Share on other sites

  • 2 months later...

Archived

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

×
  • Create New...