Skip to content

Instantly share code, notes, and snippets.

@webbash
Created August 9, 2016 14:24
Show Gist options
  • Save webbash/028112733c900a351f6de1024f754b67 to your computer and use it in GitHub Desktop.
Save webbash/028112733c900a351f6de1024f754b67 to your computer and use it in GitHub Desktop.
<div class="cart-content">
<p class="cart-header">В корзине:</p>
<p>Товаров: <span><?php echo WC()->cart->get_cart_contents_count(); ?></span> шт.</p>
<p>На сумму: <span><?php echo WC()->cart->get_cart_subtotal(); ?></span></p>
<a href="http://flowerberries.ru/cart/" class="cart-checkout">Оформить заказ</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment