• プラグイン一覧
    - 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 Amazon Pay > クラス > PayOnly
レファレンス
バージョン
2.6.4
絞り込み:

目次

  • ソース
  • 関数

フック

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

ファンクション

    クラス

    PayOnly

    Checkout review page for data and service division items

    ソース #ソース

    ファイル: src/Views/CheckoutReview/PayOnly/PayOnly.php

    class PayOnly extends Container
    {
        /**
         * Unloads `deliveryForm` component
         *
         * @author Evan D Shaw <evandanielshaw@gmail.com>
         * @param bool $load
         * @return bool
         */
        protected function filterLoadDeliveryForm($load) {
            $load = false;
            return $load;
        }
    
        /**
         * Unloads `giftForm` component
         *
         * @author Evan D Shaw <evandanielshaw@gmail.com>
         * @param bool $load
         * @return bool
         */
        protected function filterLoadGiftForm($load) {
            $load = false;
            return $load;
        }
    
        /**
         * Unloads `customCustomerFields` component
         *
         * @author Evan D Shaw <evandanielshaw@gmail.com>
         * @param bool $load
         * @return bool
         */
        protected function filterLoadCustomCustomerFields($load) {
            $load = false;
            return $load;
        }
    
        /**
         * Unloads `customDeliveryFields` component
         *
         * @author Evan D Shaw <evandanielshaw@gmail.com>
         * @param bool $load
         * @return bool
         */
        protected function filterLoadCustomDeliveryFields($load) {
            $load = false;
            return $load;
        }
    
        /**
         * Returns `AmazonCheckoutDetails` component with appropriate checkout session ID
         *
         * @author Evan D Shaw <evandanielshaw@gmail.com>
         * @return AmazonCheckoutDetails
         */
        protected function getAmazonCheckoutDetailsComponent() {
            return new AmazonCheckoutDetails($this->module, $_REQUEST['amazonCheckoutSessionId']);
        }
    
        /**
         * Returns `PurchaseButton` component
         *
         * @author Evan D Shaw <evandanielshaw@gmail.com>
         * @return PurchaseButton
         */
        protected function getPurchaseButtonComponent() {
            return new PurchaseButton('payonly', $this->module->getChargeType(), 'quickpay');
        }
    }
    

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


    関数 #関数

    Top ↑

    • filterLoadCustomCustomerFields — Unloads `customCustomerFields` component
    • filterLoadCustomDeliveryFields — Unloads `customDeliveryFields` component
    • filterLoadDeliveryForm — Unloads `deliveryForm` component
    • filterLoadGiftForm — Unloads `giftForm` component
    • getAmazonCheckoutDetailsComponent — Returns `AmazonCheckoutDetails` component with appropriate checkout session ID
    • getPurchaseButtonComponent — Returns `PurchaseButton` component

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

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

    ※Amazon、Amazon.co.jp、Amazon Payおよびそれらのロゴは、Amazon.com,inc.またはその関連会社の商標です。
    ※LINE Pay、およびLINE Pay 提携サービスのロゴは、法律上保護を受ける商標です。

    © 2025 Aivec llc All Rights Reserved.