guldukat Posted July 24, 2011 Report Share Posted July 24, 2011 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 More sharing options...
oldbear Posted July 24, 2011 Report Share Posted July 24, 2011 hi, da drin es schon mal richtig; Du musst es in der _get- bzw. _buildData-Funktion halt noch belegen Grüsse Link to comment Share on other sites More sharing options...
guldukat Posted March 30, 2013 Author Report Share Posted March 30, 2013 und wie genau macht man das? Link to comment Share on other sites More sharing options...
ripley_one Posted February 5, 2014 Report Share Posted February 5, 2014 habs so gelöst, dass ich einfach aus der EXCLUDE Klammer das rausgenommen habe, was ich brauchte und drüber in das INCLUDE stück reingepackt habe... bei mir wars einfach ich brauchte die external_id. Danke für den Tipp!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.