예제 #1
0
 public function __construct($id)
 {
     parent::__construct();
     $this->show_tax = true;
     $this->show_total = true;
     $this->show_thumbnails = true;
     $this->show_shipping = true;
     $this->log = new WPSC_Purchase_Log($id);
     $this->items = $this->get_items();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
 }