[wordpress插件] Custom Products for WooCommerceWooCommerce的定制产品

wordpress 插件 文章 2020-04-09 11:30 564 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Custom Products for WooCommerce

WooCommerce的自定义产品

Offer your visitors a unique shopping experience.

为您的访客提供独特的购物体验。

This plugin gives you the ability to setup a store where your visitors can customize their products before buying them.

此插件使您能够设置商店,访客可以在购买商店之前自定义其产品。

Custom Products for WooCommerce is an extension for WooCommerce that adds a new level to the product-attribute hirearchy.

WooCommerce的自定义产品是WooCommerce的扩展,它为产品属性租用架构增加了新的层次。

Instead of assigning attributes to products, split products into multiple components and assign attributes to components.

将产品分为多个组件并为组件分配属性,而不是为产品分配属性。

It was made to be as universal as possible so you can customize pretty much every type of product.

它被设计成尽可能通用,因此您几乎可以自定义每种类型的产品。

See the demo to get an idea of what this plugin is capable of.

请参阅演示,以了解此插件的功能。

Some (but not all) features

某些(但不是全部)功能

    • Assign components to products
    • 将组件分配给产品

    • Add product specific component names
    • 添加特定于产品的组件名称

    • Add product specific component descriptions
    • 添加产品特定的组件说明

    • Assign attributes to components
    • 将属性分配给组件

    • Order components
    • 订单组件

    • Order attributes
    • 订单属性

    • Assign an image to product customizer or use products’ featured image
    • 将图像分配给产品定制程序或使用产品的特色图像

    • Animated components
    • 动画组件

    • Shortcode – customizer with filterable product selector
    • 短代码–具有可过滤产品选择器的定制器

    • Shortcode – single product customizer
    • 简码–单一产品定制程序

    • “Customize” button on product page for products that can be customized
    • 可定制产品的产品页面上的“定制”按钮

    • Add images to WooCommerce attributes
    • 将图像添加到WooCommerce属性

    • Images on product and attribute select dropdowns
    • 产品和属性选择下拉菜单上的图像

    • Add to cart with ajax
    • 使用ajax添加到购物车

    • Show what was customized on cart and checkout pages and invoice
    • 在购物车,结帐页面和发票上显示自定义的内容

    • Template system
    • 模板系统

    • Translation ready
    • 准备翻译

    • Seamlessly integrated into WooCommerce
    • 无缝集成到WooCommerce

    • Works with Polylang
    • 与Polylang一起使用

    • Works with WooSwatches
    • 使用WooSwatches

    Become a Premium user

    成为高级用户

    Custom Products for WooCommerce is also available in Premium version that adds a lot of features.

    WooCommerce的自定义产品也提供高级版本,该版本增加了许多功能。

    Premium features

    高级功能

      • Shortcode – components list w/wo add to cart button
      • 简码–组件列表,不添加到购物车按钮

      • Shortcode – customizer image
      • 简码–定制程序图像

      • Shortcode – add to cart button w/wo quantity field
      • 简码–添加到购物车按钮(不带数量字段)

      • Shortcode – customizer button
      • 简码-定制器按钮

      • Variable products integration
      • 各种产品集成

      • Use only default variation or all available variations
      • 仅使用默认版本或所有可用版本

      • Show variation (or featured) image if customizer image isn’t found
      • 如果找不到自定义图片,则显示变体(或精选)图片

      • Charge fees for customizing products

      • 定制产品的费用

          • Per order
          • 每笔订单

          • Per product
          • 每个产品

          • Per component
          • 每个组件

        • Edit text tag advanced settings (bold,italic,…)
        • 编辑文本标签高级设置(粗体,斜体,…)

        • Add text tag shadow
        • 添加文字标签阴影

        • 10 icon tags to choose from
        • 10个图标标记可供选择

        • Add a “Customize” button to cart page
        • 在购物车页面添加“自定义”按钮

        View all available features

        查看所有可用功能

    Shortcode

    简码

    [woocp product_ids="1,2,3" number_of_products="3" width="100%" order="ASC" orderby="title" class="classname" hide_msg_area="true" hide_select=

      [woocp product_ids =“ 1,2,3” number_of_products =“ 3” width =“ 100%” order =“ ASC” orderby =“ title” class =“ classname” hide_msg_area =“ true” hide_select = 

    "true"]

    “真正”]

    You can use the shortcode to get product customizer anywhere on your site.

    您可以使用简码在网站上的任何位置获取产品定制器。

    Shortcode accepts the following parameters:

    简码接受以下参数:

      • product_ids – a comma separated list of product IDs
      • product_ids –用逗号分隔的产品ID列表

      • category_ids – a comma separated list of category IDs
      • category_ids –用逗号分隔的类别ID列表

      • number_of_products – limit of produts to show
      • 产品数量–显示的产品数量

      • width – product customizer width (px, em, %, …)
      • width –产品定制程序的宽度(px,em,%,…)

      • image_width – customizer image width (%)
      • image_width –定制程序图像宽度(%)

      • list_width – components list width (%)
      • list_width –组件列表宽度(%)

      • class – classname(s) for CSS/JS purposes
      • class –用于CSS / JS的类名

      • order – order products (ASC, DESC)
      • 订购–订购产品(ASC,DESC)

      • orderby – order products by (none, ID, title, name, date, modified, rand)
      • orderby –按(无,ID,标题,名称,日期,修改,兰特)订购产品

      • hide_msg_area – hide/show WooCommerce loader and message section under the add to cart button (default: false)
      • hide_msg_area –隐藏/显示“添加到购物车”按钮下的WooCommerce加载程序和消息部分(默认值:false)

      • hide_select – hide/show product select dropdown (default: false)
      • hide_select –隐藏/显示产品选择下拉菜单(默认值:false)

      Note: You can only use category_ids OR products_ids in the shortcode.

      注意:您只能在简码中使用category_ids或products_ids。

      Support

      支持

      Contact me by Grrega.com contact form or find me on social media if you are in need of support.

      通过 Grrega.com联系表格与我联系,或者在社交媒体上找到我(如果需要支持)。

      Please take a look at the Custom Products for WooCommerce documentation as

      请查看 WooCommerce文档的自定义产品

      well.

      好吧。

      Translations

      翻译

      The plugin is translated using Transifex.

      该插件使用Transifex翻译。

      If you want to help out, please head over to the translation project on Transifex

      如果您想提供帮助,请前往Transifex上的翻译项目

      a>.

      a>。

