matchboxdesigngroup / kindling

A WordPress theme that supports the Full Site Editing features.
MIT License
3 stars 0 forks source link

Silgan: Add WooCommerce support to Kindling theme #13

Closed sync-by-unito[bot] closed 1 year ago

sync-by-unito[bot] commented 1 year ago

Kindling functions.php file contains the following code:

// WooCommerce setup. _if ( classexists( 'WooCommerce' ) ) { _require_once get_theme_filepath( 'inc/woocommerce.php' ); }

But woocommerce.php does not exist

┆Issue is synchronized with this Asana task