Basic WooCommerce Integration.
This commit is contained in:
parent
f9d4a471e5
commit
27e68252f6
16 changed files with 1683 additions and 517 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue