[wordpress插件] Dizzyjam迪兹贾姆

wordpress 插件 文章 2020-04-20 01:50 599 0 全屏看文

AI助手支持GPT4.0

评分
80
描述

Plugin for integrating your DizzyJam shop into your WordPress website by taking advantage of the public Dizzyjam API (documented

用于利用公共Dizzyjam API将 DizzyJam 商店集成到WordPress网站的插件(已记录

="http://www.dizzyjam.com/apidoc/" rel="nofollow">here).

=“ http://www.dizzyjam.com/apidoc/” rel =“ nofollow”>此处)。

This plugin displays your DizzyJam merchandise on your WordPress blog, and enables the visitors to make purchases directly via the blog pages.

该插件可在WordPress博客上显示您的 DizzyJam 商品,并使访问者可以直接通过博客页面进行购买。

/>

/>

You can also use this plugin to manage your shop (settings and products) directly via the WordPress administration pages.

您还可以使用此插件直接通过WordPress管理页面来管理您的商店(设置和产品)。

Plugin Settings

插件设置

After a successful installation, you should see a Dizzyjam entry in the WP Admin navigation menu.

成功安装后,您应该在WP Admin导航菜单中看到 Dizzyjam 条目。

This link will take you to the plugin administrative settings.

该链接将带您进入插件管理设置。

Initially, the settings consist of two fields – Auth ID and API Key.

最初,设置包含两个字段-验证ID API密钥

You need to fill in your DizzyJam API ID and Key values, and then press the Get Shop Data button.

您需要填写DizzyJam API的 ID Key 值,然后按 Get Shop Data 按钮。

If your credentials are valid, the plugin will load the information for your shop(s) along with the products you have in them.

如果您的凭据有效,则该插件将加载您商店的信息以及其中的产品。

When shop data is successfully loaded, you will also have access to the following settings:

商店数据成功加载后,您还可以访问以下设置:

    1. Shop – The ID of the DizzyJam shop that WordPress will work with (in case you have multiple shops under your API ID).
    2. 商店 – WordPress将与之配合使用的DizzyJam商店的ID(如果您的API ID下有多个商店)。

    3. Country – Used for to determine default currency and shipping fees for the merchandise.
    4. 国家/地区 –用于确定商品的默认货币和运费。

    5. Products per page – Number of items to display on a single page.

    6. 每页产品 –在单个页面上显示的项目数。

    7. Cache time – Items retrieved from the DizzyJam API will be cached for this duration.

    8. 缓存时间 –从DizzyJam API检索的项目将在此持续时间内被缓存。

    Adding the DizzyJam product listing to a page

    将DizzyJam产品列表添加到页面中

      1. Create a new WordPress page, or open up an existing page for editing in the Administration menu.
      2. 创建一个新的WordPress页面,或在“管理”菜单中打开一个现有页面进行编辑。

      3. Add the shorttag [dizzyjam] inside the page contents.
      4. 在页面内容内添加快捷方式 [dizzyjam]

      Adding a link to the DizzyJam basket

      将链接添加到DizzyJam购物篮

        1. Edit your Posts template and call the function get_dj_basket(), as in:
        2. 编辑您的Posts模板并调用函数 get_dj_basket(),如下所示: <?php get_dj_basket()?>

        3. This function takes a single optional argument, which provides the name of the page that contains the [dizzyjam] shorttag, eg:

        4. 此函数采用单个可选参数,该参数提供包含 [dizzyjam] 短标签的页面名称,例如: <?php get_dj_basket('my-custom-shop-

          url') ?>

        5. url')?>

        6. By default the function will generate a path pointing to the page name “shop”
        7. 默认情况下,该函数将生成指向页面名称“ shop”的路径

        Editing DizzyJam shop settings

        编辑DizzyJam商店设置

          1. Click on the Dizzyjam button in the WordPress Administration menu
          2. 点击WordPress管理菜单中的 Dizzyjam 按钮

          3. Click on the Shop Profile link that will appear under the DizzyJam category
          4. 点击将出现在DizzyJam类别下的商店资料链接

          5. Fill in the desired settings and submit them using the Update button
          6. 填写所需的设置,然后使用 Update 按钮提交

          Managing products

          管理产品

            1. Click on the DizzyJam button in the WordPress Administration menu
            2. 点击WordPress管理菜单中的 DizzyJam 按钮

            3. Click on the Products link that will appear under the DizzyJam category
            4. 单击将出现在DizzyJam类别下的产品链接

            5. You will get a product listing where you can:

            6. 您将获得以下产品清单:

                • Edit/View/Remove the current products
                • 编辑/查看/删除当前产品

                • Add new products by using the Create new button near the top of the page
                • 使用页面顶部附近的创建新按钮添加新产品

            Plugin homepage

            插件主页

安装步骤

Automatic

自动

    1. Automatic Plugin Installation
    2. 自动插件安装

    3. Go to Plugins > Add New > Upload.
    4. 转到插件>添加新内容>上传。

    5. Click on the Browse button and select the .zip archive from your local computer.
    6. 单击“浏览”按钮,然后从本地计算机中选择.zip存档。

    7. Click Install Now to install the WordPress Plugin.
    8. 单击立即安装以安装WordPress插件。

    9. If this is the first time you’ve installed a WordPress Plugin, you may need to enter the FTP login credential information.

    10. 如果这是您首次安装WordPress插件,则可能需要输入FTP登录凭据信息。

      If you’ve installed a Plugin before, it will still have the login information.

      如果您以前安装过插件,它仍将具有登录信息。

      This information is available through your web server host.

    11. 可通过您的Web服务器主机获得此信息。

    12. Click Proceed to continue with the installation.

    13. 单击“继续”继续安装。

      The resulting installation screen will list the installation as successful or note any problems during the install.

    14. 出现的安装屏幕将列出安装成功或在安装过程中记录任何问题。

    15. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.
    16. 如果成功,请单击“激活插件”以将其激活,或者单击“返回插件安装程序”以执行进一步的操作。

    Manual

    手册

      1. Download your WordPress Plugin to your desktop.
      2. 将WordPress插件下载到桌面上。

      3. If downloaded as a .zip archive, extract the Plugin folder to your desktop.
      4. 如果以.zip压缩文件的形式下载,请将Plugin文件夹解压缩到您的桌面。

      5. With your FTP program, upload the Plugin folder to the wp-content/plugins folder of your WordPress installation.
      6. 使用您的FTP程序,将Plugin文件夹上载到WordPress安装的wp-content / plugins文件夹中。

      7. Go to Plugins screen and find the newly uploaded Plugin in the list.
      8. 转到“插件”屏幕,然后在列表中找到新上载的插件。

      9. Click Activate Plugin to activate it.
      10. 单击“激活插件”以将其激活。

下载地址
https://downloads.wordpress.org/plugin/dizzyjam.zip
-EOF-

AI助手支持GPT4.0