Class WC_Checkout
Checkout
The WooCommerce checkout class handles the checkout process, collecting user data and processing the payment.
Package: WooCommerce\Classes
Category: Class
Author: WooThemes
Version: 2.1.0
Class: WC_Cart
Located at includes/class-wc-checkout.php
Category: Class
Author: WooThemes
Version: 2.1.0
Class: WC_Cart
Located at includes/class-wc-checkout.php
Methods summary
public static
Main
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
string|null
|
Magic methods summary
Properties summary
public
array
|
$posted |
#
Array of posted form data. |
public
array
|
$checkout_fields |
#
Array of fields to display on the checkout. |
public
boolean
|
$must_create_account |
#
Whether or not the user must create an account to checkout. |
public
boolean
|
$enable_signup |
#
Whether or not signups are allowed. |
protected static
|
$_instance |
#
The single instance of the class |