[wordpress插件] Crowdfunding for WooCommerceWooCommerce的众筹

wordpress 插件 文章 2020-04-05 10:00 556 0 全屏看文

AI助手支持GPT4.0

评分
86
描述

Crowdfunding for WooCommerce plugin adds full crowdfunding support to WooCommerce.

WooCommerce的众筹插件为WooCommerce提供了全面的众筹支持。

When adding or editing a product, you will have the possibility to set for each product individually:

添加或编辑产品时,您可以为每个产品分别进行设置:

    • Goal (i.e. pledged) amount.
    • 目标(即认捐)金额

    • Start and end dates.
    • 开始和结束日期。

    • Custom “Back This Project” (i.e. “Add to Cart”) button labels.
    • 自定义“返回此项目”(即“添加到购物车”)按钮标签。

    • Enable “Open Pricing” (i.e. “Name Your Price”) functionality.
    • 启用“公开定价”(即“命名您的价格”)功能。

    Also you will be able to:

    您还可以:

      • Add a form, so your customers/users could add their custom campaigns directly from frontend.
      • 添加表格,以便您的客户/用户可以直接从前端添加其自定义广告系列。

      • Set custom HTML to show when project not yet started and/or ended.
      • 设置自定义HTML以在项目尚未启动和/或结束时显示。

      • Modify and choose where to display crowdfunding info, that is: goal remaining, time remaining, already pledged etc.
      • 修改并选择在哪里显示众筹信息,即:剩余目标,剩余时间,已承诺等。

      • Choose when and if to end the campaign (goal reached, time ended).
      • 选择何时以及是否结束广告系列(达到目标,结束时间)。

      • Choose which order statuses to count in pledged calculations.
      • 选择要在承诺的计算中计数的订单状态。

      • Style progress bars for time remaining, already pledged etc.
      • 设置进度条以显示剩余时间,已承诺的时间等。

      • Enable/disable emails on crowdfunding campaign ended, added and/or edited.
      • 启用,禁用众筹活动中的电子邮件已结束,添加和/或编辑。

      Shortcodes

      简码

      When displaying crowdfunding data for the product, you should use plugin’s shortcodes:

      在显示产品的众筹数据时,应使用插件的简码:

      Backers & Money Shortcodes

      支持者和金钱简码

        • [product_crowdfunding_total_sum] – total sum (i.e. funded to date) for current product (formatted as price).
        • [product_crowdfunding_total_sum] –当前产品的总金额(即迄今为止的金额)(格式为价格)。

        • [product_crowdfunding_total_backers] – total number of orders (i.e. backers) for current product.
        • [product_crowdfunding_total_backers] –当前产品的订单总数(即支持者)。

        • [product_crowdfunding_total_items] – total number of ordered items for current product.
        • [product_crowdfunding_total_items] –当前产品的订购商品总数。

        • [product_crowdfunding_list_backers] – list of backers for current product.
        • [product_crowdfunding_list_backers] –当前产品的支持者列表。

        • [product_crowdfunding_goal] – end goal for current product (formatted as price).
        • [product_crowdfunding_goal] –当前产品的最终目标(格式为价格)。

        • [product_crowdfunding_goal_remaining] – sum remaining to reach the end goal for current product (formatted as price).
        • [product_crowdfunding_goal_remaining] –达到当前产品最终目标的剩余总和(格式为价格)。

        • [product_crowdfunding_goal_remaining_progress_bar] – goal remaining as graphical progress bar.
        • [product_crowdfunding_goal_remaining_progress_bar] –目标保留为图形进度条。

        • [product_crowdfunding_goal_backers] – end goal (backers) for current product.
        • [product_crowdfunding_goal_backers] –当前产品的最终目标(支持者)。

        • [product_crowdfunding_goal_backers_remaining] – backers remaining to reach the end goal for current product.
        • [product_crowdfunding_goal_backers_remaining] –剩余支持者可以达到当前产品的最终目标。

        • [product_crowdfunding_goal_backers_remaining_progress_bar] – goal (backers) remaining as graphical progress bar.
        • [product_crowdfunding_goal_backers_remaining_progress_bar] –目标(支持者)保留为图形进度条。

        • [product_crowdfunding_goal_items] – end goal (items) for current product.
        • [product_crowdfunding_goal_items] –当前产品的最终目标(项目)。

        • [product_crowdfunding_goal_items_remaining] – items remaining to reach the end goal for current product.
        • [product_crowdfunding_goal_items_remaining] –为达到当前产品的最终目标而剩余的物品。

        • [product_crowdfunding_goal_items_remaining_progress_bar] – goal (items) remaining as graphical progress bar.
        • [product_crowdfunding_goal_items_remaining_progress_bar] –目标(项目)保留为图形进度条。

        Time Shortcodes

        时间短代码

          • [product_crowdfunding_startdate] – starting date for current product.
          • [product_crowdfunding_startdate] –当前产品的开始日期。

          • [product_crowdfunding_starttime] – starting time for current product.
          • [product_crowdfunding_starttime] –当前产品的开始时间。

          • [product_crowdfunding_startdatetime] – starting date and time for current product.
          • [product_crowdfunding_startdatetime] –当前产品的开始日期和时间。

          • [product_crowdfunding_deadline] – ending date for current product.
          • [product_crowdfunding_deadline] –当前产品的结束日期。

          • [product_crowdfunding_deadline_time] – ending time for current product.
          • [product_crowdfunding_deadline_time] –当前产品的结束时间。

          • [product_crowdfunding_deadline_datetime] – ending date and time for current product.
          • [product_crowdfunding_deadline_datetime] –当前产品的结束日期和时间。

          • [product_crowdfunding_time_remaining] – time remaining till deadline.
          • [product_crowdfunding_time_remaining] –到截止日期为止的剩余时间。

          • [product_crowdfunding_time_remaining_progress_bar] – time remaining as graphical progress bar.
          • [product_crowdfunding_time_remaining_progress_bar] –剩余时间作为图形进度条。

          More Shortcodes

          更多简码

            • [product_crowdfunding_add_new_campaign] – campaigns by users.
            • [product_crowdfunding_add_new_campaign] –用户的广告系列。

            • [crowdfunding_totals] – all crowdfunding campaigns (i.e. products) totals.
            • [crowdfunding_totals] –所有众筹活动(即产品)的总计。

            • [product_crowdfunding_add_to_cart_form] – backers (add to cart) HTML form.
            • [product_crowdfunding_add_to_cart_form] –支持者(添加到购物车)HTML表单。

            Feedback

            反馈

安装步骤

    1. Upload the entire plugin folder to the /wp-content/plugins/ directory.
    2. 将整个插件文件夹上传到 / wp-content / plugins / 目录。

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

    5. Start by visiting plugin settings at “WooCommerce > Settings > Crowdfunding”.

    6. 首先访问“ WooCommerce>设置>众筹”中的插件设置。

      Then try adding or editing a product.

    7. 然后尝试添加或编辑产品。

下载地址
https://downloads.wordpress.org/plugin/crowdfunding-for-woocommerce.3.1.2.zip
-EOF-

AI助手支持GPT4.0