安装步骤

SERVER REQUIREMENTS

服务器要求

    1. PHP version 5.4 or greater (PHP 7.2 or greater is recommended)
    2. PHP 5.4或更高版本(建议使用PHP 7.2或更高版本)

    3. MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
    4. MySQL 5.0或更高版本(建议使用MySQL 5.6或更高版本)

    AUTOMATIC INSTALLATION

    自动安装

      1. Log in to your WordPress dashboard, navigate to the Plugins menu and click Add New
      2. 登录到WordPress仪表板,导航至“插件”菜单,然后单击“添加新内容”

      3. In the search field type “Custom Products for WooCommerce” and click Search Plugins
      4. 在搜索字段中键入“ WooCommerce的自定义产品”,然后单击“搜索插件”

      5. Install the plugin by simply clicking “Install Now”
      6. 只需单击“立即安装”即可安装插件

      MANUAL INSTALLATION

      手动安装

      The manual installation method involves downloading the Custom Products for WooCommerce plugin and uploading it to your webserver via your favourite FTP application.

      手动安装方法涉及下载WooCommerce的自定义产品插件,然后通过您喜欢的FTP应用程序将其上传到您的网络服务器。

      The WordPress codex contains instructions on how to do this here.

      WordPress Codex包含有关如何执行此操作的说明,此处

下载地址
https://downloads.wordpress.org/plugin/custom-products-for-woocommerce.1.1.1.zip
-EOF-

AI助手支持GPT4.0