Basic WooCommerce Integration.

This commit is contained in:
Tiago Noronha 2017-08-01 14:21:13 +01:00
parent f9d4a471e5
commit 27e68252f6
16 changed files with 1683 additions and 517 deletions

View file

@ -8,6 +8,12 @@
*
* @link https://developer.wordpress.org/themes/functionality/custom-headers/
*
* You can add the WooCommerce Mini Cart to header.php like so ...
*
if ( function_exists( '_s_woocommerce_header_cart' ) ) {
_s_woocommerce_header_cart();
}
*
* @package _s
*/