コード例 #1
0
ファイル: cart.php プロジェクト: osuarcher/WP-e-Commerce
 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
ファイル: common.php プロジェクト: ashik968/digiplot
function wpsc_cart_title()
{
    echo wpsc_get_cart_title();
}