Jump to content
xt:Commerce Community Forum

Artikelliste mit zusätzlicher Spalte ausstatten


guldukat

Recommended Posts

Solange man ein Feld aus der xt_products nimmt ist die Einbindung kein Problem.

Aber wie mach ich das wenn ich aus der xt_products_to_categories ein Feld in der Backend-Artikelliste darstellen will?

xtFramework/Classes/class.product.php


if($this->url_data['pg']=='overview' && !$this->url_data['edit_id'] && $this->url_data['new'] != true){
$params['include'] = array ('NEUESFELD','products_id','products_type', 'products_name_'.$language->code, 'products_model', 'products_quantity', 'products_price', 'products_status');
}else{
$params['exclude'] = array ('date_added', 'last_modified', 'products_average_rating', 'products_rating_count', 'products_ordered','products_transactions','language_code', 'external_id');
}
[/PHP]

Link to comment
Share on other sites

  • 1 year later...
  • 10 months later...

Archived

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

×
  • Create New...