• プラグイン一覧
    - WCEX Item Combo Set
    - WCEX Amazon Pay
    - WCEX Wishlist お気に入りリスト
  • リリース情報
  • お役立ちコラム
  • お問い合わせ
  • サポート
    • よくある質問
      • WCEX Amazon Pay
      • WCEX Wishlist お気に入りリスト
      • wcex-item-combo-set
    • リファレンス
      • WCEX Amazon Pay
      • WCEX Wishlist お気に入りリスト
      • wcex-item-combo-set
新規会員登録
ログイン
新規会員登録
ログイン
カート
  • プラグイン一覧
    • - WCEX Item Combo Set
    • - WCEX Amazon Pay
    • - WCEX Wishlist お気に入りリスト
  • リリース情報
  • お役立ちコラム
  • サポート
    • - よくある質問
      • - WCEX Amazon Pay
      • - WCEX Wishlist お気に入りリスト
      • - wcex-item-combo-set
    • - リファレンス
      • - WCEX Amazon Pay
      • - WCEX Wishlist お気に入りリスト
      • - wcex-item-combo-set
  • お問い合わせ
Aivec APPs > WCEX Wishlist お気に入りリスト > クラス > Wishlist
レファレンス
バージョン
3.1.6
絞り込み:
目的から探す
お気に入りデータを取得 お気に入りページのHTMLを取得 スナックバーアラート

目次

  • ソース
  • 関数
  • 更新履歴

フック

  • アクション
  • フィルター

ファンクション

  • データ取得
  • ユーティリティー
  • 条件判断
  • 表示系

このクラスは非推奨です。

クラス

Wishlist

A mirror of Welcart’s cart.class.php but instead of $_SESSION the database is used

ソース #ソース

ファイル: src/Deprecated/Wishlist.php

class Wishlist
{
    var $serial;
    var $table_name;

    function __construct() {
        $this->table_name = 'wishlist';
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function inWishlist() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function insert_into_db() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function upWishlist() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function cartToWishBatch() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function delCartBatch() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function wishToCartBatch() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return null
     */
    function wc_serialize() {
        return null;
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return array
     */
    function wc_unserialize() {
        return [];
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function delWishBatch() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function del_row() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function drop_entry() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function clear_wishlist() {
    }

    /**
     * Deprecated. Use `wcexwl_api_get_wishlist_item_count()` function instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return false
     */
    function num_row() {
        return false;
    }

    /**
     * Deprecated. Use `wcexwl_api_get_and_build_wishlist_items()` function instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return array
     */
    function get_wishlist() {
        return [];
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function in_serialize() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    function up_serialize() {
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return array
     */
    function key_unserialize() {
        return [];
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return int
     */
    function get_realprice() {
        return 0;
    }

    /**
     * Deprecated. Use API/*.php class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return int
     */
    function multiprice_get_price() {
        return 0;
    }
}

ソースを伸ばす ソースを縮める


関数 #関数

Top ↑

  • __construct
  • cartToWishBatch — Deprecated. Use API/*.php class methods instead. — 非推奨
  • clear_wishlist — Deprecated. Use API/*.php class methods instead. — 非推奨
  • del_row — Deprecated. Use API/*.php class methods instead. — 非推奨
  • delCartBatch — Deprecated. Use API/*.php class methods instead. — 非推奨
  • delWishBatch — Deprecated. Use API/*.php class methods instead. — 非推奨
  • drop_entry — Deprecated. Use API/*.php class methods instead. — 非推奨
  • get_realprice — Deprecated. Use API/*.php class methods instead. — 非推奨
  • get_wishlist — Deprecated. Use `wcexwl_api_get_and_build_wishlist_items()` function instead. — 非推奨
  • in_serialize — Deprecated. Use API/*.php class methods instead. — 非推奨
  • insert_into_db — Deprecated. Use API/*.php class methods instead. — 非推奨
  • inWishlist — Deprecated. Use API/*.php class methods instead. — 非推奨
  • key_unserialize — Deprecated. Use API/*.php class methods instead. — 非推奨
  • multiprice_get_price — Deprecated. Use API/*.php class methods instead. — 非推奨
  • num_row — Deprecated. Use `wcexwl_api_get_wishlist_item_count()` function instead. — 非推奨
  • up_serialize — Deprecated. Use API/*.php class methods instead. — 非推奨
  • upWishlist — Deprecated. Use API/*.php class methods instead. — 非推奨
  • wc_serialize — Deprecated. Use API/*.php class methods instead. — 非推奨
  • wc_unserialize — Deprecated. Use API/*.php class methods instead. — 非推奨
  • wishToCartBatch — Deprecated. Use API/*.php class methods instead. — 非推奨

更新履歴 #更新履歴

Top ↑

バージョン説明
3.0.0このクラスは非推奨です。

  • 新規会員登録
  • ログイン
    • プラグイン一覧
    • 会社概要
    • リリース情報
    • よくある質問
    • お役立ちコラム
    • お問い合わせ
    • 個人情報保護方針
    • 特定商取引法に基づく表記
    • 情報セキュリティ基本方針
    • 利用規約

アイベック合同会社は「Welcart」「Amazon Pay」の公式パートナーです。

※Amazon、Amazon.co.jp、Amazon Payおよびそれらのロゴは、Amazon.com,inc.またはその関連会社の商標です。

© 2025 Aivec llc All Rights Reserved.