{"id":13673073,"url":"https://github.com/generoi/sage-woocommerce","last_synced_at":"2025-06-14T20:02:07.596Z","repository":{"id":45751767,"uuid":"252584839","full_name":"generoi/sage-woocommerce","owner":"generoi","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-13T16:33:21.000Z","size":27,"stargazers_count":162,"open_issues_count":3,"forks_count":33,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-13T17:38:09.138Z","etag":null,"topics":["acorn","sage","woocommerce","wordpress"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/generoi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-02T23:12:54.000Z","updated_at":"2025-06-13T16:33:25.000Z","dependencies_parsed_at":"2024-01-17T04:41:10.805Z","dependency_job_id":"1f67a14f-705e-465c-b2d1-5ca139ffce83","html_url":"https://github.com/generoi/sage-woocommerce","commit_stats":{"total_commits":23,"total_committers":8,"mean_commits":2.875,"dds":0.6956521739130435,"last_synced_commit":"d8ce89e14ae2ebb2d5f82e7e840f38d75eb7e267"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/generoi/sage-woocommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fsage-woocommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fsage-woocommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fsage-woocommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fsage-woocommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/generoi","download_url":"https://codeload.github.com/generoi/sage-woocommerce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fsage-woocommerce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259694898,"owners_count":22897493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acorn","sage","woocommerce","wordpress"],"created_at":"2024-08-02T10:00:24.055Z","updated_at":"2025-06-14T20:02:07.524Z","avatar_url":"https://github.com/generoi.png","language":"PHP","funding_links":[],"categories":["Packages","PHP"],"sub_categories":[],"readme":"# Sage WooCommerce\n\nAdd WooCommerce support to Sage 10.\n\n## Installation\n\nInstall the composer package.\n\n    composer require generoi/sage-woocommerce\n\nAdd the package to the cached package manifest.\n\n    wp acorn package:discover\n\nPublish the required `single-product.blade.php` and `archive-product.blade.php` views.\n\n    wp acorn vendor:publish --tag=\"woocommerce-template-views\"\n\nOptionally publish a commented out `app/wc-template-hooks.php` file for customizing the WC template hooks.\n\n    wp acorn vendor:publish --tag=\"woocommerce-template-hooks\"\n\nBy default your theme has now declared WooCommerce support. To add support for specific features, add them to your `app/setup.php`\n\n```php\nadd_theme_support('wc-product-gallery-zoom');\nadd_theme_support('wc-product-gallery-lightbox');\nadd_theme_support('wc-product-gallery-slider');\n```\n\n## Filters\n\n```php\n/**\n * Add support for WooCommerce Subscription templates.\n */\nadd_filter('sage-woocommerce/templates', function ($paths) {\n    $paths[] = WP_PLUGIN_DIR . '/woocommerce-subscriptions/templates/';\n    return $paths;\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneroi%2Fsage-woocommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeneroi%2Fsage-woocommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneroi%2Fsage-woocommerce/lists"}