Jump to content
xt:Commerce Community Forum

Sortierung Nach Artieklnummer ?


nuelle

Recommended Posts

new_categorie.php

folgendes array um die gws?nschten eintr?ge erweitern.


$order_array=array(array('id' => 'p.products_price','text'=>TXT_PRICES),

          array('id' => 'pd.products_name','text'=>TXT_NAME),

          array('id' => 'p.products_ordered','text'=>TXT_ORDERED),

          array('id' => 'p.products_sort','text'=>TXT_SORT),

          array('id' => 'p.products_weight','text'=>TXT_WEIGHT),

          array('id' => 'p.products_quantity','text'=>TXT_QTY));

Link to comment
Share on other sites


$order_array=array(array('id' => 'p.products_price','text'=>TXT_PRICES),

         array('id' => 'pd.products_name','text'=>TXT_NAME),

         array('id' => 'p.products_ordered','text'=>TXT_ORDERED),

         array('id' => 'p.products_sort','text'=>TXT_SORT),

         array('id' => 'p.products_id','text'=>TXT_ID),

         array('id' => 'p.products_model','text'=>TXT_MODEL),

         array('id' => 'p.products_weight','text'=>TXT_WEIGHT),

         array('id' => 'p.products_quantity','text'=>TXT_QTY));

german.php

define('TXT_ID','Produkt ID');

define('TXT_MODEL','Produkt Model');

Link to comment
Share on other sites

Archived

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

×
  • Create New...