Skip to content

Instantly share code, notes, and snippets.

@flayder
Created March 17, 2016 20:09
Show Gist options
  • Select an option

  • Save flayder/893421b1837f52859ef1 to your computer and use it in GitHub Desktop.

Select an option

Save flayder/893421b1837f52859ef1 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