예제 #1
0
 public function __construct()
 {
     parent::__construct();
     require_once WPSC_TE_V2_CLASSES_PATH . '/cart-item-table.php';
     require_once WPSC_TE_V2_CLASSES_PATH . '/cart-item-table-form.php';
     $this->view = 'cart';
     $this->title = wpsc_get_cart_title();
     $this->init_cart_item_table();
 }
예제 #2
0
function wpsc_cart_title()
{
    echo wpsc_get_cart_title();
}