Skip to content

Instantly share code, notes, and snippets.

@KarasAlina
Created October 23, 2016 21:40
Show Gist options
  • Save KarasAlina/f718581c6d0f069348bb43772ed40484 to your computer and use it in GitHub Desktop.
Save KarasAlina/f718581c6d0f069348bb43772ed40484 to your computer and use it in GitHub Desktop.
<div class="basket">
<div class="lab">Корзина</div>
<input type="number" class="count-length" value="<?php echo WC()->cart->get_cart_contents_count(); ?>">
<span class="bas-price"><?php echo WC()->cart->get_cart_subtotal(); ?></span>
<a href="<?php echo WC()->cart->get_cart_url(); ?>" class="bas-inside"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment