Ejemplo n.º 1
0
 protected function get_table_classes()
 {
     $classes = parent::get_table_classes();
     $classes[] = 'wpsc-cart-item-table';
     return $classes;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->columns = array('product' => _x('Product', 'customer account - digital contents - table header', 'wp-e-commerce'), 'contents' => _x('Digital Contents', 'customer account - digital contents - table header', 'wp-e-commerce'));
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->columns = array('id' => __('Order Number', 'wpsc'), 'date' => __('Date', 'wpsc'), 'status' => __('Status', 'wpsc'), 'tracking_id' => __('Tracking ID', 'wpsc'), 'total' => __('Total', 'wpsc'));
 }