WooCommerce Start

WooCommerce Start

目录:

  1. Minimum Requirements

  2. WooCommerce taxonomies and post types

  3. Database Description

  4. WooCommerce Pages

  5. WooCommerce 101 Video Series

  6. Set Up Products

  7. Sell Products

  8. Shipping

  9. Manage Order

  10. Sales Report

  11. 资料引用


一. Minimum Requirements

PHP 5.6 or greater
MySQL 5.6 or greater
WooCommerce 2.5 requires WordPress 4.1+
WooCommerce 2.6 requires WordPress 4.4+
WP Memory limit of 64 MB or greater (128 MB or higher is preferred)

Option Item:
1. CURL or fsockopen support for PayPal IPN
2. Some of our extensions require SOAP support
3. An SSL certificate if you wish to install direct payment gateways
4. Multibyte String support if you’re running a non-english store
5. If you want WordPress pretty-permalinks, there are some additonal requirements listed here

二. WooCommerce taxonomies and post types

WooCommerce installs the following post types and taxonomies (the first levels are post types and the second levels are taxonomies for their top-level post type)

  1. Produce: product

    • Product categories: product_cat

    • product tage: product_tag

  2. Product variation: product_variation (these are hidden from the UI)

  3. Shop order: shop_oder

    • Order statuses: shop_order_status

    • Order refunds: sho_order_refund

  4. Shop coupon: shop_coupon

  5. shop webhook: sho_webhook

三. Database Description

See: [WooCommerce Database Description]()

四. WooCommerce Pages

Upon installation, WooCommerce creates the following new pages via the Onboarding Wizard:

  1. Shop – No content required.

  2. Cart – Contains [woocommerce_cart] shortcode.

  3. Checkout – Contains [woocommerce_checkout] shortcode.

  4. My Account – Contains [woocommerce_my_account] shortcode.

五. WooCommerce 101 Video Series

  1. WooCommerce Account Setup

六. Set Up Products

  1. Add Product Categories Tags Attributes

    1. Manage Categories and Tags

    2. Attribute easy filter categories

  2. Add Product

    1. Product Type

        1. simple
        2. group
        3. vitrual
        4. downloadable 
    2. Inventory

    3. Shipping

    4. Linked Products

        1. up-sell - product page  - displayed on the product details page. These are products that you may wish to encourage users to upgrade,
        2. Cross-sells - cart page - are products that are displayed with the cart and related to the user’s cart contents. As an example, if the user adds a Nintendo DS to their cart, you may want to suggest they purchase a spare stylus when they arrive at the cart page. 
        3. Grouping - Use this to make a product part of a grouped product. See the Grouped Products section of this doc.
    5. Attributes

    6. Advanced

        * Purchase note – Enter an optional note to send the customer after they purchase the product.
        * Menu order – Custom ordering position for this item.
        * Enable Reviews – Enable/Disable customers reviews for this item.
  3. Product Image

    1. Featured Image

    2. product galleries

    3. Image Dimesion Settings

  4. Product Shipping Classes - Shipping classes can be used to group products of similar type

七. Sell Products

  1. Core Payment Options

    1. Cash on Delivery

    2. Paypel Standard

    3. BACS(Bank Transfer)

    4. Cheque

  2. Coupon

    1. General

        * Individual use only
    2. Coupon Usage Restriction

    3. Usage Limits

八. Shipping

  1. Core Shipping Options

    1. Flat Rate

    2. Free Shipping

        1. N/A – Not available, Free Shipping is an option for all customers
        2. A valid free shipping coupon – A coupon created that enables free shipping
        3. A minimum order amount (defined below) – Set the amount in the Minimum Order Amount field.
        4. A minimum order amount OR a coupon
        5. A minimum order amount AND a coupon
    3. Local PickUp

  2. Setting up Shipping Zones

  3. Product Shipping Classes

九. Managing Orders

  1. WooCommerce Refunds

  2. WooCommerce use core function wp_mail()

  3. Order Status

    1. Pending payment – Order received (unpaid)

    2. Failed – Payment failed or was declined (unpaid). Note that this status may not show immediately and instead show as pending until verified (i.e., PayPal)

    3. Processing – Payment received and stock has been reduced- the order is awaiting fulfillment. All product orders require processing, except those for

    4. Completed – Order fulfilled and complete – requires no further action

    5. On-Hold – Awaiting payment – stock is reduced, but you need to confirm payment

    6. Cancelled – Cancelled by an admin or the customer – no further action required

    7. Refunded – Refunded by an admin – no further action required

十. Sales Report

  1. Dashboard Widgets

  2. WooCommerce Reports

六. 资料引用

  1. WooCommerce Docs

标签: none

添加新评论