bill

label = ‘Free Shipping’;
$rates[ $first ]->cost = 0;
$rates[ $first ]->taxes = [];
return [ $first => $rates[ $first ] ];
}, 100, 2 );

get_header();

$cart = WC()->cart;
$is_empty = ! $cart || $cart->is_empty();
?>

Cart
Checkout
Confirmation

Billing details

get_cart_contents_count(); ?>

Order summary



item


get_cart() as $key => $cart_item):
/** @var WC_Product $product */
$product = $cart_item[‘data’];
$quantity = $cart_item[‘quantity’];
?>

get_image([56,56]); ?>
get_name()); ?>
get_sku() ? ‘SKU ‘ . esc_html($product->get_sku()) : ‘ ‘; ?>



get_product_subtotal($product, $quantity))); ?>



Free standard shipping · 5–8 business days worldwide


SSL encrypted & secure checkout

PayPal & all major cards accepted

Scroll to Top