public function __construct()
 {
     parent::__construct();
     $this->check_cart_items();
     $this->title = wpsc_get_checkout_title();
     $this->init_checkout_wizard();
 }
Esempio n. 2
0
function wpsc_checkout_title()
{
    echo wpsc_get_checkout_title();
}