sitecrafting / groot

:seedling: The official SiteCrafting WordPress starter theme, built on Timber and Conifer
MIT License
3 stars 1 forks source link

Woo integration #53

Closed digitalNightingale closed 4 years ago

digitalNightingale commented 4 years ago

Few tasks that need to be done in order to get the initial Woocommerce plugin integrated with Groot.

When Woocommerce plugin is installed Pages are created in the admin center after Woocommerce wizard set up is completed.

In code base:

Added woocommerce.php file to point to the following three twig files.

To add Categories to Shop page:

Customize number of product displayed on a page (16 is default):

Added initial style woo style sheet for overwriting default styles.

Source for woo/timber integration: https://timber.github.io/docs/guides/woocommerce/

digitalNightingale commented 4 years ago

closing pull request, not merging into master. created a groot tools repo for woo integration