Skip to content

Instantly share code, notes, and snippets.

@NiklasHogefjord
NiklasHogefjord / gist:6104328
Created July 29, 2013 13:33
WooCommerce - Display cart total weight on the cart page
<?php
/**
* WooCommerce
* --------------
*
* Display cart total weight on the cart page
*
*/
add_action('woocommerce_cart_collaterals', 'myprefix_cart_extra_info');