PHPackages                             sagefrog/sage-woocommerce-fix - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sagefrog/sage-woocommerce-fix

ActiveLibrary

sagefrog/sage-woocommerce-fix
=============================

v1.0.2(2y ago)03MITPHP

Since Nov 16Pushed 2y ago2 watchersCompare

[ Source](https://github.com/sagefrog/sage-woocommerce-fix)[ Packagist](https://packagist.org/packages/sagefrog/sage-woocommerce-fix)[ Docs](https://github.com/sagefrog/sage-woocommerce-fix)[ RSS](/packages/sagefrog-sage-woocommerce-fix/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Sage WooCommerce
================

[](#sage-woocommerce)

Add WooCommerce support to Sage 10.

Installation
------------

[](#installation)

Install the composer package.

```
composer require sagefrog/sage-woocommerce-fix

```

Add the package to the cached package manifest.

```
wp acorn package:discover

```

Publish the required `single-product.blade.php` and `archive-product.blade.php` views.

```
wp acorn vendor:publish --tag="woocommerce-template-views"

```

Optionally publish a commented out `app/wc-template-hooks.php` file for customizing the WC template hooks.

```
wp acorn vendor:publish --tag="woocommerce-template-hooks"

```

By default your theme has now declared WooCommerce support. To add support for specific features, add them to your `app/setup.php`

```
add_theme_support('wc-product-gallery-zoom');
add_theme_support('wc-product-gallery-lightbox');
add_theme_support('wc-product-gallery-slider');
```

Filters
-------

[](#filters)

```
/**
 * Add support for WooCommerce Subscription templates.
 */
add_filter('sage-woocommerce/templates', function ($paths) {
    $paths[] = WP_PLUGIN_DIR . '/woocommerce-subscriptions/templates/';
    return $paths;
});
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

908d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/736cdea7cb3b3a287e30f35c03774ab96cb0bf19007ddc67d707b5c96c423551?d=identicon)[acen@sagefrog.com](/maintainers/acen@sagefrog.com)

---

Top Contributors

[![oxyc](https://avatars.githubusercontent.com/u/302736?v=4)](https://github.com/oxyc "oxyc (16 commits)")[![ouun](https://avatars.githubusercontent.com/u/32090713?v=4)](https://github.com/ouun "ouun (4 commits)")[![cfaria](https://avatars.githubusercontent.com/u/756658?v=4)](https://github.com/cfaria "cfaria (2 commits)")[![JonatanStorlund](https://avatars.githubusercontent.com/u/40643485?v=4)](https://github.com/JonatanStorlund "JonatanStorlund (2 commits)")[![toffebjorkskog](https://avatars.githubusercontent.com/u/1155260?v=4)](https://github.com/toffebjorkskog "toffebjorkskog (1 commits)")[![anovio1](https://avatars.githubusercontent.com/u/35636483?v=4)](https://github.com/anovio1 "anovio1 (1 commits)")[![tombroucke](https://avatars.githubusercontent.com/u/24292260?v=4)](https://github.com/tombroucke "tombroucke (1 commits)")[![jmerilainen](https://avatars.githubusercontent.com/u/5939342?v=4)](https://github.com/jmerilainen "jmerilainen (1 commits)")[![RaphaelBatagini](https://avatars.githubusercontent.com/u/9126880?v=4)](https://github.com/RaphaelBatagini "RaphaelBatagini (1 commits)")[![RistoNiinemets](https://avatars.githubusercontent.com/u/3982627?v=4)](https://github.com/RistoNiinemets "RistoNiinemets (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sagefrog-sage-woocommerce-fix/health.svg)

```
[![Health](https://phpackages.com/badges/sagefrog-sage-woocommerce-fix/health.svg)](https://phpackages.com/packages/sagefrog-sage-woocommerce-fix)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
