[wordpress插件] BASE Item List基本项目清单

wordpress 插件 文章 2020-02-29 13:10 527 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

BASE商品情報をリスト表示するショートコード:[BASE_ITEM] を使用可能にします。

Short code for listing BASE product information: Enable [BASE_ITEM].

ショートコードパラメータ

Shortcode parameter

    • q: 検索キーワード
    • q: search keyword

    • shop_id: ショップID(設定画面で固定化することもできます)
    • shop_id: Shop ID (can be fixed in the settings screen)

    • count: 表示件数(デフォルト:10[件])
    • count: number of items to display (default: 10 [items])

    • cache: 結果キャッシュ時間(デフォルト:60[秒])
    • cache: Result cache time (default: 60 [seconds])

    • name: 結果キャッシュ名(デフォルト:base_item_list)※複数箇所にショートコードを設置する場合に使用
    • name: Result cache name (default: base_item_list) * Use when setting short codes in multiple places

    ※shop_idについて

    ※ About shop_id

    shop_idの設定ミスに対するお問い合わせが増えています。

    Inquiries about shop_id setting errors are increasing.



    以下を参考にして下さい。

    Please refer to the following.

    ドメインがthebase.inの場合はサブドメインの部分
        

    If the domain is thebase.in, the subdomain part
        

    例)mt8.thebase.in -> mt8

    Example) mt8.thebase.in-> mt8

    ドメインがthebase.in以外の場合はドットをハイフンに変えたもの
        

    If the domain is other than thebase.in, change the dot to a hyphen
        

    例)mt8.theshop.jp -> mt8-theshop-jp

    Example) mt8.theshop.jp-> mt8-theshop-jp

    出力テンプレート

    Output template

    デフォルトのテンプレートはプラグインディレクトリ内にある「base_items.php」です。

    The default template is "base_items.php" in the plugin directory.

    有効化しているテーマフォルダ内にこのファイルをコピーすることでオリジナルの表示をさせることができます。

    You can display the original by copying this file into the activated theme folder.

    設定

    Settings

    管理画面 -> BASE商品リストより、BASE APIのアプリ情報を設定して下さい。

    Management screen-> Please set BASE API application information from BASE product list.

    ※ BASE APIは事前に申請が必要です。

    * BASE API requires an application in advance.

    https://developers.thebase.in/

    https://developers.thebase.in/

安装步骤

    1. Upload base-item-list.zip to the /wp-content/plugins/ directory
    2. base-item-list.zip 上载到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/base-item-list.1.1.1.zip
-EOF-

AI助手支持GPT4.0