PHP Class WC_Shortcode_Cart

Used on the cart page, the cart shortcode displays the cart contents and interface for coupon codes and other cart bits and pieces.
Author: WooThemes
Show file Open project: woocommerce/woocommerce

Public Methods

Method Description
calculate_shipping ( ) Calculate shipping for the cart.
output ( ) Output the cart shortcode.

Method Details

calculate_shipping() public static method

Calculate shipping for the cart.
public static calculate_shipping ( )

output() public static method

Output the cart shortcode.
public static output ( )